Dan Clark
Dan Clark
At the very least the public IPs shouldn't be used as part of the inventory. The tower node can access the hosts using private IP space. If the machines are...
@cigamit I called out the inventory. The inventory used by tower to communicate with the nodes should not use the EIP. There's no technical reason for it. The tower node...
What is a moot point? I'm not entirely sure people read what I write. I never said remove the EIPs from any of the nodes. All I said was that...
@cigamit In all these comments you've yet to respond to using private IPs in the INVENTORY file on each students tower node. Not once. Seems odd. Also, put a giant...
@IPvSean Yes, the private IP address will remain the same through reboots. Any comms between the control hosts and nodes that uses the private IP space will survive a reboot....
Not sure how this issue was opened for RHEL 8.2 in May 2019 when RHEL 8 came out in May 2019. I'm able to compile the client on RHEL 8.2...
Make sense. I'm not a huge fan of the fact that git lets you manipulate history and I meant to add all of this to a branch in case I...
OK. I made the changes: - Removed the default from the example var file so users will have to set it and hopefully not all choose the same - Added...
Sure. I'm going to pull the repo fresh and just run it.
Could use this to fix just the gpt issue and not blindly fix all errors: ``` sgdisk /dev/vdd -e ```