package reconfiguration could ask further configuration details
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Consider the following scenario:
Region controller with 3 interfaces:
eth1: 192.168.21.x
eth2: 192.168.22.x
eth3: 10.98.0.x
Cluster controller with 2 interfaces:
eth0: 192.168.20.x
eth1: 10.98.0.x
When I install the region controller, it autodetects 10.98.0.x (default route) as the PXE server for the RC. I run dpkg-reconfigure and change it to 192.168.21.5 which is the correct address
When I install the cluster controller, it asks for the publicly accessible API of the MAAS server, which is http://
Once the cluster controller is installed, the amqp address sent from the RC is 192.168.21.5, which is not accessible from the CC.
So, the RC uses DEFAULT_MAAS_URL as the amqp address and if there are other clusters controllers connected to this MAAS server, they end up with the wrong address.
Julian suggested that on dpkg-reconfigure more questions could be asked like the address of the RC pxe server and the webui/api/amqp address.
Changed in maas (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |