]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docker-compose: Add section links to README
authorZack Cerza <zack@redhat.com>
Mon, 4 Apr 2022 15:09:03 +0000 (11:09 -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 0bec88cc047708344c5ea50297b7de429d7db4df..e0760677dbb55fbaa15e917e6219ca31a85096db 100644 (file)
@@ -7,10 +7,10 @@ Postgres, Paddles, Pulpito, Beanstalk, and Teuthology.
 
 Currently, there are two modes of execution: 
 
-* Using containerized test nodes
+* [Using containerized test nodes](#containers)
   * Advantage: No need for a lab at all!
   * Disadvantage: Cannot run all Ceph tests; best for exercising the framework itself
-* Using nodes from an existing lab (e.g. the Sepia lab)
+* [Using nodes from an existing lab (e.g. the Sepia lab)](#existing_lab)
   * Advantage: Can run all Ceph tests
   * Disadvantage: Requires lab access
 
@@ -23,11 +23,11 @@ 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
+### Using Containerized Nodes {#containers}
 
 There's nothing special to do; see [Running Tests](#running)
 
-### Using an Existing Lab
+### Using an Existing Lab {#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.