summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-08-27 16:49:40 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-17 11:39:19 +0100
commit0f50bd8af1e69a52ef6b93a0380fb9d67828c553 (patch)
tree28ebae34ce62ad5f391ae4600cf6893577d522b6
parent0f11a6cbe1f4a70279c06ecdacaea942db36c209 (diff)
downloaddefinitions-0f50bd8af1e69a52ef6b93a0380fb9d67828c553.tar.gz
Add Ansible and Cloud-init to the distbuild system
Ansible is needed to use it as a configuration manager. Cloud-init is to make possible the deployment of disbuild nodes into OpenStack
-rw-r--r--systems/distbuild-system-x86_64.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/distbuild-system-x86_64.morph b/systems/distbuild-system-x86_64.morph
index cd461d30..b248d9db 100644
--- a/systems/distbuild-system-x86_64.morph
+++ b/systems/distbuild-system-x86_64.morph
@@ -17,6 +17,10 @@ strata:
morph: strata/nfs.morph
- name: distbuild
morph: strata/distbuild.morph
+- name: ansible
+ morph: strata/ansible.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
configuration-extensions:
- set-hostname
- add-config-files
@@ -26,3 +30,4 @@ configuration-extensions:
- distbuild
- fstab
- mason
+- cloud-init