hashipi

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

commit 4a1fdc51ec19923cefca759dfad7ee7e569a684d
parent 020a470101f411ae2aaf368f21a79f5ea9da0b35
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu,  4 Aug 2022 22:40:24 +0200

fix: replace outdated image url

Diffstat:
Mhosts/pi0.json | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/hosts/pi0.json b/hosts/pi0.json @@ -2,7 +2,7 @@ "hostname": "pi0", "username": "pi", "authorized_keys": "", - "img_url": "http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz", + "img_url": "http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-armv7-latest.tar.gz", "img_name": "HashiPi-pi0.img", "flash_device_path": "/dev/sda", "consul_arch": "arm", @@ -12,4 +12,4 @@ "consul_retry_join": "\"pi0\", \"pi1\", \"pi2\"", "nomad_arch": "linux_armv6", "nomad_binary_path": "./bin/nomad" -} -\ No newline at end of file +}