Comment 4 for bug 1843422

Revision history for this message
Sagi (Sergey) Shnaidman (sshnaidm) wrote :

It's not tempest fault, it means that not all services work after the deployment.
For example, the failing request of tempest:

openstack floating ip list -c ID -f value
2019-09-11 04:39:02 | HttpException: 503: Server Error for url: https://overcloud.ooo.test:13696/v2.0/floatingips, No server is available to handle this request.: 503 Service Unavailable
2019-09-11 04:39:02 | ++ openstack router list -c ID -f value
2019-09-11 04:39:04 | HttpException: 503: Server Error for url: https://overcloud.ooo.test:13696/v2.0/routers, No server is available to handle this request.: 503 Service Unavailable
http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp_1supp-featureset039-master/ed3dbd8/logs/undercloud/home/zuul/tempest.log.txt.gz

Neutron API on undercloud is full of tracebacks:
MissingAuthPlugin: An auth plugin is required to determine endpoint URL
http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp_1supp-featureset039-master/ed3dbd8/logs/undercloud/var/log/extra/podman/containers/neutron_api/stdout.log.txt.gz
But it may be red herring like in bug: https://bugs.launchpad.net/tripleo/+bug/1818943

On overcloud (where is request failing for tempest) we have neutron container restarting in loop:

2019-09-11 04:37:23.676 7 ERROR neutron ConfigFileValueError: Value for option bind_host from LocationInfo(location=<Locations.user: (4, True)>, detail='/etc/neutron/conf.d/neutron-server/networking-sfc.conf') is not valid: is not a valid host address
http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp_1supp-featureset039-master/ed3dbd8/logs/overcloud-controller-0/var/log/containers/neutron/server.log.txt.gz

Error response from daemon: Container ef1ca5227d8ec83c1fb2b5a40f789925f020decb88862c1f54914d7d19113c1b is restarting, wait until the container is running
http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-ovb-3ctlr_1comp_1supp-featureset039-master/ed3dbd8/logs/overcloud-controller-0/var/log/extra/docker/containers/neutron_api/docker_info.log.txt.gz