juju bootstrap on three subnets out of 5 not possible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
canonical is trying to bootstrap a controller on aws where in single vpc we have multiple private and public subnet says 5 of them. but only 3 out of 5 subnets were supposed to be used for HA bootstrap and also workload should also be on those three subnets only.
currently there is no way to provide multiple subnet during bootstrap or after bootstrap to enable HA on multiple AZs on different subnet.
currently we are using the following for single subnet.
juju bootstrap aws/us-east-1 nrg --credential canadm --config vpc-id=<vpc id> --config vpc-id-force=true --bootstrap-
and then juju enable-ha
juju add-space private "172.25.10.0/24" -m controller
juju add-space private "172.25.10.0/24" -m default
juju set-model-
juju set-model-
juju switch controller
juju enable-ha
marking as field critical as this is blocking the deployment on aws.