Merge autopkgtest-cloud:novarc-secrets into autopkgtest-cloud:master

Proposed by Brian Murray
Status: Merged
Merged at revision: ef73760f3ea3d532ef2d7d681a66d8f8d1b84617
Proposed branch: autopkgtest-cloud:novarc-secrets
Merge into: autopkgtest-cloud:master
Diff against target: 26 lines (+6/-4)
1 file modified
docs/deploying.rst (+6/-4)
Reviewer Review Type Date Requested Status
Paride Legovini Approve
Review via email: mp+444203@code.launchpad.net

Description of the change

Yesterday when adding the lcy02.rc file I was reading the documentation at https://autopkgtest-cloud.readthedocs.io/en/latest/deploying.html#supply-secrets and realized that it could use a little bit of clarification. Additionally, an example was hiding due to an incorrectly formatted code-block.

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/docs/deploying.rst b/docs/deploying.rst
index bf1ee95..110c849 100644
--- a/docs/deploying.rst
+++ b/docs/deploying.rst
@@ -60,15 +60,17 @@ First create the location for Mojo to find the secrets:
60 cd !$60 cd !$
6161
62Now put them in. ``swift_password`` should just contain your swift password.62Now put them in. ``swift_password`` should just contain your swift password.
63``novarcs.tar`` should contain the cloud ``.rc`` files. These must be named:63``novarcs.tar`` should contain the cloud ``.rc`` files which must be named:
64for amd64 (which will also run i386 tests): ``region.rc``, and for everything64``$REGION.rc`` for amd64 (which will also run i386 tests) and
65else: ``region-arch.rc``. For example:65``$REGION-$ARCH.rc`` for everything else. For example:
6666
67.. code-block:67.. code-block::
6868
69 $ tar tf novarcs.tar69 $ tar tf novarcs.tar
70 lcy02.rc
70 bos01-arm64.rc71 bos01-arm64.rc
71 bos01-ppc64el.rc72 bos01-ppc64el.rc
73 ...
7274
73These are all that are required for a devel deployment. For production there75These are all that are required for a devel deployment. For production there
74are more secrets required, see the ``service-bundle`` and charm76are more secrets required, see the ``service-bundle`` and charm

Subscribers

People subscribed via source and target branches