Skip to content
Snippets Groups Projects

Remove remote-exec provisioners in Terraform script

Compare and
2 files
+ 14
30
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
1
@@ -43,7 +43,14 @@ resource "openstack_compute_instance_v2" "ohpc" {
@@ -43,7 +43,14 @@ resource "openstack_compute_instance_v2" "ohpc" {
owner: centos:centos
owner: centos:centos
path: /etc/hosts
path: /etc/hosts
permissions: 0644
permissions: 0644
EOF
 
# Clone CRI_XCBC repository
 
- 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
 
 
EOF
# defines the networks of the instance
# defines the networks of the instance
network {
network {
Loading