mirror of https://github.com/ceph/ceph-ansible.git
tox: test cephadm-adopt.yml playbook idempotency
Rerun the cephadm-adopt.yml playbook a second time for idempotency purpose. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/6229/head
parent
ff9d314305
commit
523966d45f
5
tox.ini
5
tox.ini
|
@ -256,6 +256,11 @@ commands=
|
|||
ireallymeanit=yes \
|
||||
delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \
|
||||
"
|
||||
# idempotency test
|
||||
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/cephadm-adopt.yml --extra-vars "\
|
||||
ireallymeanit=yes \
|
||||
delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \
|
||||
"
|
||||
|
||||
[testenv]
|
||||
whitelist_externals =
|
||||
|
|
Loading…
Reference in New Issue