xci: Add main playbooks and files
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 29 Mar 2017 14:59:02 +0000 (16:59 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitc7fb3e83dd28a42cb0d15c649ec381dbdac6a0fa
treeba24a663d98a90009e676dd70571bffd26d07abe
parente32e998cc32bc928034e205c889c8c1aa7f6d914
xci: Add main playbooks and files

This patch adds the main/common playbooks, files, and templates to
be used for all flavors.

The provisioning and OpenStack installation process will be as below
- provision VMs for flavor using bifrost
- once the VMs are provisioned, configure-localhost.yml playbook will
be run, preparing the localhost in order to ensure the right playbooks
(configure-opnfvhost.yml and configure-targethosts.yml), inventory files
and var files are in place before we proceed with configuring opnfv host.
- after getting the right files for the flavor, opnfv host will be
configured using configure-opnfvhost.yml playbook.
- finally, the target hosts will be configured.
- once the above process is completed, openstack-ansible playbooks will
be run, setting up hosts, infrastructure and OpenStack.

Change-Id: I6e08b2cfdab9627f765e6fc414917b09f953cab2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
14 files changed:
xci/file/ansible-role-requirements.yml [new file with mode: 0644]
xci/file/cinder.yml
xci/file/exports
xci/file/modules
xci/file/setup-openstack.yml
xci/playbooks/configure-localhost.yml
xci/playbooks/configure-opnfvhost.yml [new file with mode: 0644]
xci/playbooks/inventory
xci/playbooks/roles/clone-repository/tasks/main.yml [new file with mode: 0644]
xci/playbooks/roles/remove-folders/tasks/main.yml [new file with mode: 0644]
xci/template/compute.interface.j2
xci/template/controller.interface.j2
xci/template/opnfv.interface.j2
xci/var/Debian.yml [moved from xci/var/ubuntu.yml with 100% similarity]