From 65f3787d8d9da6fba795e8bc4a997a6b0de86083 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Sun, 2 Feb 2020 07:44:06 +0000
Subject: [PATCH] pipeline bugfix

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 272ff106..c3e941b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab