]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: fix rgw multisite vagrant variables v3.2.31
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 4 Oct 2019 14:07:05 +0000 (10:07 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 14 Oct 2019 07:46:38 +0000 (09:46 +0200)
commit475d2b15579a853511af34cb24b5376d8f17484e
treece97d0e2c50d75981e9c935b21e1b8e5420b445e
parent07489c9f8e56bd39f5823a2e9747557ffad8e7b7
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>
(cherry picked from commit 010158ff847bb59920f6a5bbf383a1cb7056c0cf)
tests/functional/rgw-multisite/container/hosts
tests/functional/rgw-multisite/container/secondary/hosts
tests/functional/rgw-multisite/hosts
tests/functional/rgw-multisite/secondary/hosts
tox.ini