summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-02 17:55:10 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-04 12:40:20 +0000
commit46feb61b341223a77d257e6d19f915864ce41527 (patch)
treeb31a9b7e0d8b1689e7bcda42a5d4956a518c06b2
parentac4b2224ae5c7de0a273cb3c42dc64ae0d0fbd2b (diff)
downloadinfrastructure-46feb61b341223a77d257e6d19f915864ce41527.tar.gz
baserock_gerrit: Update gerrit system with extensions, and missing strata
-rw-r--r--baserock_gerrit/baserock_gerrit.morph2
-rw-r--r--systems/gerrit-system-x86_64.morph14
2 files changed, 10 insertions, 6 deletions
diff --git a/baserock_gerrit/baserock_gerrit.morph b/baserock_gerrit/baserock_gerrit.morph
index 30cd01c4..4157266b 100644
--- a/baserock_gerrit/baserock_gerrit.morph
+++ b/baserock_gerrit/baserock_gerrit.morph
@@ -12,7 +12,7 @@ systems:
- morph: systems/gerrit-system-x86_64.morph
deploy:
gerrit.baserock.org:
- type: openstack
+ type: extensions/openstack
location: https://compute.datacentred.io:5000/v2.0
# You can use this method to deploy upgrades over SSH, after the
diff --git a/systems/gerrit-system-x86_64.morph b/systems/gerrit-system-x86_64.morph
index 62c99821..578d41b6 100644
--- a/systems/gerrit-system-x86_64.morph
+++ b/systems/gerrit-system-x86_64.morph
@@ -16,6 +16,8 @@ strata:
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
+- name: glib-common
+ morph: strata/glib-common.morph
- name: python-core
morph: strata/python-core.morph
- name: bsp-x86_64-generic
@@ -59,8 +61,10 @@ strata:
morph: strata/tools.morph
configuration-extensions:
-- set-hostname
-- add-config-files
-- nfsboot
-- install-files
-- cloud-init
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/fstab
+- extensions/cloud-init
+- extensions/install-essential-files