Closed schnem4 closed 8 years ago
While you're at it: I'd like to be able to supply a $Nodeprefix via a parameter.
Where do I upload my script version in which I already implemented the fix for the issue plus my feature request?
And maybe we could fix /etc/hosts for the VM guest as well?
added the ip_startrangecointer according to be compliant to all other scenarios
what do you mean by fix hosts ? centos is running systemd hostnamectl daemon for hostname. we use nmcli to generate / proagate proper hostnames for hostnamectl. all other host should be retrieved from dns
Yes, I noticed that my hostname will resolve to an IPv6 address and I cannot resolve the host's IPv4 address. Will need to check if this impacts distributed ViPR SRM deploys.
Edit: created the wrong dns entry. Worked after I fixed that. Forget this.
Did you also add the $Nodeprefix to the parameters? Can I get wiki access to document all these parameters?
When deploying multiple VMs, they all get the same ip-address.
.\install-centos.ps1 -Defaults -centos_ver 7_1_1511 -ip_startrange 100 -startnode 0 -nodes 4 -size M
Output see below. I have looked into the code and came up with a solution if you're interested.