Open jaypipes opened 11 years ago
Currently the Vagabondfile does not provide the support for setting a static ip address for the server nodes, however adding in support for it should be easy enough. On a side note, what is your use case for a static address on the server node? I have not run into the need yet, which is the only reason why it's not supported. Your use case around this need will probably highlight some assumptions I have been making towards usage, which I would be happy to see and try to prevent.
Thanks!
Oh, my thoughts on this were two-fold:
1) Since I'm using static IP addressing in the other nodes, I wanted to use it for the local chef server both for consistency and to ensure that I don't set a node's static IP address to an IP address that the local chef server could possibly receive during bootstrapping
2) The issue I filed about the http_proxy thing... I wanted to be able to set the http_proxy to the Chef server node to experiment with a couple fixes on the other nodes. So, just scratching an itch :)
Best, -jay
I tried setting the :ipaddress of the local chef server in my Vagabondfile:
Unfortunately, when I rebuilt the server, it attached to a different IP address:
Is there a hidden way to set the local Chef server's container to a static IP address like the other nodes?
Thanks! -jay