]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Updated README file as we still use beanstalk
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 14 Jan 2022 18:40:47 +0000 (13:40 -0500)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 14 Jan 2022 18:40:47 +0000 (13:40 -0500)
update README file as we change back to beanstalk
as queue.

Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
docs/docker-compose/README.md

index d634fd60e57852d3f0a18fc1aa477556fd91f426..7fb85923c294a8a36cfedddc7c9d49abe9305c45 100644 (file)
@@ -15,12 +15,13 @@ README file. An easy way to do this is to
 ssh into teuthology.front.sepia.com and you will
 find the file in `/etc/teuthology.yaml`. Next,
 copy and paste the file to your local machine
-and edit (lock_server, results_server, results_ui_server) to:
+and edit (lock_server, results_server, results_ui_server, queue_host) to:
 
 ```bash
 lock_server: http://paddles:8080
 results_server: http://paddles:8080
 results_ui_server: http://pulpito:8081/
+queue_host: beanstalk
 ```
 
 Next, add these lines to your `.teuthology.yaml`:
@@ -153,5 +154,5 @@ If the test-node is locked after adding it to paddles you can run this command t
 You can now test out your set up by running the dispatcher:
 
 ```bash
-./virtualenv/bin/teuthology-dispatcher -v --archive-dir ../archive_dir  --log-dir log --machine-type smithi
-```
\ No newline at end of file
+./virtualenv/bin/teuthology-dispatcher -v --archive-dir ../archive_dir  --log-dir log --tube smithi
+```