Add scripts and playbook to deploy OSA
authorwutianwei <wutianwei1@huawei.com>
Tue, 7 Feb 2017 08:35:27 +0000 (16:35 +0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commit2d16c440ef7ef0aa8e807df33fa25783952b93d1
tree1a86135e841d56d664246ea0d5a7bac5902c555c
parentf37b1727593632eae93a6347ccf628325e430d01
Add scripts and playbook to deploy OSA

The script and playbooks defined on this repo will deploy an OpenStack cloud
based on OpenStack-Ansible.
You just need to run the osa_deploy.sh.
More information please refer to the README.md

Change-Id: I731c366ab7197aefd7726150477ba1cc4d2932d3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
13 files changed:
openstack-ansible/README.md [new file with mode: 0644]
openstack-ansible/file/cinder.yml [new file with mode: 0644]
openstack-ansible/file/exports [new file with mode: 0644]
openstack-ansible/file/modules [new file with mode: 0644]
openstack-ansible/file/openstack_user_config.yml [new file with mode: 0644]
openstack-ansible/file/user_variables.yml [new file with mode: 0644]
openstack-ansible/playbooks/inventory [new file with mode: 0644]
openstack-ansible/playbooks/jumphost_configuration.yml [new file with mode: 0644]
openstack-ansible/playbooks/targethost_configuration.yml [new file with mode: 0644]
openstack-ansible/scripts/osa_deploy.sh [new file with mode: 0755]
openstack-ansible/template/bifrost/compute.interface.j2 [new file with mode: 0644]
openstack-ansible/template/bifrost/controller.interface.j2 [new file with mode: 0644]
openstack-ansible/var/ubuntu.yml [new file with mode: 0644]