Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 13 Mar 2018 16:20:20 +0000 (16:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 13 Mar 2018 16:20:20 +0000 (16:20 +0000)
commit2cb3e14b07f513f07325922096aef0d55e769709
treec6205c3e55ac3df0fdb2811e510d32a78d4f9a62
parent1839c310058e5b9c552ea277f5035049e7884d46
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topics 'allow-pass-ansible-arguments', 'allow-pass-ansible-arguments-force-verify'

    * changes:
      xci: OSA: Fix warning about missing inventory file
      xci: Pass the XCI_PATH variable to all Ansible calls
      xci: Rename XCI_ANSIBLE_VERBOSITY to XCI_ANSIBLE_PARAMS

  - xci: OSA: Fix warning about missing inventory file

    This is similar to 346079ea1b8dbda0c5e282c18f30cbac7e907d1e
    ("xci: Fix warning about missing inventory file")

    This playbook only affects localhost so make it explicit. Fixes:

    [WARNING]: Host file not found: inventory
    [WARNING]: provided hosts list is empty, only localhost is available

    Change-Id: If8548a36498ea3191de33cff94acbaee6ed04ce3
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: Pass the XCI_PATH variable to all Ansible calls

    The XCI_PATH variable is used by various playbooks to find the root
    directory of the XCI repository so it's much cleaner to pass it on every
    Ansible call.

    Change-Id: Ifc0b77fa767e48bd1dc6daa44c6251c02983fd4d
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: Rename XCI_ANSIBLE_VERBOSITY to XCI_ANSIBLE_PARAMS

    We don't quite need a specific env variable just for Ansible
    verbosity so we can rename this variable to make it clear that
    it can be used to pass any Ansible option to XCI.

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