Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 15 Sep 2017 15:28:42 +0000 (16:28 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 18 Sep 2017 09:42:08 +0000 (09:42 +0000)
commit938a08f483a1d1920f17cfe211d960b5de5477ef
treee99a8cdb307c7e691fd3b043ba620385a0355011
parent7f8cd9beda9119f8479e1e889320a73c159cb47b
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: playbooks: Add task for loading distribution variables

    vars_files doesn't support loading files with variables in their names.
    As such we add a new task to include these files before running any of
    the roles. This fixes warnings like this:

    Info: Starting provisining VM nodes using openstack/bifrost
    -------------------------------------------------------------------------
    No config file found; using defaults
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable
    skipping vars_file '../var/{{ ansible_os_family }}.yml' due to an undefined variable

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