Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 22 Dec 2017 10:36:27 +0000 (10:36 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 8 Jan 2018 10:44:12 +0000 (10:44 +0000)
commitc7ab3e8d3c3030a93a5585d2e36d21cc15a5edd9
tree6c7b4dea2c1d10c2139a012d881893f34345438f
parent92d421b8c9b6735ea0ab0391189ff65449c0a64e
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Record distribution and NFVI information for scenarios

    A scenario may only support certain NFVIs or distributions so we
    need a mapping with all these things so we know what can be tested
    and where.

    Change-Id: Ibf1b640b762085f58627e05e1d2ca13edfc4d716
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: Decouple VM distribution from host OS

    Introduce a new XCI_DISTRO variable to select the distribution to deploy
    on the VMs in order to make deployments more flexible and decouple the
    VM OS selection from the host one. The default value for this new
    variable is to match the host OS but users can always set it to one
    of the supported distributions. We can now simply execute the
    install-ansible.sh script instead of sourcing it in order to keep
    the environment as clean as possible.

    Change-Id: Ia74eb0422f983848cde0fb7b220ea1035dfa78bc
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: nfvi: OSA: Remove duplicate xci-deploy.sh script

    It was committed by accident in c74cfd33fc3c ("xci: OSA: Move all the
    OSA specific playbooks to the NFVI directory") so drop it.

    Change-Id: I5de91f0aad750a9cb723a46baa63e75beb3180de
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci