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/windriver/Integration-Release-Daily-openrc | |
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/windriver/Integration-Release-Daily-openrc')
-rw-r--r-- | deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc b/deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc new file mode 100644 index 000000000..9f26b661a --- /dev/null +++ b/deployment/heat/onap-rke/env/windriver/Integration-Release-Daily-openrc @@ -0,0 +1,9 @@ +export OS_PROJECT_ID=712b6016580e410b9abfec9ca34953ce +export OS_PROJECT_NAME=Integration-Release-Daily +export OS_USER_DOMAIN_NAME=Default +export OS_USERNAME=demo +export OS_PASSWORD=onapdemo +export OS_AUTH_URL=http://10.12.25.2:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_REGION_NAME=RegionOne +export OS_INTERFACE=public |