Feat trim tf deploy
Compare changes
+ 1
− 50
@@ -38,10 +38,6 @@ output "floating_ip_ohpc" {
@@ -38,10 +38,6 @@ output "floating_ip_ohpc" {
# runs the key-pair module - imports local public key into openstack and give it the name defined above in the variables
@@ -74,35 +70,6 @@ module "create-ohpc-instance" {
@@ -74,35 +70,6 @@ module "create-ohpc-instance" {
# calls functions from cluster-network, import-keypair, and floating-ip-address modules to get values created there for use
# calls functions from cluster-network and import-keypair modules to get values created there for use
@@ -112,18 +79,11 @@ output "xdmod_instance_id" {
@@ -112,18 +79,11 @@ output "xdmod_instance_id" {
@@ -158,16 +118,7 @@ provisioner "remote-exec" {
@@ -158,16 +118,7 @@ provisioner "remote-exec" {
"ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` -e \"{'cod_deploy':'false', 'compute_nodes':[{'name':'${node}', 'ip':'${net[0].fixed_ip_v4}', 'mac':'${net[0].mac}', 'vnfs':'', 'sockets':'1', 'corespersocket':'1'}]}\" /CRI_XCBC/site-ops.yaml -b -v"
# "ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` -e \"{'compute_nodes':[{'name':'${var.ood_instance_name}', 'ip':'${net.fixed_ip_v4}', 'mac':'${net.mac}', 'vnfs':'', 'sockets':'1', 'corespersocket':'1'}]}\" /CRI_XCBC/site-ops.yaml -b -v"]