From f5d2a0da229d63f38b11bd4bff951ab28217575f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 May 2014 11:13:57 +0000 Subject: Add a cluster morph for upgrading git.baserock.org --- gbo-upgrade.morph | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gbo-upgrade.morph diff --git a/gbo-upgrade.morph b/gbo-upgrade.morph new file mode 100644 index 00000000..b335c9eb --- /dev/null +++ b/gbo-upgrade.morph @@ -0,0 +1,25 @@ +kind: cluster +name: gbo-cluster +description: | + This is a cluster morphology for deploying an UPGRADE to + git.baserock.org. It doesn't work for the initial deployment. The + deployer MUST have ssh access to root@git.baserock.org. To use: + + morph deploy --upgrade gbo-cluster gbo.VERSION_LABEL=2014-05-29 + + Replace the value of gbo.VERSION_LABEL above with the current date. + You can add letters if you need to upgrade multiple times in a day. +systems: +- morph: trove-system-x86_64 + deploy: + gbo: + type: ssh-rsync + location: root@192.168.122.117 + location: root@git.baserock.org + LORRY_CONTROLLER_MINIONS: 4 + HOSTNAME: firehose1 + VERSION_LABEL: FIXME + FSTAB_HOME: LABEL=homes /home auto defaults,noatime,rw 0 2 + TROVE_ID: baserock + TROVE_HOSTNAME: git.baserock.org + TROVE_COMPANY: Baserock -- cgit v1.2.1