You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/rgw/bucket_notification/README.rst
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ we would need the following configuration file::
25
25
access_key = 1234567890
26
26
secret_key = pencil
27
27
28
+
Add boto3 extension to the standard client: https://github.com/ceph/ceph/tree/main/examples/rgw/boto3#introduction.
28
29
29
30
===========
30
31
Kafka Tests
@@ -125,7 +126,7 @@ To run the Kafka security test, you also need to provide the test with the locat
125
126
RabbitMQ Tests
126
127
==============
127
128
128
-
You need to install RabbitMQ in the following way::
129
+
You need to install RabbitMQ, check supported platforms: https://www.rabbitmq.com/docs/platforms. For example, for Fedora::
129
130
130
131
sudo dnf install rabbitmq-server
131
132
@@ -139,31 +140,19 @@ Update rabbitmq-server configuration to allow access to the guest user from anyw
139
140
140
141
Finally, to start the RabbitMQ server you need to run the following command::
141
142
142
-
sudo /sbin/service rabbitmq-server start
143
+
sudo systemctl start rabbitmq-server
143
144
144
145
To confirm that the RabbitMQ server is running you can run the following command to check the status of the server::
145
146
146
-
sudo /sbin/service rabbitmq-server status
147
-
148
-
Add [boto3 extension](https://github.com/ceph/ceph/tree/main/examples/rgw/boto3#introduction) as it's required for bucket notification tests. You can use the default folder or create a custom one, more information [here](https://github.com/boto/botocore/blob/develop/botocore/loaders.py#L33).
0 commit comments