ERROR cannot add subnet: subnet with CIDR "10.10.0.0/24" not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Undecided
|
Joseph Phillips |
Bug Description
[Impact]
According to the documentation https:/
Here it's an example of what happens when trying to create a space associated to the subnet "ironic_subnet" with the CIDR 10.10.0.0/24
$ openstack subnet list
+------
| ID | Name | Network | Subnet |
+------
| 2bb6e419-
| 6e5beb18-
+------
$ juju spaces
Name Space ID Subnets
alpha 0 10.5.0.0/16
$ juju models
Controller: serverstack
Model Cloud/Region Type Status Machines Cores Units Access Last connection
controller* serverstack/
default serverstack/
$ juju add-subnet 10.10.0.0/24 ironic-space
ERROR cannot add subnet: subnet with CIDR "10.10.0.0/24" not found
$ juju reload-spaces
$ juju spaces
Name Space ID Subnets
alpha 0 10.5.0.0/16
$ snap info juju | grep installed
installed: 3.0-beta1-acfa032 (16965) 91MB classic
Note: this behavior could be reproduced using juju 2.8, 2.9 and 3.0-beta1-acfa032 (latest/edge).
tags: | added: openstack-provider spaces |
tags: | added: sts |
Changed in juju: | |
assignee: | nobody → Joseph Phillips (manadart) |
milestone: | 2.9-next → none |
status: | Triaged → New |
importance: | High → Undecided |
Changed in juju: | |
status: | New → Triaged |
This is needed for supporting Ironic for a custom space for PXE booting, etc.
The most important need from them is being able to have a bootstrapped controller that can access multiple spaces, though having dynamic runtime support for growing spaces is also useful.