diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-13 18:54:21 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-13 18:54:21 -0700 |
| commit | 32086f62131e1b813e2f3d97bc2c78f66c6a3154 (patch) | |
| tree | 2005059011aea64121af64de5b3567fd0dcbca3b /conf | |
| parent | 21fa10807bb475bff42a997ac4add3cc7e6346f9 (diff) | |
adding files
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.gitignore | 5 | ||||
| -rw-r--r-- | conf/env.yaml | 13 | ||||
| -rw-r--r-- | conf/os-requirements.txt | 10 |
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 + |
