From bf180b3995b2cdff50bdb9bf6a9e94565dab738e Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 28 Feb 2024 09:35:38 -0600 Subject: [PATCH] feat scp instead of git clone --- ohpc-instance/main.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf index a930060..18365b3 100644 --- a/ohpc-instance/main.tf +++ b/ohpc-instance/main.tf @@ -43,12 +43,13 @@ 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 / + #- 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/eesaanatluri/CRI_Cluster_Monitor.git / EOF -- GitLab