Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Mon, 4 Dec 2017 09:10:47 +0000 (09:10 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 4 Dec 2017 09:10:47 +0000 (09:10 +0000)
commit5a52830a71c04e6d38ae6e6fdd7d039036668c60
tree4a3f92663ed293e66af3348c9872097a72ffe5fc
parent33167a91bfabbbc4b26318ff7765dd7bbb902bab
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: playbooks: Copy scenarios instead of symlinking them"
  - xci: playbooks: Copy scenarios instead of symlinking them

    Previously, the scenarios were symlinked from the checked out location
    to {{ playbook_dir }}/roles. However, the symlinks were pointless since
    they only exist in our local releng-xci directory. The roles much also
    be present in OPNFV_RELENG_PATH which is the place where the deployment
    happens. We use 'rsync' to copy our local releng-xci directory to the
    remote one so our roles can be automatically be placed there if we copy
    them instead of symlinking them.

    Change-Id: I735db71eedfaa51d7196761aa2af8329d86cb775
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci