From 1633fc9eec662e53c29b5ae07bb1a33e5df67d25 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Wed, 12 Jun 2024 21:12:40 -0400 Subject: [PATCH] OPENSHIFTP-126: Change the Bastion to use a fixed IP on the internal network Signed-off-by: Paul Bastide --- modules/2_pvs_prepare/bastion/bastion.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/2_pvs_prepare/bastion/bastion.tf b/modules/2_pvs_prepare/bastion/bastion.tf index 008379c..3851cd9 100644 --- a/modules/2_pvs_prepare/bastion/bastion.tf +++ b/modules/2_pvs_prepare/bastion/bastion.tf @@ -311,7 +311,6 @@ EOF # Identifies the networks, and picks the iface that is on the private networkfor_each # The macaddress is used to identify the private interface and setup with a static ip. - # originally used ${ibm_pi_network_port_attach.bastion_priv_net.macaddress} # Convert this to set ta fixed network for the internal IP for the bastion. provisioner "remote-exec" { inline = [<