From 547d5c58ce077f76241160dea5e574ca700c42d3 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Wed, 2 Aug 2023 10:16:30 -0500
Subject: [PATCH] Add node export security group

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e168b2b..0e4a59c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -177,6 +177,7 @@ test:
       -c id -f value --image $BUILT_OOD_IMAGE_ID
       --network openstack-cheaha-internal
       --security-group ood-https-ports
+      --security-group node-exporter
       --security-group allow-ssh
       --user-data user_data.txt
       --flavor $INSTANCE_FLAVOR
-- 
GitLab