blob: 0865d7ae6d51ea1d6c8cf82260df575ca81eb1fc [file] [log] [blame]
stark, steven6754bc12019-09-19 15:43:00 -07001# Copyright 2019 AT&T Intellectual Property. All rights reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# The variable $BUILD will be generated dynamically when this file is sourced
16
17RANDOM_STRING=`cat /dev/urandom | env LC_CTYPE=C tr -cd 'a-zA-Z0-9' | head -c 4`
18BUILD="ONAP-$RANDOM_STRING"
19
20# GLOBAL PARAMS
21LOCATION=
22USER_PUBLIC_IP_PREFIX=
23BUILD_DIR=
24
25# AKS PARAMS
26AKS_RESOURCE_GROUP_NAME=
27AKS_NAME=
28AKS_K8_VERSION=
29AKS_NODE_COUNT=
30AKS_NODE_SIZE=
31AKS_VNET_NAME=
32AKS_DNS_PREFIX=
33AKS_POD_CIDR=
34AKS_NODE_CIDR=
35AKS_SERVICE_CIDR=
36AKS_DNS_IP=
37AKS_ADMIN_USER=
38
39# NFS PARAMS
40NFS_NAME=
41NFS_RG=
42NFS_VM_SIZE=
43NFS_LOCATION=
44NFS_CIDR=
45NFS_ADMIN_USER=
46NFS_VNET_NAME=
47NFS_SUBNET_NAME=
48NFS_DISK_SIZE=
49
50# DEVSTACK PARAMS
51DEVSTACK_NAME=
52DEVSTACK_RG=
53DEVSTACK_VM_SIZE=
54DEVSTACK_LOCATION=
55DEVSTACK_CIDR=
56DEVSTACK_PRIVATE_IP=
57DEVSTACK_ADMIN_USER=
58DEVSTACK_VNET_NAME=
59DEVSTACK_SUBNET_NAME=
60DEVSTACK_DISK_SIZE=
61OPENSTACK_USER=
62OPENSTACK_PASS=
63OPENSTACK_TENANT=
64OPENSTACK_REGION=
65IMAGE_LIST=
66
67# ONAP PARAMS
68CLLI=
69CLOUD_OWNER=
70CLOUD_REGION=
71CUSTOMER=
72SUBSCRIBER=
73SERVICE_TYPE=
74AZ=
75OE=
76LOB=
77PROJECT=
78PLATFORM=
79OS_ID=
80OS_TENANT_ROLE=
81OS_KEYSTONE=
82OOM_BRANCH=
83CHART_VERSION=
84OOM_OVERRIDES=
85DOCKER_REPOSITORY=