Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 3 Oct 2017 12:26:36 +0000 (13:26 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 3 Oct 2017 15:45:20 +0000 (15:45 +0000)
commit16773902fc7ab5eebacee11ecd9e9fe27a647393
tree91332fbfc4396b5e03b221ee87c2eda427f15b20
parenta68d6e0fe261ba61b6fe2f47701fd3432f498742
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: xci-deploy.sh: Extend regexp when collecting env variables

    Not all variables start with XCI, OPNFV or OPENSTACK so extend the
    regexp to look for more variables.

    Change-Id: If3693d65eec697f6c81c608da3be5799333c28d7
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: start-new-vm.sh: Do not break on idle SSH connections

    Add ServerAliveInterval and ServerAliveCountMax directives in order
    to try and keep SSH connections alive. This aims to solve ssh timeouts
    like the following one on busy hypervisors:

    packet_write_wait: Connection to UNKNOWN port 0: Broken pipe

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