xci: Yet another try to find how best to structure stuff 27/32027/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 27 Mar 2017 23:04:27 +0000 (01:04 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 28 Mar 2017 10:47:10 +0000 (12:47 +0200)
commitc580e947a59bc00996c6057c363f13e0398682a6
tree8df57306934f2d5468f41523753325020033f6e9
parentd8235c3c97f47cb117c7d112f78c18089abb3395
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>
31 files changed:
.gitignore
prototypes/xci/config/aio-vars [moved from prototypes/xci/flavors/aio with 100% similarity, mode: 0755]
prototypes/xci/config/ha-vars [moved from prototypes/xci/flavors/ha with 100% similarity, mode: 0755]
prototypes/xci/config/mini-vars [moved from prototypes/xci/flavors/mini with 100% similarity, mode: 0755]
prototypes/xci/config/noha-vars [moved from prototypes/xci/flavors/noha with 100% similarity, mode: 0755]
prototypes/xci/file/aio/flavor-vars.yml [moved from prototypes/xci/file/aio/playbooks/configure-xcihost.yml with 100% similarity]
prototypes/xci/file/aio/inventory [moved from prototypes/xci/file/ha/playbooks/inventory with 100% similarity]
prototypes/xci/file/aio/openstack_user_config.yml [moved from prototypes/xci/file/ha/configure-targethosts.yml with 100% similarity]
prototypes/xci/file/aio/playbooks/inventory [deleted file]
prototypes/xci/file/aio/var/ubuntu.yml [deleted file]
prototypes/xci/file/cinder.yml [moved from prototypes/xci/file/ha/playbooks/configure-xcihost.yml with 100% similarity]
prototypes/xci/file/exports [moved from prototypes/xci/file/ha/var/ubuntu.yml with 100% similarity]
prototypes/xci/file/ha/flavor-vars.yml [moved from prototypes/xci/file/mini/configure-targethosts.yml with 100% similarity]
prototypes/xci/file/ha/inventory [moved from prototypes/xci/file/mini/playbooks/inventory with 100% similarity]
prototypes/xci/file/ha/openstack_user_config.yml [moved from prototypes/xci/file/mini/playbooks/configure-xcihost.yml with 100% similarity]
prototypes/xci/file/mini/flavor-vars.yml [moved from prototypes/xci/file/mini/var/ubuntu.yml with 100% similarity]
prototypes/xci/file/mini/inventory [moved from prototypes/xci/file/noha/playbooks/inventory with 100% similarity]
prototypes/xci/file/mini/openstack_user_config.yml [moved from prototypes/xci/file/noha/configure-targethosts.yml with 100% similarity]
prototypes/xci/file/modules [moved from prototypes/xci/file/noha/playbooks/configure-xcihost.yml with 100% similarity]
prototypes/xci/file/noha/flavor-vars.yml [moved from prototypes/xci/file/noha/var/ubuntu.yml with 100% similarity]
prototypes/xci/file/noha/inventory [new file with mode: 0644]
prototypes/xci/file/noha/openstack_user_config.yml [new file with mode: 0644]
prototypes/xci/file/setup-openstack.yml [new file with mode: 0644]
prototypes/xci/file/user_variables.yml [new file with mode: 0644]
prototypes/xci/playbooks/configure-localhost.yml [new file with mode: 0644]
prototypes/xci/playbooks/inventory [new file with mode: 0644]
prototypes/xci/template/compute.interface.j2 [new file with mode: 0644]
prototypes/xci/template/controller.interface.j2 [new file with mode: 0644]
prototypes/xci/template/xci.interface.j2 [new file with mode: 0644]
prototypes/xci/var/ubuntu.yml [new file with mode: 0644]
prototypes/xci/xci-deploy.sh