Skip to content

Commit

Permalink
tox: test cephadm-adopt.yml playbook idempotency
Browse files Browse the repository at this point in the history
Rerun the cephadm-adopt.yml playbook a second time for idempotency
purpose.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
  • Loading branch information
dsavineau authored and guits committed Jan 29, 2021
1 parent ff9d314 commit 523966d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 523966d

Please sign in to comment.