Skip to content

Commit

Permalink
OPENSHIFTP-126: Change the Bastion to use a fixed IP on the internal …
Browse files Browse the repository at this point in the history
…network

Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jun 13, 2024
1 parent b732a19 commit 1633fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/2_pvs_prepare/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [<<EOF
Expand Down

0 comments on commit 1633fc9

Please sign in to comment.