xci: Fix network configuration
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 18 Apr 2017 08:04:48 +0000 (10:04 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitf8c31589066ef70ba749ba694bf4dea732290b24
tree4731174713412d05d91abf904d5f2860492409b5
parent796a5f56f02e131c996de434a3b7c95b346ec649
xci: Fix network configuration

This change
- sets static IP for controller nodes' vxlan bridges as stated
in osa documentation: compute and network hosts must have an IP [1]
- configures IPs for controller nodes' vxlan bridges.
- removes the additional vlan ip from compute nodes as it seems to
be there for all in one.
- removes glean.rules as they mess with the network configuration once
the network changes are applied.
- removes the contents of interfaces.d as osa populates config for
lxc bridges and includes this config in interfaces file thus all the
files in interfaces.d must be removed in order not to mess with the
network configuration.
- updates modules appropriately.

[1] https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-config-prod.html

Change-Id: I84d5f07216c8d0246da06080fb0ed19f917d6637
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
xci/file/ha/configure-targethosts.yml
xci/file/ha/flavor-vars.yml
xci/file/mini/configure-targethosts.yml
xci/file/mini/flavor-vars.yml
xci/file/modules [deleted file]
xci/file/noha/configure-targethosts.yml
xci/file/noha/flavor-vars.yml
xci/playbooks/roles/configure-network/tasks/main.yml
xci/template/compute.interface.j2
xci/template/controller.interface.j2
xci/template/opnfv.interface.j2