blob: d37da0e9db339b2a9dd316b422f10d5d67dd65dc [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=
stark, steven0e111712020-01-29 17:01:48 -080061DEVSTACK_BRANCH=
stark, steven6754bc12019-09-19 15:43:00 -070062OPENSTACK_USER=
63OPENSTACK_PASS=
64OPENSTACK_TENANT=
65OPENSTACK_REGION=
66IMAGE_LIST=
67
68# ONAP PARAMS
69CLLI=
70CLOUD_OWNER=
71CLOUD_REGION=
72CUSTOMER=
73SUBSCRIBER=
74SERVICE_TYPE=
75AZ=
76OE=
77LOB=
78PROJECT=
79PLATFORM=
80OS_ID=
81OS_TENANT_ROLE=
82OS_KEYSTONE=
83OOM_BRANCH=
84CHART_VERSION=
85OOM_OVERRIDES=
86DOCKER_REPOSITORY=