summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-19 11:47:28 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-06-22 08:59:20 +0000
commitebd2a86b53227d969c79e7cc8f7cc20428e36073 (patch)
treeca6116578a01d84d9cedd6c34b9b0296e450e8e1 /clusters
parent53a5919884b98613a99fe7a8397e9f2f01190b8f (diff)
downloaddefinitions-ebd2a86b53227d969c79e7cc8f7cc20428e36073.tar.gz
Set default hostnames in release.morph
Change-Id: Iffce1a4c25965ca4d7e635534fab16d0e8ccb39b
Diffstat (limited to 'clusters')
-rw-r--r--clusters/release.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/clusters/release.morph b/clusters/release.morph
index 1574bde6..a18af4f0 100644
--- a/clusters/release.morph
+++ b/clusters/release.morph
@@ -12,17 +12,20 @@ systems:
build-system-x86_32-chroot:
type: extensions/tar
location: build-system-x86_32-chroot.tar
+ HOSTNAME: build-system-x86-32-chroot
- morph: systems/build-system-x86_32.morph
deploy:
build-system-x86_32:
type: extensions/rawdisk
location: build-system-x86_32.img
DISK_SIZE: 6G
+ HOSTNAME: build-system-x86-32
- morph: systems/build-system-x86_64-chroot.morph
deploy:
build-system-x86_64-chroot:
type: extensions/tar
location: build-system-x86_64-chroot.tar
+ HOSTNAME: build-system-x86-64-chroot
- morph: systems/build-system-x86_64.morph
deploy:
build-system-x86_64:
@@ -30,6 +33,7 @@ systems:
location: build-system-x86_64.img
DISK_SIZE: 6G
INITRAMFS_PATH: boot/initramfs.gz
+ HOSTNAME: build-system-x86-64
subsystems:
- morph: systems/initramfs-x86_64.morph
deploy:
@@ -48,6 +52,7 @@ systems:
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"
KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1
+ HOSTNAME: build-system-armv7lhf-jetson
- morph: systems/genivi-baseline-system-x86_64-generic.morph
deploy:
genivi-baseline-system-x86_64-generic:
@@ -56,6 +61,7 @@ systems:
DISK_SIZE: 4G
KERNEL_ARGS: vga=788
INITRAMFS_PATH: boot/initramfs.gz
+ HOSTNAME: genivi-baseline-system-x86-64-generic
subsystems:
- morph: systems/initramfs-x86_64.morph
deploy:
@@ -74,3 +80,4 @@ systems:
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"
KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1
+ HOSTNAME: genivi-baseline-system-armv7lhf-jetson