xci: Merge configure-network and syncronize-time roles 65/53665/3
authorMarkos Chandras <mchandras@suse.de>
Tue, 13 Mar 2018 10:30:16 +0000 (10:30 +0000)
committerMarkos Chandras <mchandras@suse.de>
Tue, 13 Mar 2018 16:36:01 +0000 (16:36 +0000)
commit7dd14e002128b5e6fe5302e6f7fe8620682a7d53
treecbe382833f76d1601ba0d6a50296846351e8effd
parent193e3c4784824d647541d079c54ab2d1460f9e88
xci: Merge configure-network and syncronize-time roles

Those roles were too small and only used as part of the host
bootstrapping process. As such, we merge them into a common
'bootstrap-host' role which can be used to prepare the hosts
after the initial deployment

Change-Id: Ifc84cf40b98ced91b31aae699dc28e9642380550
Signed-off-by: Markos Chandras <mchandras@suse.de>
18 files changed:
xci/installer/osa/playbooks/configure-opnfvhost.yml
xci/installer/osa/playbooks/configure-targethosts.yml
xci/playbooks/roles/.gitignore
xci/playbooks/roles/bootstrap-host/defaults/main.yml [new file with mode: 0644]
xci/playbooks/roles/bootstrap-host/files/network-config-suse [moved from xci/playbooks/roles/configure-network/files/network-config-suse with 100% similarity]
xci/playbooks/roles/bootstrap-host/tasks/main.yml [new file with mode: 0644]
xci/playbooks/roles/bootstrap-host/tasks/network.yml [moved from xci/playbooks/roles/configure-network/tasks/main.yml with 100% similarity]
xci/playbooks/roles/bootstrap-host/tasks/time.yml [moved from xci/playbooks/roles/synchronize-time/tasks/main.yml with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/compute00.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/compute00.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/compute01.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/controller00.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/controller00.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/controller01.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/controller02.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/debian/opnfv.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/debian/opnfv.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/redhat/bridge.ifcfg.j2 [moved from xci/playbooks/roles/configure-network/templates/redhat/bridge.ifcfg.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/redhat/interface.ifcfg.j2 [moved from xci/playbooks/roles/configure-network/templates/redhat/interface.ifcfg.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/suse/suse.interface.j2 [moved from xci/playbooks/roles/configure-network/templates/suse/suse.interface.j2 with 100% similarity]
xci/playbooks/roles/bootstrap-host/templates/suse/suse.routes.j2 [moved from xci/playbooks/roles/configure-network/templates/suse/suse.routes.j2 with 100% similarity]