mirror of https://github.com/ceph/ceph-ansible.git
010158ff84
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
|
||
---|---|---|
.. | ||
add-mdss | ||
add-mgrs | ||
add-mons | ||
add-osds | ||
add-rbdmirrors | ||
add-rgws | ||
all_daemons | ||
collocation | ||
infra_lv_create | ||
lvm-auto-discovery | ||
lvm-batch | ||
lvm-osds | ||
migrate_ceph_disk_to_ceph_volume | ||
ooo-collocation | ||
podman | ||
rgw-multisite | ||
shrink_mds | ||
shrink_mgr | ||
shrink_mon | ||
shrink_osd | ||
shrink_rbdmirror | ||
shrink_rgw | ||
tests | ||
.gitignore | ||
dev_setup.yml | ||
lvm_setup.yml | ||
reboot.yml | ||
rgw_multisite.yml | ||
rhcs_setup.yml | ||
setup.yml |