summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/.gitignore5
-rw-r--r--conf/env.yaml13
-rw-r--r--conf/os-requirements.txt10
3 files changed, 28 insertions, 0 deletions
diff --git a/conf/.gitignore b/conf/.gitignore
new file mode 100644
index 0000000..0e13fa0
--- /dev/null
+++ b/conf/.gitignore
@@ -0,0 +1,5 @@
+openrc-pippiandcarlos.sh
+openrc-vzw-lab.sh
+openrc-vzw-prod.yaml
+openrc-vzw-staging.yaml
+os-venv
diff --git a/conf/env.yaml b/conf/env.yaml
new file mode 100644
index 0000000..b612dc7
--- /dev/null
+++ b/conf/env.yaml
@@ -0,0 +1,13 @@
+---
+globals:
+ ansible_ssh_user: root
+ ansible_private_key_file: /home/ckonstanski/.ssh/id_rsa
+ ansible_python_interpreter: /usr/bin/python
+ fqdn: verizoncloudplatform.com
+
+environments:
+ - lab:
+ - openbook-lab-v3-1.verizoncloudplatform.com:
+ openbook_gcomm_addresses: 172.16.1.15,172.16.1.17
+ - openbook-lab-v3-2.verizoncloudplatform.com:
+ openbook_gcomm_addresses: 172.16.1.15,172.16.1.17
diff --git a/conf/os-requirements.txt b/conf/os-requirements.txt
new file mode 100644
index 0000000..6e6041f
--- /dev/null
+++ b/conf/os-requirements.txt
@@ -0,0 +1,10 @@
+python-cinderclient
+python-designateclient
+python-glanceclient
+python-heatclient
+python-keystoneclient
+python-neutronclient
+python-novaclient
+python-openstackclient
+python-swiftclient
+