From 0f50bd8af1e69a52ef6b93a0380fb9d67828c553 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 27 Aug 2014 16:49:40 +0000 Subject: 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 --- systems/distbuild-system-x86_64.morph | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1