diff options
author | stark, steven <steven.stark@att.com> | 2020-01-29 17:01:48 -0800 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-02-07 20:42:02 +0000 |
commit | 0e1117113e33d27e3e10c6e0bd745ff0747be555 (patch) | |
tree | c86372ae762c076236c37cbf348f696a6d59f161 /deployment/aks/README.md | |
parent | 157b14a23b18b26fe829dce02233696e19e5a7a9 (diff) |
[VVP] parameterizing devstack branch for install
- Also modifying default storage class override logic
Issue-ID: INT-1424
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: If8981f3a59437e21617edb30a6bca06ee6fa36a2
Diffstat (limited to 'deployment/aks/README.md')
-rw-r--r-- | deployment/aks/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/aks/README.md b/deployment/aks/README.md index a5be9a904..1b46e5139 100644 --- a/deployment/aks/README.md +++ b/deployment/aks/README.md @@ -135,6 +135,7 @@ DEVSTACK_ADMIN_USER= User name that will be created on DevStack VM. Use th DEVSTACK_VNET_NAME= Name of VNET that DevStack VM will attach to. DEVSTACK_SUBNET_NAME= Name of SUBNET attached to DEVSTACK_VNET_NAME. DEVSTACK_DISK_SIZE= Size of OS Disk for DevStack VM. +DEVSTACK_BRANCH= Branch to use when installing devstack. OPENSTACK_USER= User name that will be added to OpenStack after devstack has finished installing. This is also the username that will be used to create a cloud site in ONAP SO. OPENSTACK_PASS= Password to use for OPENSTACK_USER. OPENSTACK_TENANT= Tenant name that will be added to OpenStack after devstack has finished installing. This is also the username that will be used to create a cloud site in ONAP SO. |