[INT] updating aks install w/ master pass
[integration.git] / deployment / aks / cloud.conf
1 # 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
17 RANDOM_STRING=`cat /dev/urandom | env LC_CTYPE=C tr -cd 'a-zA-Z0-9' | head -c 4`
18 BUILD="ONAP-$RANDOM_STRING"
19
20 # GLOBAL PARAMS
21 LOCATION=
22 USER_PUBLIC_IP_PREFIX=
23 BUILD_DIR=
24
25 # AKS PARAMS
26 AKS_RESOURCE_GROUP_NAME=
27 AKS_NAME=
28 AKS_K8_VERSION=
29 AKS_NODE_COUNT=
30 AKS_NODE_SIZE=
31 AKS_VNET_NAME=
32 AKS_DNS_PREFIX=
33 AKS_POD_CIDR=
34 AKS_NODE_CIDR=
35 AKS_SERVICE_CIDR=
36 AKS_DNS_IP=
37 AKS_ADMIN_USER=
38
39 # NFS PARAMS
40 NFS_NAME=
41 NFS_RG=
42 NFS_VM_SIZE=
43 NFS_LOCATION=
44 NFS_CIDR=
45 NFS_ADMIN_USER=
46 NFS_VNET_NAME=
47 NFS_SUBNET_NAME=
48 NFS_DISK_SIZE=
49
50 # DEVSTACK PARAMS
51 DEVSTACK_NAME=
52 DEVSTACK_RG=
53 DEVSTACK_VM_SIZE=
54 DEVSTACK_LOCATION=
55 DEVSTACK_CIDR=
56 DEVSTACK_PRIVATE_IP=
57 DEVSTACK_ADMIN_USER=
58 DEVSTACK_VNET_NAME=
59 DEVSTACK_SUBNET_NAME=
60 DEVSTACK_DISK_SIZE=
61 DEVSTACK_BRANCH=
62 OPENSTACK_USER=
63 OPENSTACK_PASS=
64 OPENSTACK_TENANT=
65 OPENSTACK_REGION=
66 IMAGE_LIST=
67
68 # ONAP PARAMS
69 CLLI=
70 CLOUD_OWNER=
71 CLOUD_REGION=
72 CUSTOMER=
73 SUBSCRIBER=
74 SERVICE_TYPE=
75 AZ=
76 OE=
77 LOB=
78 PROJECT=
79 PLATFORM=
80 OS_ID=
81 OS_TENANT_ROLE=
82 OS_KEYSTONE=
83 OOM_BRANCH=
84 CHART_VERSION=
85 OOM_OVERRIDES=
86 DOCKER_REPOSITORY=
87 MASTER_PASSWORD=
88