]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #59304 from yuvalif/wip-67608-reef
authorYuri Weinstein <yweinste@redhat.com>
Mon, 27 Jan 2025 18:43:26 +0000 (10:43 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 18:43:26 +0000 (10:43 -0800)
reef: test/rgw/notification: use real ip address instead of localhost

Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
1  2 
qa/tasks/rabbitmq.py
src/test/rgw/bucket_notification/test_bn.py

index 944233d9775dfe0156976825eac210b6d401bc49,ddd4a9d512670e7b4a117482ce4691dd09a42ae2..868d0c76c14cdc0add8dae657039e4aff4a3c04e
@@@ -70,9 -70,14 +70,14 @@@ def run_rabbitmq(ctx, config)
          (remote,) = ctx.cluster.only(client).remotes.keys()
  
          ctx.cluster.only(client).run(args=[
 -             'sudo', 'chkconfig', 'rabbitmq-server', 'on'
 +             'sudo', 'systemctl', 'enable', 'rabbitmq-server.service'
              ],
          )
+         
+         ctx.cluster.only(client).run(args=[
+              'echo', 'loopback_users.guest = false', run.Raw('|'), 'sudo', 'tee', '-a', '/etc/rabbitmq/rabbitmq.conf'
+             ],
+         )
  
          ctx.cluster.only(client).run(args=[
               'sudo', '/sbin/service', 'rabbitmq-server', 'start'