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" { ...@@ -45,15 +45,10 @@ resource "openstack_compute_instance_v2" "ohpc" {
permissions: 0644 permissions: 0644
# Clone CRI_XCBC repository # 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 # Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /CRI_Cluster_Monitor - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git
# Run Ansible playbook
runcmd:
- ansible-playbook -c local /CRI_XCBC/site-ops.yaml -b -v
EOF
# defines the networks of the instance # defines the networks of the instance
network { 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