summaryrefslogtreecommitdiff
path: root/baserock_mason_x86_64/mason-x86-64.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_mason_x86_64/mason-x86-64.morph')
-rw-r--r--baserock_mason_x86_64/mason-x86-64.morph27
1 files changed, 27 insertions, 0 deletions
diff --git a/baserock_mason_x86_64/mason-x86-64.morph b/baserock_mason_x86_64/mason-x86-64.morph
new file mode 100644
index 00000000..7717f03d
--- /dev/null
+++ b/baserock_mason_x86_64/mason-x86-64.morph
@@ -0,0 +1,27 @@
+name: mason-x86-64
+kind: cluster
+description: |
+ Generic x86_64 Mason image.
+systems:
+- morph: systems/build-system-x86_64.morph
+ deploy:
+ mason:
+ type: extensions/openstack
+ location: https://compute.datacentred.io:5000/v2.0
+
+ upgrade-type: extensions/ssh-rsync
+ upgrade-location: root@192.168.222.80
+
+ CLOUD_INIT: true
+ DISK_SIZE: 3G
+ DISTBUILD_GENERIC: true
+ INSTALL_FILES: install-files/distbuild/manifest
+ KERNEL_ARGS: console=ttyS0 console=tty0
+ MASON_GENERIC: true
+ OPENSTACK_IMAGENAME: baserock_mason_x86_64
+ # Note that this *must* match the name of the instance, as
+ # cloud-init will override this hostname.
+ HOSTNAME: mason-x86-64
+ # Set a hosts entry for git.baserock.org. It will be
+ # only possible to reach it using the internal IP
+ HOSTS_gbo: 192.168.222.58 git.baserock.org