diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-21 12:08:42 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-21 12:39:32 -0700 |
commit | a8aed9b9d6dea15f62c9098965d7c2c3b510bf78 (patch) | |
tree | af348b0c0c7c52c9ca479af1b2cbb040d3f40096 /deployment/heat/onap-rke/env | |
parent | 70d75b5c53e2a7676061ae10ecf3a1241cf9cd9b (diff) |
Move teardown script to RKE script directory
Also rename various Integration tenants
Issue-ID: INT-1117
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I7422088bdcb9ae8fbbf76bab0517f466d1279df3
Diffstat (limited to 'deployment/heat/onap-rke/env')
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Longevity-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-HEAT-Verify-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-OOM-Daily-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-S3P-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-HEAT-Daily-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Staging-Daily-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-OOM-Staging-Daily-openrc) | 2 | ||||
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Verify-openrc (renamed from deployment/heat/onap-rke/env/windriver/Integration-OOM-Verify-openrc) | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deployment/heat/onap-rke/env/windriver/Integration-HEAT-Verify-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Longevity-openrc index 624db1ce9..89af4b601 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-HEAT-Verify-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Longevity-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=28481f6939614cfd83e6767a0e039bcc -export OS_PROJECT_NAME=Integration-HEAT-Verify +export OS_PROJECT_NAME=Integration-Longevity-openrc export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Daily-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc index b0eddb6f8..9f26b661a 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Daily-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=712b6016580e410b9abfec9ca34953ce -export OS_PROJECT_NAME=Integration-OOM-Daily +export OS_PROJECT_NAME=Integration-Release-Daily export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-HEAT-Daily-openrc b/deployment/heat/onap-rke/env/windriver/Integration-S3P-openrc index 3a3bb3201..38391827a 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-HEAT-Daily-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-S3P-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=56d245b3c668419380d3b0f912497e29 -export OS_PROJECT_NAME=Integration-HEAT-Daily +export OS_PROJECT_NAME=Integration-S3P-openrc export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Staging-Daily-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Staging-Daily-openrc index 062f3d115..4753d6fb4 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Staging-Daily-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Staging-Daily-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=09d8566ea45e43aa974cf447ed591d77 -export OS_PROJECT_NAME=Integration-OOM-Staging-Daily +export OS_PROJECT_NAME=Integration-Staging-Daily export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo diff --git a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Verify-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Verify-openrc index 1b48e4a8d..13f5c3847 100644 --- a/deployment/heat/onap-rke/env/windriver/Integration-OOM-Verify-openrc +++ b/deployment/heat/onap-rke/env/windriver/Integration-Verify-openrc @@ -1,5 +1,5 @@ export OS_PROJECT_ID=c27d16b88a4141ec8abcc07e731c0f24 -export OS_PROJECT_NAME=Integration-OOM-Verify +export OS_PROJECT_NAME=Integration-Verify export OS_USER_DOMAIN_NAME=Default export OS_USERNAME=demo export OS_PASSWORD=onapdemo |