summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/conf
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-02-15 09:13:54 -0700
committerspisarski <s.pisarski@cablelabs.com>2017-02-15 09:15:34 -0700
commit57777f3df521553a06cd01a3861b415d2905ceca (patch)
treef3b3be457baec7b5231309989aa3ffa9658cd25d /snaps/openstack/tests/conf
parent73ef791a1cde68e0d8d69cddf63534fbb90f3e2d (diff)
Initial patch with all code from CableLabs repository.
Change-Id: I70a2778718c5e7f21fd14e4ad28c9269d3761cc7 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'snaps/openstack/tests/conf')
-rw-r--r--snaps/openstack/tests/conf/os_env.yaml.template39
-rw-r--r--snaps/openstack/tests/conf/overcloudrc_test9
2 files changed, 48 insertions, 0 deletions
diff --git a/snaps/openstack/tests/conf/os_env.yaml.template b/snaps/openstack/tests/conf/os_env.yaml.template
new file mode 100644
index 0000000..da6b942
--- /dev/null
+++ b/snaps/openstack/tests/conf/os_env.yaml.template
@@ -0,0 +1,39 @@
+# Keystone v2.0
+#username: admin
+#password: admin
+#os_auth_url: http://<host>:<port>/v2.0/
+#project_name: admin
+#ext_net: <external network name>
+#http_proxy: <host>:<port>
+#ssh_proxy_cmd: '/usr/local/bin/corkscrew <host> <port> %h %p'
+#ssh_proxy_cmd: 'ssh <host> nc %h %p'
+
+# Keystone v2.0
+#username: admin
+#password: admin
+#os_auth_url: http://<host>:<port>/v3
+#project_name: admin
+#identity_api_version: 3
+#ext_net: <external network name>
+
+
+
+#username: admin
+#password: cable123
+#os_auth_url: http://192.168.67.10:5000/v2.0/
+#project_name: admin
+#ext_net: external
+#http_proxy: 10.197.123.27:3128
+#ssh_proxy_cmd: '/usr/local/bin/corkscrew 10.197.123.27 3128 %h %p'
+
+
+
+
+username: admin
+password: admin
+os_auth_url: http://192.168.0.2:5000/v3
+project_name: admin
+identity_api_version: 3
+ext_net: admin_floating_net
+http_proxy: 10.197.123.27:3128
+ssh_proxy_cmd: '/usr/local/bin/corkscrew localhost 3128 %h %p' \ No newline at end of file
diff --git a/snaps/openstack/tests/conf/overcloudrc_test b/snaps/openstack/tests/conf/overcloudrc_test
new file mode 100644
index 0000000..87746d8
--- /dev/null
+++ b/snaps/openstack/tests/conf/overcloudrc_test
@@ -0,0 +1,9 @@
+export NOVA_VERSION=1.1
+export OS_PASSWORD=test_pw
+export OS_AUTH_URL=http://foo:5000/v2.0/
+export OS_USERNAME=admin
+export OS_TENANT_NAME=admin
+export COMPUTE_API_VERSION=1.1
+export OS_NO_CACHE=True
+export OS_CLOUDNAME=undercloud
+export OS_IMAGE_API_VERSION=1 \ No newline at end of file