lack of network documentation
Bug #1707211 reported by
Eduardo Gonzalez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Our documentation lack of proper setup steps and definitions on how to use different architecture types: vlan, provider, self-service, etc.
Also there is a lack of network interface documentation and many network components are undocumented.
Changed in kolla-ansible: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in kolla-ansible: | |
importance: | High → Wishlist |
To post a comment you must log in.
Thanks!
quickstart.rst indicates that the second interfaces needs an IP Address whereas in reality it does not as it's a neutron external.
::
ip addr show
Bring up the second network interface if it is down.
::
ip link set ens4 up
Verify if the second interface has an IP address.
::
ip addr show