diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-26 13:01:36 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-26 13:01:36 -0800 |
commit | 84abb71eb1f2bbf139dc014141bb9841526454e2 (patch) | |
tree | 31214b5fef457456fc8c593341192a09f20a9fbe | |
parent | 52dfdcb21383776e28a47f78fa04afe469ac78d9 (diff) |
Add rc file for windriver Designate DNS
Change-Id: I970a9bd3ee5f3611abc24c74bf82972179d47ddd
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
l--------- | deployment/heat/onap-oom/env/windriver/Integration-Jenkins-DNS-openrc | 1 | ||||
-rw-r--r-- | test/ete/labs/windriver/Integration-Jenkins-DNS-openrc | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/env/windriver/Integration-Jenkins-DNS-openrc b/deployment/heat/onap-oom/env/windriver/Integration-Jenkins-DNS-openrc new file mode 120000 index 000000000..ad2738819 --- /dev/null +++ b/deployment/heat/onap-oom/env/windriver/Integration-Jenkins-DNS-openrc @@ -0,0 +1 @@ +../../../../../test/ete/labs/windriver/Integration-Jenkins-DNS-openrc
\ No newline at end of file diff --git a/test/ete/labs/windriver/Integration-Jenkins-DNS-openrc b/test/ete/labs/windriver/Integration-Jenkins-DNS-openrc new file mode 100644 index 000000000..313cf125a --- /dev/null +++ b/test/ete/labs/windriver/Integration-Jenkins-DNS-openrc @@ -0,0 +1,10 @@ +export OS_PROJECT_ID=bf80d09fbc804b42b3bc727d6cf1fcbe + +export OS_PROJECT_NAME=Integration-Jenkins +export OS_USER_DOMAIN_NAME=Default +export OS_USERNAME=demo +export OS_PASSWORD=onapdemo +export OS_AUTH_URL=http://10.12.25.5:5000/v3 +export OS_IDENTITY_API_VERSION=3 +export OS_REGION_NAME=RegionOne +export OS_INTERFACE=public |