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

reverted previous change; and added a log for git clone

parent 6b316ebf
No related branches found
No related tags found
No related merge requests found
Pipeline #10055 failed with stages
in 24 seconds
......@@ -45,15 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" {
permissions: 0644
# Clone CRI_XCBC repository
- git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC
- git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC > /tmp/git_clone.log 2>&1
# Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /CRI_Cluster_Monitor
# Run Ansible playbook
runcmd:
- ansible-playbook -c local /CRI_XCBC/site-ops.yaml -b -v
EOF
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git
# defines the networks of the instance
network {
......
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