vsphere provider should configure IP addresses as static
Bug #1904612 reported by
Felipe Reyes
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
juju controllers get their IP address from vmware's dhcp, but this one won't allocate a static IP address for the life of the virtual machine, so it has happened (on production environments) that controllers after some time have been given a new IP address which has broken juju expectations.
it would be appropriate that at the moment of "juju bootstrap" *and* when deploying any new machine after that the IP addresses are configured to be static/fixed in vpshere to avoid disruption.
tags: | added: vsphere-provider |
To post a comment you must log in.
This isn't necessarily a problem just w/ the vsphere provider. Juju asks the underlying cloud provider to provision an ip address for an instance, but if the cloud provider doesn't guarantee a static ip address, that address can change on instance reboot.
The solution here might be to give operators a way to set a static ip on an instance, based on knowledge they have about the network, and available ip addresses.
Triaging this bug as medium. We very much want to do this, but it isn't on roadmap for this cycle.