Comment 1 for bug 1914281

Revision history for this message
Jonathan Rosser (jrosser) wrote :

Hi,

Lots of things going on here so i'll try to address them in turn.

* You can still use ifupdown on ubuntu focal systems by installing the 'ifupdown' package. That may have been necessary until recently as there were network configurations which could not be achieved with netplan as there were functionality gaps. This situation is improved though.

* There is a netplan example in the openstack-ansible repo already at https://github.com/openstack/openstack-ansible/tree/master/etc/netplan and i've just made a patch to update the documentation to point to that. https://review.opendev.org/c/openstack/openstack-ansible/+/774425

* Could you give a specific reference to which Centos-8 documentation is out of date?

* The only references that I can find in the master branch to 10.x networks are

grep -nir 10.0.0.1 .
./source/reference/inventory/generate-inventory.rst:68: ip: 10.0.0.10
./source/reference/inventory/generate-inventory.rst:70: ip: 10.0.0.11
./source/reference/inventory/generate-inventory.rst:72: ip: 10.0.0.12

The documentation already states 'The CIDRs and VLANs listed for each network are examples and may be different in your environment'. I'm not sure there is anything particularly wrong with the generate-inventory reference using the 10.x CIDR as it is a valid example. Is there somewhere else you are seeing these network ranges used?

Thanks for the feedback,
Jonathan.