From 5be9d0b3a00b9072b4fd900a7f12a04c9afdec50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 17:37:14 +0000 Subject: Move -devel systems to the unmaintained/ folder --- unmaintained/clusters/moonshot-pxe-armv8l64.morph | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 unmaintained/clusters/moonshot-pxe-armv8l64.morph (limited to 'unmaintained/clusters/moonshot-pxe-armv8l64.morph') diff --git a/unmaintained/clusters/moonshot-pxe-armv8l64.morph b/unmaintained/clusters/moonshot-pxe-armv8l64.morph new file mode 100644 index 00000000..531c7428 --- /dev/null +++ b/unmaintained/clusters/moonshot-pxe-armv8l64.morph @@ -0,0 +1,22 @@ +name: moonshot-pxe-armv8l64 +kind: cluster +description: | + Deploy an armv8l64 devel system into a HP Moonshot node + + The system will be configured to boot through PXE from existing DHCP, + TFTP and NFS servers. +systems: +- morph: unmaintained/systems/devel-system-armv8l64.morph + deploy: + netboot: + type: extensions/pxeboot + location: 14:58:d0:57:7f:42 + PXEBOOT_MODE: existing-server + PXEBOOT_CONFIG_TFTP_ADDRESS: sftp://192.168.0.1/srv/nfsboot/tftp/ + PXEBOOT_ROOTFS_RSYNC_ADDRESS: rsync://192.168.0.1/srv/nfsboot/ + KERNEL_ARGS: console=ttyS0,9600n8r rw + DTB_PATH: boot/m400-1003.dtb + HOSTNAME: baserock-m400-node31 + MOONSHOT_KERNEL: true + INSTALL_FILES: install-files/moonshot/manifest + PXE_INSTALLER: false -- cgit v1.2.1