diff options
author | Brian Freeman <bf1936@att.com> | 2019-07-29 16:00:06 -0500 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-07-29 21:14:41 +0000 |
commit | 100aceb80cc8e896aa5be701092c20f7da049f78 (patch) | |
tree | 012afb3ecda8d776acde9121c972977a1e489c23 /deployment/heat | |
parent | 3664e04b04ade624c1b2ee5bd2876939aed812cc (diff) |
Convert SB05/06/07 to Shared tenants
Issue-ID: INT-1172
Change-Id: I52e83b370bc1611bdd770258d3860e44c4bde931
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-ClosedLoop-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-SB-07-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Design-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-SB-05-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Instantiation-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-SB-06-openrc) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deployment/heat/onap-rke/env/windriver/Integration-SB-07-openrc b/deployment/heat/onap-rke/env/windriver/Integration-ClosedLoop-openrc index faf6b4bba..9799237da 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-SB-07-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-ClosedLoop-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=1e097c6713e74fd7ac8e4295e605ee1e -export OS_PROJECT_NAME=Integration-SB-07 +export OS_PROJECT_NAME=Integration-ClosedLoop export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-SB-05-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Design-openrc index 9bc0846cc..012fadc55 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-SB-05-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Design-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=b8ad3842ab3642f7bf3fbe4e4d3b9f86 -export OS_PROJECT_NAME=Integration-SB-05 +export OS_PROJECT_NAME=Integration-Design export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-SB-06-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Instantiation-openrc index c7b650e2c..6aa3ee72d 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-SB-06-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Instantiation-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=7fad299815104c0a8f90a8df80343f03 -export OS_PROJECT_NAME=Integration-SB-06 +export OS_PROJECT_NAME=Integration-Instantiation export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo |