We have recently changed/updated our network infrastructure which now means that the server runs Juju is now using a completely new IP subnet, using MAAS, we can commission & deploy new machines via MAAS Pod successfully and just fine, however using conjure-up, juju bootstrap fails with ERROR failed to bootstrap model: cannot start bootstrap instance: 44hsbf: Unable to allocate static IP due to address exhaustion
:
2019-09-01 21:26:15,525 [DEBUG] conjure-up/charmed-kubernetes - step.py:268 - Executing script: /home/<username>/.cache/conjure-up/charmed-kubernetes/steps/04_enable-cni/before-config
2019-09-01 21:26:15,575 [DEBUG] conjure-up/charmed-kubernetes - telemetry.py:17 - Showing screen: Configure Applications2019-09-01 21:26:16,466 [DEBUG] conjure-up/charmed-kubernetes - maas.py:20 - Found endpoint: http://10.1.1.2:5240/MAAS/ for cloud: <server>-01
2019-09-01 21:26:16,490 [DEBUG] conjure-up/charmed-kubernetes - events.py:52 - Setting MAASConnected at conjureup/controllers/juju/configapps/gui.py:39
2019-09-01 21:26:17,799 [DEBUG] conjure-up/charmed-kubernetes - telemetry.py:17 - Showing screen: Bootstrapping Controller
2019-09-01 21:26:18,086 [INFO] conjure-up/charmed-kubernetes - common.py:74 - Bootstrapping Juju controller...
2019-09-01 21:26:18,087 [DEBUG] conjure-up/charmed-kubernetes - telemetry.py:32 - Juju Bootstrap: Started
2019-09-01 21:26:18,095 [DEBUG] conjure-up/charmed-kubernetes - juju.py:252 - bootstrap cmd: ['/snap/bin/juju', 'bootstrap', '<server>-01', 'conjure-up-<server>-01-d4d', '--default-model', 'conjure-charmed-kubernet-90f', '--config', 'image-stream=daily', '--credential', 'conjure-<server>-01-a3c']
2019-09-01 21:26:18,114 [DEBUG] conjure-up/charmed-kubernetes - events.py:52 - Awaiting Bootstrapped at conjureup/controllers/juju/bootstrap/gui.py:43
2019-09-01 21:26:46,848 [ERROR] conjure-up/charmed-kubernetes - common.py:60 - Error bootstrapping controller: ['Creating Juju controller "conjure-up-<server>-01-d4d" on <server>-01', 'Looking for packaged Juju agent version 2.6.5 for amd64', 'Launching controller instance(s) on <server>-01...', 'ERROR failed to bootstrap model: cannot start bootstrap instance: 44hsbf: Unable to allocate static IP due to address exhaustion.']
2019-09-01 21:26:46,852 [DEBUG] conjure-up/charmed-kubernetes - events.py:52 - Setting Error at conjureup/events.py:149
2019-09-01 21:26:46,872 [ERROR] conjure-up/charmed-kubernetes - events.py:161 - Unhandled exception in <Task finished coro=<BaseBootstrapController.run() done, defined at /snap/conjure-up/1055/lib/python3.6/site-packages/conjureup/controllers/juju/bootstrap/common.py:15> exception=BootstrapError('Unable to bootstrap (cloud type: maas)',)>
Traceback (most recent call last):
File "/snap/conjure-up/1055/lib/python3.6/site-packages/conjureup/controllers/juju/bootstrap/common.py", line 21, in run
await self.do_bootstrap()
File "/snap/conjure-up/1055/lib/python3.6/site-packages/conjureup/controllers/juju/bootstrap/common.py", line 65, in do_bootstrap
app.provider.cloud_type))
conjureup.errors.BootstrapError: Unable to bootstrap (cloud type: maas)
2019-09-01 21:26:46,890 [DEBUG] conjure-up/charmed-kubernetes - __init__.py:27 - Showing dialog for exception: Unable to bootstrap (cloud type: maas)
2019-09-01 21:26:57,959 [DEBUG] conjure-up/charmed-kubernetes - events.py:52 - Setting Shutdown at conjureup/events.py:145
2019-09-01 21:26:57,962 [DEBUG] conjure-up/charmed-kubernetes - events.py:52 - Received Shutdown at conjureup/events.py:176
2019-09-01 21:26:57,962 [INFO] conjure-up/charmed-kubernetes - events.py:180 - Shutting down
2019-09-01 21:26:57,962 [INFO] conjure-up/charmed-kubernetes - app_config.py:192 - Storing conjure-up state
2019-09-01 21:26:57,966 [INFO] conjure-up/charmed-kubernetes - app_config.py:207 - State saved
2019-09-01 21:26:57,967 [DEBUG] conjure-up/charmed-kubernetes - events.py:200 - Cancelling pending task: <Task pending coro=<BootstrapController.wait() running at /snap/conjure-up/1055/lib/python3.6/site-packages/conjureup/controllers/juju/bootstrap/gui.py:43> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7fb5fac4ae28>()]>>
Is there any way to update juju bootstrap configurations to use the right subnet network?