hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 555d31d628e5c4fa782415324062877c6508e853
parent f5093116ada7e6a7b5b30bd3373970bbf550c0f4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 20 Jul 2023 21:59:41 +0200

doc: create consul certs before Packer run

Diffstat:
MREADME.md | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -151,14 +151,9 @@ interpreter /usr/bin/qemu-aarch64-static ... ``` -Run packer with a value file to build an image for one host: +Don't forget to create a new set of [Consul TLS certificates](#Consul) before each run. Run packer with a value file to build an image for one host: ```bash -sudo packer build -var-file=hosts/pi0.json hashi-pi.json -``` - -Don't forget to create a new set of [Consul TLS certificates](#Consul) after each run: -```bash -./consul-tls.sh +./consul-tls.sh && sudo packer build -var-file=hosts/pi0.json hashi-pi.json ``` ## Write Image to SD Card