kinvolk / racker

rack provisioning utility for Kinvolk projects
Apache License 2.0
14 stars 3 forks source link

bootstrap: support static IP addrs #22

Closed pothos closed 3 years ago

pothos commented 3 years ago

In case static IP addresses are used, they should be set up for the PXE installation process and for the final OS. Use an additional CLC snippet for static IP addresses, for now only the most simple case of one static IPv4 address for one MAC address per node is covered. For testing purposes the "racker bootstrap" command will generate a mapping of addresses that we can use in the test setup but it should be provided by the user. (Need to implement that)