From a29d85253c781aa1230d67b237737f8fef4b00bc Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 25 Feb 2019 19:24:26 +0000 Subject: [PATCH] Update docs to include generated certs into collected dir After certificates generated by promenade are copied into site specific directory, YAMLs in *_collected directory should be updated. Change-Id: Iea5b1cb98471605025973d56dacda51f647e62f3 --- doc/source/authoring_and_deployment.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index f689de60a..1d09d4218 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -472,6 +472,14 @@ certificates into the security folder. Ex: sudo cp ${NEW_SITE}_bundle/certificates.yaml \ airship-treasuremap/site/${NEW_SITE}/secrets/certificates/certificates.yaml +Regenerate collected YAML files to include copied certificates: + +:: + + sudo airship-pegleg/tools/pegleg.sh site \ + -r airship-treasuremap \ + collect $NEW_SITE -s ${NEW_SITE}_collected + Genesis node ------------