]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
start.sh: Copy conf files into container
authorZack Cerza <zack@redhat.com>
Wed, 26 Jan 2022 16:40:10 +0000 (09:40 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:28:37 +0000 (15:28 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/start.sh

index d862c9b092eb734f9eeb1ad5524676d7ecb4321e..bb50dad7196ed872d7f1d5e2cbfebc36ae7f9e31 100755 (executable)
@@ -14,6 +14,10 @@ fi
 # Copy Docker file into teuthology
 cp ./Dockerfile teuthology/.
 
+cp ./teuthology.sh teuthology/
+
+cp ./custom_conf.yaml teuthology/
+
 # Generate an SSH keypair to use
 SSH_PRIVKEY_PATH=$(mktemp -u /tmp/teuthology-ssh-key-XXXXXX)
 ssh-keygen -t ed25519 -N '' -f $SSH_PRIVKEY_PATH