From e756d8118e2dd8326d3e362ca765197c4cccf55d Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 28 Feb 2024 09:52:36 -0600
Subject: [PATCH] feat test git clone

---
 ohpc-instance/main.tf | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index 18365b3..e6fff8b 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -43,13 +43,7 @@ resource "openstack_compute_instance_v2" "ohpc" {
        owner: centos:centos
        path: /etc/hosts
        permissions: 0644
-       scp -r /CRI_XCBC /
-
-    # Clone CRI_XCBC repository
-    #- git clone https://github.com/jprorama/CRI_XCBC.git /
-
-    # Clone CRI_Cluster_Monitor repository
-    #- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /
+       git clone https://github.com/jprorama/CRI_XCBC.git /
 
     EOF
 
-- 
GitLab