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
1diff --git a/docs/deploying.rst b/docs/deploying.rst
2index bf1ee95..110c849 100644
3--- a/docs/deploying.rst
4+++ b/docs/deploying.rst
5@@ -60,15 +60,17 @@ First create the location for Mojo to find the secrets:
6 cd !$
7
8 Now put them in. ``swift_password`` should just contain your swift password.
9-``novarcs.tar`` should contain the cloud ``.rc`` files. These must be named:
10-for amd64 (which will also run i386 tests): ``region.rc``, and for everything
11-else: ``region-arch.rc``. For example:
12+``novarcs.tar`` should contain the cloud ``.rc`` files which must be named:
13+``$REGION.rc`` for amd64 (which will also run i386 tests) and
14+``$REGION-$ARCH.rc`` for everything else. For example:
15
16-.. code-block:
17+.. code-block::
18
19 $ tar tf novarcs.tar
20+ lcy02.rc
21 bos01-arm64.rc
22 bos01-ppc64el.rc
23+ ...
24
25 These are all that are required for a devel deployment. For production there
26 are more secrets required, see the ``service-bundle`` and charm

Subscribers

People subscribed via source and target branches