From 523966d45f40a028ce4fbeaaed81c8bd2060b5a9 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 21 Jan 2021 11:27:10 -0500 Subject: [PATCH] tox: test cephadm-adopt.yml playbook idempotency Rerun the cephadm-adopt.yml playbook a second time for idempotency purpose. Signed-off-by: Dimitri Savineau --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index cc5b2ef11..bc90ae528 100644 --- a/tox.ini +++ b/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 = -- 2.39.5