xci: Enable node provisioning and shuffle/rename stuff
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 27 Mar 2017 08:29:01 +0000 (10:29 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commit0197b9516e66969483c96981c7b518486a4797d3
tree9a6074de573d49e81e4d545a9b29c6970cb93a1c
parente2ab9c9799ac2dca86fa85673b5fcb58b9e01840
xci: Enable node provisioning and shuffle/rename stuff

This change enables node provisioning using bifrost based on the chosen
flavor.

Other changes include
- move flavor specific stuff (playbooks, inventory, vars) into their own
folders so it is easier to copy them over.
- rename flavors and get rid of xci from them.
- introduce env-vars to keep variables that are not really user variables.

Please note that this patch contains empty files and so on due to still
trying to find best way to structurei things. Apart from this, there will
probably be lots of duplications here and there which will be taken care
of once things settle.

Change-Id: I04a5d422e5b018439bafea5e68e65255ae38d22b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
23 files changed:
xci/config/env-vars [new file with mode: 0755]
xci/config/pinned-versions
xci/config/user-vars
xci/file/aio/playbooks/configure-xcihost.yml [moved from xci/file/configure-xci-aio.yml with 100% similarity]
xci/file/aio/playbooks/inventory [new file with mode: 0644]
xci/file/aio/var/ubuntu.yml [new file with mode: 0644]
xci/file/ha/configure-targethosts.yml [moved from xci/file/configure-xci-ha.yml with 100% similarity]
xci/file/ha/playbooks/configure-xcihost.yml [moved from xci/file/configure-xci-mini.yml with 100% similarity]
xci/file/ha/playbooks/inventory [moved from xci/file/configure-xci-noha.yml with 100% similarity]
xci/file/ha/var/ubuntu.yml [moved from xci/file/xci-aio-inventory with 100% similarity]
xci/file/mini/configure-targethosts.yml [moved from xci/file/xci-aio-vars.yml with 100% similarity]
xci/file/mini/playbooks/configure-xcihost.yml [moved from xci/file/xci-ha-inventory with 100% similarity]
xci/file/mini/playbooks/inventory [moved from xci/file/xci-ha-vars.yml with 100% similarity]
xci/file/mini/var/ubuntu.yml [moved from xci/file/xci-mini-inventory with 100% similarity]
xci/file/noha/configure-targethosts.yml [moved from xci/file/xci-mini-vars.yml with 100% similarity]
xci/file/noha/playbooks/configure-xcihost.yml [moved from xci/file/xci-noha-inventory with 100% similarity]
xci/file/noha/playbooks/inventory [moved from xci/file/xci-noha-vars.yml with 100% similarity]
xci/file/noha/var/ubuntu.yml [new file with mode: 0644]
xci/flavors/aio [moved from xci/flavors/xci-aio.sh with 59% similarity]
xci/flavors/ha [moved from xci/flavors/xci-ha.sh with 57% similarity]
xci/flavors/mini [moved from xci/flavors/xci-mini.sh with 56% similarity]
xci/flavors/noha [moved from xci/flavors/xci-noha.sh with 56% similarity]
xci/xci-deploy.sh