]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docker-compose: Document containerized nodes
authorZack Cerza <zack@redhat.com>
Mon, 4 Apr 2022 15:06:34 +0000 (11:06 -0400)
committerZack Cerza <zack@redhat.com>
Wed, 13 Apr 2022 21:34:11 +0000 (15:34 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/README.md

index eae95c83612378a8677e33c5a521d598321351e3..0bec88cc047708344c5ea50297b7de429d7db4df 100644 (file)
@@ -23,6 +23,10 @@ In both cases, the teuthology container will be built with code from the reposit
 For Docker installation see: 
 https://docs.docker.com/get-docker/
 
+### Using Containerized Nodes
+
+There's nothing special to do; see [Running Tests](#running)
+
 ### Using an Existing Lab
 
 This document assumes you have access to the lab that you intend to use, and that you're already familiar with its VPN and SSH infrastructure.
@@ -66,7 +70,7 @@ export ANSIBLE_INVENTORY_REPO="https://github.com/ceph/ceph-sepia-secrets"
 ```
 This repo will be cloned locally, using your existing `git` configuration, and copied into the teuthology container at build time.
 
-## Running Tests
+## Running Tests {#running}
 
 When you are ready to run tests:
 ```bash