Welcome to Neutron’s documentation! in neutron

Bug #1811950 reported by Amer Hwitat
This bug report is a duplicate of:  Bug #1811941: neutron routers are down. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
New
Undecided
Unassigned

Bug Description

it seems that Red Hat Openstack 14 has problems implementing Virtual Bridges .. it affects Neutron service (Networking) on Openstack , maybe it's openvswitch issue too, Network interfaces on the Routers should not be DOWN state ...

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.

If you have a troubleshooting or support issue, use the following resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

-----------------------------------
Release: 14.0.0.0b2.dev52 on 2018-03-08 11:13:05
SHA: b09b8868e93aea437055c041148ccbd095c5c249
Source: https://git.openstack.org/cgit/openstack/neutron/tree/doc/source/index.rst
URL: https://docs.openstack.org/neutron/latest/?_ga=2.97532380.2136411735.1547571954-1573057398.1547470031

Tags: doc
Revision history for this message
Amer Hwitat (amer.hwitat) wrote :
Revision history for this message
Brian Haley (brian-haley) wrote :

This looks like duplicate of 1811941 ?

Revision history for this message
Amer Hwitat (amer.hwitat) wrote :
Download full text (15.5 KiB)

well when neutron crashes or Openstack Horizon crashes you need to clean up nodes ...

use Ironic baremetal service at (Openstack) CLI ....

sudo systemctl enable openstack-ironic-conductor
sudo systemctl restart openstack-ironic-conductor
sudo systemctl status openstack-ironic-conductor
openstack baremetal node clean ironic \
    --clean-steps '[{"interface": "deploy", "step": "erase_devices_metadata"}]'

openstack baremetal node clean ironic \
    --clean-steps '[{"interface": "deploy", "step": "erase_devices"}]'

openstack baremetal node clean ironic \
    --clean-steps '[{"interface": "deploy", "step": "erase_devices_metadata"}]'

openstack baremetal node clean ironic \
    --clean-steps '[{"interface": "deploy", "step": "erase_devices"}]'

export OS_PROJECT_DOMAIN_NAME=admin
export OS_IDENTITY_API_VERSION=3

well if like my case when I'm using VmWare VM to install allinone using answer file ... I added Ironic to the installation using packstack and set parameters --timeout=99999999999999999 and --debug to know what is going one ...I discovered after the use of a slow VM 5GB RAM 1 CPU 4 cores that the problem is that when you add routers and External or Internal Networks you are utilizing more the memory which makes neutron crashes and also Horizon dashboards with their messages that same can not retrieve limits and neutron is down ....

for the question I raised earlier I discovered that my first installation was not complete and nova was not running to give router computation power which resulted in router without cpu ...

after that I had a complete installation which eventually External Interface was down and Internal interface was UP (GREEN) ...

which takes me to another thing to ask about Openstack ... why its very hard and cost effective at the Technical side as IaaS solution ... but it's open source .. and I like it ...

related CLI commands:
systemctl disable NetworkManager
systemctl stop NetworkManager
systemctl disable firewalld
systemctl stop firewalld
setenforce 0

systemctl restart network
systemctl status network
########################################################################
subscription-manager list --available

subscription-manager attach --pool=

subscription-manager repos --enable=rhel-7-server-optional-rpms \
  --enable=rhel-7-server-extras-rpms --enable=rhel-7-server-rh-common-rpms
subscription-manager repos --enable=rhel-7-server-openstack-14-rpms
subscription-manager repos --enable=rhel-7-server-openstack-14-devtools-rpms
subscription-manager repos --enable=rhel-7-server-openstack-14-tools-rpms
subscription-manager repos --enable=rhel-7-server-openstack-13-rpms
subscription-manager repos --enable=rhel-7-server-openstack-13-devtools-rpms
subscription-manager repos --enable=rhel-7-server-openstack-13-tools-rpms
yum repolist enabled #enable all

subscriptiion-manager repos --enable=

sudo yum -y install yum-plugin-priorities yum-utils

yum install openstack-selinux --skip-broken
yum install python2* --skip-broken
yum install *pyparsing* --skip-broken
yum install *urllib3* --skip-broken
yum install *chardet* --skip-broken
yum install *gnocchi* --skip-broken
yum install *puppet* --skip-broken
yum install -y ...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.