From ab16690c074278de8c879e3c984d689e2cf55f01 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Aug 2019 21:31:35 +0300 Subject: Add: .hz and hosts. files for primus and workers --- hosts.primus | 0 hosts.primus-workers | 0 primus-workers.hz | 12 ++++++++++++ primus.hz | 6 ++++++ 4 files changed, 18 insertions(+) create mode 100644 hosts.primus create mode 100644 hosts.primus-workers create mode 100644 primus-workers.hz create mode 100644 primus.hz diff --git a/hosts.primus b/hosts.primus new file mode 100644 index 0000000..e69de29 diff --git a/hosts.primus-workers b/hosts.primus-workers new file mode 100644 index 0000000..e69de29 diff --git a/primus-workers.hz b/primus-workers.hz new file mode 100644 index 0000000..b0b4419 --- /dev/null +++ b/primus-workers.hz @@ -0,0 +1,12 @@ +defaults: + type: cx21 + image: debian-9 +hosts: + - name: asterix + groups: [workers, ickhost] + - name: obelix + groups: [workers, ickhost] + - name: idefix + groups: [workers, ickhost] + - name: akvavitix + groups: [workers, ickhost] diff --git a/primus.hz b/primus.hz new file mode 100644 index 0000000..c2dd912 --- /dev/null +++ b/primus.hz @@ -0,0 +1,6 @@ +defaults: + type: cx31 + image: debian-10 +hosts: + - name: ick + groups: [ickhost, controller, qvisqve, notify] -- cgit v1.2.1