From fdcb7784d8417f80fb603844da7c73caec5c788e Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 27 Feb 2015 19:00:46 +0000 Subject: Add openstack-common to the systems with openstack-clients --- systems/devel-system-x86_64-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-x86_64-chroot.morph') diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index aa8d6a1c..04d8d66c 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -17,6 +17,8 @@ strata: morph: strata/tools.morph - name: morph-utils morph: strata/morph-utils.morph +- name: openstack-common + morph: strata/openstack-common.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: bsp-x86_both-tools -- cgit v1.2.1 From fa452899b143a502d9c4efd36cd96f5eff91e6f7 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 2 Mar 2015 14:48:21 +0000 Subject: Add python-common.morph to systems with openstack-clients Because some chunks have been moved from openstack-clients.morph to python-common.morph this systems depends on python-common now. --- systems/devel-system-x86_64-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-x86_64-chroot.morph') diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index 04d8d66c..dc3b4f72 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -35,6 +35,8 @@ strata: morph: strata/python-core.morph - name: python-tools morph: strata/python-tools.morph +- name: python-common + morph: strata/python-common.morph - name: devtools morph: strata/devtools.morph configuration-extensions: -- cgit v1.2.1 From 0d67a19d850015781a7b43a23c47cd3f425bef74 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 2 Mar 2015 15:36:32 +0000 Subject: Add Ansible to the devel systems to be consistent with the build systems --- systems/devel-system-x86_64-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-x86_64-chroot.morph') diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index dc3b4f72..23db60c1 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -39,6 +39,8 @@ strata: morph: strata/python-common.morph - name: devtools morph: strata/devtools.morph +- name: ansible + morph: strata/ansible.morph configuration-extensions: - set-hostname - add-config-files -- cgit v1.2.1