From ec9123fc0cd857b61b7f4395cfdfbbd3065a8a74 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Fri, 8 Oct 2021 14:52:37 +1100
Subject: [PATCH] ci can't run on QRIScloud

---
 CICD/infra/os_vars.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CICD/infra/os_vars.yml b/CICD/infra/os_vars.yml
index 6cbb7dcb..b71542ad 100644
--- a/CICD/infra/os_vars.yml
+++ b/CICD/infra/os_vars.yml
@@ -5,8 +5,8 @@ project_name: "HPCasCode-ci-mlaas"
 domain: "HPCasCode-ci-mlaas.org.au"
 # variabls for openstack
 image: 356ff1ed-5960-4ac2-96a1-0c0198e6a999
-availability_zone: QRIScloud
-ext_network: QRIScloud
+availability_zone: monash-02
+ext_network: monash
 # The bit that says #cloud-config is not a COMMENT, its part of a multiline string sent to openstack
 os_userdata: |
   #cloud-config
-- 
GitLab