Skip to content
Snippets Groups Projects
Commit 65f3787d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

pipeline bugfix

parent ac18dd87
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
......@@ -129,9 +129,6 @@ tests:
- source ./$NECTAR_ALLOCATION-openrc.sh
- openstack stack list
- cd CICD
- STACKNAME=CICD$STACKNAME
- export ANSIBLE_HOST_KEY_CHECKING=False
- echo "[ansible_create_cluster_script] Prefixing the Stackname with CICD because heatcicdwrapper does he same"
- python3 ../scripts/make_inventory.py static $STACKNAME | tee ./files/inventory.$STACKNAME && chmod 755 ./files/inventory.$STACKNAME
- grep -qv "I could not find any resouces tagged with project_name:" ./files/inventory.$STACKNAME #fail if inventory file is empty
- ansible -m ping -i files/inventory.$STACKNAME --key-file ../gc_key.pem all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment