From 32086f62131e1b813e2f3d97bc2c78f66c6a3154 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 13 Dec 2017 18:54:21 -0700 Subject: adding files --- conf/.gitignore | 5 +++++ conf/env.yaml | 13 +++++++++++++ conf/os-requirements.txt | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 conf/.gitignore create mode 100644 conf/env.yaml create mode 100644 conf/os-requirements.txt (limited to 'conf') 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 + -- cgit v1.3