Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create network with Openstack #17

Open
egomezgarreaud opened this issue May 12, 2018 · 8 comments
Open

Cannot create network with Openstack #17

egomezgarreaud opened this issue May 12, 2018 · 8 comments

Comments

@egomezgarreaud
Copy link

Folks,
I have completed without errors the deployment of the Contrail with OpenStack Ocata and Kolla Ansible however when I try to create a network with Openstack I am getting the following response.

openstack network create testvn
Error while executing command: HttpException: 500, {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}}
Has anybody experienced a similar issue ?
I really appreciate your time and help.
Best Regard

@fclaudiopalmeira
Copy link

The Cassandra container and the Vrouter-Agent, the analytics database kafka and cassandra, and the config database cassandra containers stay on the Reastarting state forever, the vrouter agent being down is probably the reason that we cant create networks or list them.
run docker ps and you will see it.
What is happening?i have tried installing the kernel-3.10.0-693.21.1.el7.x86_64, but unfortunately it seems that either it won´t be available for you to downgrade after upgrading Centos or it is not available at the repositories anymore.
How do we solve that?

@egomezgarreaud
Copy link
Author

egomezgarreaud commented May 15, 2018

@fclaudiopalmeira
Copy link

fclaudiopalmeira commented May 15, 2018

You should not install the Centosplus Kernel, install the exact one mentioned in the docs instead:
yum install http://mirror.centos.org/centos/7.4.1708/updates/x86_64/Packages/kernel-3.10.0-693.21.1.el7.x86_64.rpm
But just to tell you in advance, still the issue remains.

@egomezgarreaud
Copy link
Author

Fclaudio
After adding the CONTROLLER_NODES: directive I was able to create the network correctly.
Best Regards

@networkandcode
Copy link

@egomezgarreaud I am facing the same error, which directive are you referring to? Is is similar to this: contrail_configuration:
CONTROL_NODES:

however I have tried the above and ran all the playbooks again and still stuck with the same issue

@AbdulMMalik
Copy link

AbdulMMalik commented May 5, 2019

I was facing the same problem and the issue was with Cassandra container. It got stuck on restarting state. Please check if Cassandra is running properly and if it's stuck on restarting state then check its logs.
$ docker logs {container-id}
In my case I did set the hostname and everything worked fine for me.
$ hostnamectl set-hostname {host-name}

If the above solution doesn't work then please paste the logs of containers that are in restarting state.

@networkandcode
Copy link

@AbdulMalik206267 this is what i see, The horizon dashboard itself isn't opening now.
[root@afx-cc-os-aio ~]# docker ps | grep Restarting
35c71014a377 opencontrailnightly/contrail-nodemgr:latest "/entrypoint.sh /bin…" 2 days ago Restarting (1) 33 hours ago config_database_nodemgr_1
cf3ed06a1ec6 opencontrailnightly/contrail-external-cassandra:latest "/contrail-entrypoin…" 2 days ago Restarting (1) 33 hours ago config_database_cassandra_1

@theCodesBoy
Copy link

How to deploy openstack in centos?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants