From ef0bd1ea6f72a3a5a95a9c9b78a1bbcb56de0fe6 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 5 Mar 2015 13:11:07 +0000 Subject: Support locally installing baserock on HP Moonshot Support installing baserock on the local storage of an HP Moonshot node. --- clusters/moonshot-m2-armv8l64.morph | 56 ++++++++++++++++++++++++++++++++ moonshot/boot/boot.scr | Bin 0 -> 346 bytes moonshot/manifest | 1 + systems/installer-system-armv8l64.morph | 25 ++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 clusters/moonshot-m2-armv8l64.morph create mode 100644 moonshot/boot/boot.scr create mode 100644 systems/installer-system-armv8l64.morph diff --git a/clusters/moonshot-m2-armv8l64.morph b/clusters/moonshot-m2-armv8l64.morph new file mode 100644 index 00000000..b7b1f952 --- /dev/null +++ b/clusters/moonshot-m2-armv8l64.morph @@ -0,0 +1,56 @@ +name: moonshot-m2-deployment +kind: cluster +description: | + Install a build armv8l64 system into the M.2 SSD storage of an HP + Moonshot node, using a combination of the pxeboot.write extension and + the installer system. +systems: +- morph: systems/installer-system-armv8l64.morph + deploy: + installer: + type: 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/ + PXEBOOT_PXE_REBOOT_COMMAND: | + ssh Administrator@10.0.1.10 set node power off force c31n1 + ssh Administrator@10.0.1.10 set node boot pxe c31n1 + # Nodes are powered on twice as sometimes powering them on + # once is not enough + ssh Administrator@10.0.1.10 set node power on c31n1 + ssh Administrator@10.0.1.10 set node power on c31n1 + PXEBOOT_REBOOT_COMMAND: | + ssh Administrator@10.0.1.10 set node power off force c31n1 + ssh Administrator@10.0.1.10 set node boot m.2 c31n1 + ssh Administrator@10.0.1.10 set node power on c31n1 + ssh Administrator@10.0.1.10 set node power on c31n1 + + INSTALLER_TARGET_STORAGE_DEVICE: /dev/sda + INSTALLER_ROOTFS_TO_INSTALL: /rootfs + INSTALLER_POST_INSTALL_COMMAND: | + while : ; do + echo "enter 'installed' in your deployment machine to finish the installation" + sleep 2 + done + INSTALLER_CREATE_BOOT_PARTITION: yes + + HOSTNAME: installer-system-c31n1 + DTB_PATH: boot/m400-1003.dtb + KERNEL_ARGS: console=ttyS0,9600n8r init=/usr/lib/baserock-installer/installer + INSTALL_FILES: moonshot/manifest + MOONSHOT_KERNEL: yes + subsystems: + - morph: systems/devel-system-armv8l64.morph + deploy: + to-install: + type: sysroot + location: /rootfs + HOSTNAME: baserock-c31n1 + DTB_PATH: boot/m400-1003.dtb + INSTALL_FILES: moonshot/manifest + MOONSHOT_KERNEL: yes + BOOT_DEVICE: /dev/sda1 + ROOT_DEVICE: /dev/sda2 + BOOTLOADER_CONFIG_FORMAT: extlinux + BOOTLOADER_INSTALL: "none" diff --git a/moonshot/boot/boot.scr b/moonshot/boot/boot.scr new file mode 100644 index 00000000..9da78924 Binary files /dev/null and b/moonshot/boot/boot.scr differ diff --git a/moonshot/manifest b/moonshot/manifest index dd80fe49..dafc198e 100644 --- a/moonshot/manifest +++ b/moonshot/manifest @@ -1,2 +1,3 @@ 0040755 0 0 /boot +0100744 0 0 /boot/boot.scr 0100744 0 0 /boot/m400-1003.dtb diff --git a/systems/installer-system-armv8l64.morph b/systems/installer-system-armv8l64.morph new file mode 100644 index 00000000..51180b72 --- /dev/null +++ b/systems/installer-system-armv8l64.morph @@ -0,0 +1,25 @@ +name: installer-system-armv8l64 +kind: system +description: The system that should be used as an Installer to install other Baserock systems. +arch: armv8l64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: python-core + morph: strata/python-core.morph +- name: foundation + morph: strata/foundation.morph +- name: bsp-armv8l64-generic + morph: strata/bsp-armv8l64-generic.morph +- name: morph-utils + morph: strata/morph-utils.morph +- name: installer-utils + morph: strata/installer-utils.morph +configuration-extensions: +- set-hostname +- install-files +- fstab +- installer +- moonshot-kernel -- cgit v1.2.1