]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: fix rgw multisite vagrant variables
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 4 Oct 2019 14:07:05 +0000 (10:07 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 4 Oct 2019 19:12:50 +0000 (15:12 -0400)
commit010158ff847bb59920f6a5bbf383a1cb7056c0cf
tree9c7f137db29e80cfd8975e70664d2fe7aff272e7
parentf59dad620d43a740466a26f7fb8eba1ffc5ba0af
tests: fix rgw multisite vagrant variables

The secondary vagrant variables didn't have the grafana vm variable
set which create an vagrant error.

There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
an invalid or undefined variable.

This patch also changes the ssh-extra-args parameter to ssh-common-args
to get the same values for ssh/sftp/scp. Otherwise we can see warnings
from ansible and some tasks are failing.

[WARNING]: sftp transfer mechanism failed on [mon0]. Use ANSIBLE_DEBUG=1
to see detailed information

It also updates the ssh-common-args value for the rgw-multisite scenario
to reflect the ANSIBLE_SSH_ARGS environment variable value.

Finally changing the IP addresses due to the Vagrant refact done in the
commit 778c51a

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tests/functional/rgw-multisite/container/hosts
tests/functional/rgw-multisite/container/secondary/hosts
tests/functional/rgw-multisite/container/secondary/vagrant_variables.yml
tests/functional/rgw-multisite/hosts
tests/functional/rgw-multisite/secondary/hosts
tests/functional/rgw-multisite/secondary/vagrant_variables.yml
tox.ini