Skip to content
Snippets Groups Projects

Remove remote-exec provisioners in Terraform script

Compare and Show latest version
2 files
+ 13
16
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
10
@@ -43,16 +43,6 @@ resource "openstack_compute_instance_v2" "ohpc" {
owner: centos:centos
path: /etc/hosts
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
# Run Ansible playbook
runcmd:
- ansible-playbook -c local /CRI_XCBC/site-ops.yaml -b -v
EOF
# defines the networks of the instance
Loading