Comment 13 for bug 1811004

Revision history for this message
wes hayutin (weshayutin) wrote :

FYI.. seeing a similar issue in the multinode version of scenario03
https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset018-master/d9a876d/logs/undercloud/home/zuul/tempest.log.txt.gz#_2019-01-14_12_41_10

however the nova and rabbit transport_url have the same passwd afaict.

https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset018-master/d9a876d/logs/undercloud/var/log/config-data/nova/etc/nova/nova.conf.txt.gz

% Template Path: rabbitmq/templates/rabbitmq.config
[
  {rabbit, [
    {loopback_users, [<<"guest">>]},
    {tcp_listen_options, [
         {keepalive, true},
         {backlog, 128},
         {nodelay, true},
         {linger, {true, 0}},
         {exit_on_close, false}
    ]},
    {tcp_listeners, [{"192.168.24.1", 5672}]},
    {cluster_partition_handling, ignore},
    {loopback_users, []},
    {queue_master_locator, <<"min-masters">>},
    {default_user, <<"guest">>},
    {default_pass, <<"YVaA9Ic6QsNqBfcoIBbO0Xnea">>}

# For full details on the fields in the URL see the documentation of
# oslo_messaging.TransportURL at
# https://docs.openstack.org/oslo.messaging/latest/reference/transport.html
# (string value)
#transport_url=rabbit://
transport_url=rabbit://guest:<email address hidden>:5672/?ssl=0

The template for the multinode job could also be changed in the same way though.. thoughts?

https://github.com/openstack/tripleo-heat-templates/blob/master/ci/environments/scenario003-multinode-containers.yaml#L10