Update git submodules
authorManuel Buil <mbuil@suse.com>
Fri, 5 Oct 2018 07:52:06 +0000 (09:52 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 16 Oct 2018 13:47:16 +0000 (13:47 +0000)
commit7b11363ffa235b55ae4795dd220b18d4acb6ff6f
tree461a787f515a65b9fe02e3465ad9eaf7d39da006
parent40bd77cf1cb733cc1b6eb2b7e9a306f01e682b51
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - [baremetal] Add two interfaces to the opnfv vm

    opnfv vm requires connectivity to two physical interfaces of the host.
    These interfaces are:
     1 - admin, where DHCP requests will arrive from blades to do PXE boot
     2 - mgmt, which connects to the mgmt of the blades to do the ansible
       configuration

    To achive this, it is required:
     1 - Two libvirt networks that connect to two different linux bridges.
       The important physical interfaces are connected to them. The
       interfaces name is fetched from the idf
     2 - Two templates representing the new libvirt networks
       (net-mgmt.xml.j2 and net-admin.xml.j2)
     3 - Two interfaces defined in vm.xml.j2

    Change-Id: I9037aa36802cfde44717b9394bab79b22d7dfaab
Signed-off-by: Manuel Buil <mbuil@suse.com>
docs/submodules/releng-xci