xci: Yet another try to find how best to structure stuff
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 27 Mar 2017 23:04:27 +0000 (01:04 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commit6f8631630b5f6eef26c9fa067f2423c7e9475086
treefe1f63a6549e722a1f2ec8722c664c83b60c9859
parent7d39f08627910720574d1faf0c53bb0c52760afe
xci: Yet another try to find how best to structure stuff

Summary of changes are
- flavors directory has been removed and the flavor config files are
moved into config and renamed to <flavor>-vars
- common files are put under file
- files specific to flavors are put under file/<flavor> directories
- templates and var files are stored in template and var directories
respectively
- 3 playbooks are created

Change-Id: I8a93e0947ccb02f93a6c8f00da27e0cc6b4dc21e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
30 files changed:
xci/config/aio-vars [moved from xci/flavors/aio with 100% similarity, mode: 0755]
xci/config/ha-vars [moved from xci/flavors/ha with 100% similarity, mode: 0755]
xci/config/mini-vars [moved from xci/flavors/mini with 100% similarity, mode: 0755]
xci/config/noha-vars [moved from xci/flavors/noha with 100% similarity, mode: 0755]
xci/file/aio/flavor-vars.yml [moved from xci/file/aio/playbooks/configure-xcihost.yml with 100% similarity]
xci/file/aio/inventory [moved from xci/file/ha/playbooks/inventory with 100% similarity]
xci/file/aio/openstack_user_config.yml [moved from xci/file/ha/configure-targethosts.yml with 100% similarity]
xci/file/aio/playbooks/inventory [deleted file]
xci/file/aio/var/ubuntu.yml [deleted file]
xci/file/cinder.yml [moved from xci/file/ha/playbooks/configure-xcihost.yml with 100% similarity]
xci/file/exports [moved from xci/file/ha/var/ubuntu.yml with 100% similarity]
xci/file/ha/flavor-vars.yml [moved from xci/file/mini/configure-targethosts.yml with 100% similarity]
xci/file/ha/inventory [moved from xci/file/mini/playbooks/inventory with 100% similarity]
xci/file/ha/openstack_user_config.yml [moved from xci/file/mini/playbooks/configure-xcihost.yml with 100% similarity]
xci/file/mini/flavor-vars.yml [moved from xci/file/mini/var/ubuntu.yml with 100% similarity]
xci/file/mini/inventory [moved from xci/file/noha/playbooks/inventory with 100% similarity]
xci/file/mini/openstack_user_config.yml [moved from xci/file/noha/configure-targethosts.yml with 100% similarity]
xci/file/modules [moved from xci/file/noha/playbooks/configure-xcihost.yml with 100% similarity]
xci/file/noha/flavor-vars.yml [moved from xci/file/noha/var/ubuntu.yml with 100% similarity]
xci/file/noha/inventory [new file with mode: 0644]
xci/file/noha/openstack_user_config.yml [new file with mode: 0644]
xci/file/setup-openstack.yml [new file with mode: 0644]
xci/file/user_variables.yml [new file with mode: 0644]
xci/playbooks/configure-localhost.yml [new file with mode: 0644]
xci/playbooks/inventory [new file with mode: 0644]
xci/template/compute.interface.j2 [new file with mode: 0644]
xci/template/controller.interface.j2 [new file with mode: 0644]
xci/template/xci.interface.j2 [new file with mode: 0644]
xci/var/ubuntu.yml [new file with mode: 0644]
xci/xci-deploy.sh