From 518b7d2eb6f7536364a56f5a174ff40148912b8d Mon Sep 17 00:00:00 2001
From: Wes Hayutin
Date: Mon, 25 Feb 2019 15:20:57 -0700
Subject: [PATCH] update the reproducer doc, with image import
* add image import
* test the clouds.yaml
* formatting
Change-Id: I5ba19879386645224e085e4baaec1ff43af15ead
---
...E-reproducer-zuul-based-quickstart.html.j2 | 85 +++++++++++++------
1 file changed, 58 insertions(+), 27 deletions(-)
diff --git a/roles/create-zuul-based-reproducer/templates/README-reproducer-zuul-based-quickstart.html.j2 b/roles/create-zuul-based-reproducer/templates/README-reproducer-zuul-based-quickstart.html.j2
index 47ecf644f..3a1a0b10e 100644
--- a/roles/create-zuul-based-reproducer/templates/README-reproducer-zuul-based-quickstart.html.j2
+++ b/roles/create-zuul-based-reproducer/templates/README-reproducer-zuul-based-quickstart.html.j2
@@ -56,6 +56,7 @@ issue.
Prior to running the Zuul-based reproducer, the following setup steps are needed -
( only need to be done once per local system):
+
-wget the reproducer-zuul-based-quickstart.tar file. Note that
-the launcher-env-setup-playbook.yaml
will set up
+
+- wget the reproducer-zuul-based-quickstart.tar file.
+- Note that the
launcher-env-setup-playbook.yaml
will set up
clone repos and set up 'roles', 'playbooks', and 'library' directories
-from which the tasks will be executed.
-Once the files are extracted from the archive, you can run the Bash script
+from which the tasks will be executed.
+- Once the files are extracted from the archive, you can run the Bash script
with the various options. Run the script with
--help
option to
-output a list of available run options.
+output a list of available run options.
+
@@ -127,11 +153,16 @@ with the same options listed in the Bash script section above.
-The Bash scripts runs with --tags all
passed to the
+
+
+- The Bash scripts runs with
--tags all
passed to the
launcher-playbook.yaml
.
+
+-
After the initial docker setup has run, it is not necessary to run through
those setup steps for every reproducer. The
launcher-playbook.yaml
can be run with --skip-tags start
after the initial run.
+