Skip to content
Snippets Groups Projects
Commit dda7b3fe authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Add repository cloning commands to user data script

parent 7938117f
No related branches found
No related tags found
No related merge requests found
Pipeline #10052 failed with stages
in 1 minute and 38 seconds
...@@ -43,6 +43,12 @@ resource "openstack_compute_instance_v2" "ohpc" { ...@@ -43,6 +43,12 @@ resource "openstack_compute_instance_v2" "ohpc" {
owner: centos:centos owner: centos:centos
path: /etc/hosts path: /etc/hosts
permissions: 0644 permissions: 0644
# Clone CRI_XCBC repository
- git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC
# Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /CRI_Cluster_Monitor
EOF EOF
# defines the networks of the instance # defines the networks of the instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment