From 66cf8b716a765d72c47251e329f4dfb3aadf93fd Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 9 Dec 2014 09:05:29 -0600 Subject: [PATCH] fixed broken links to worker_start.sh and create_nodes.py Signed-off-by: Andrew Schoen --- docs/LAB_SETUP.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LAB_SETUP.rst b/docs/LAB_SETUP.rst index 7917d279a0..06d9d7f084 100644 --- a/docs/LAB_SETUP.rst +++ b/docs/LAB_SETUP.rst @@ -106,7 +106,7 @@ As 'teuthworker', do the following:: ./bootstrap popd mkdir ~/bin - wget -O ~/bin/worker_start https://raw.githubusercontent.com/ceph/teuthology/docs/docs/reference/worker_start.sh + wget -O ~/bin/worker_start https://raw.githubusercontent.com/ceph/teuthology/master/docs/_static/worker_start.sh echo 'PATH="$HOME/src/teuthology_master/virtualenv/bin:$PATH"' >> ~/.profile source ~/.profile mkdir -p ~/archive/worker_logs @@ -118,7 +118,7 @@ Submitting Nodes First:: - wget https://raw.githubusercontent.com/ceph/teuthology/docs/docs/reference/create_nodes.py + wget https://raw.githubusercontent.com/ceph/teuthology/master/docs/_static/create_nodes.py Edit ``create_nodes.py`` to generate the hostnames of the machines you want to submit to paddles. -- 2.39.5