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-armv7lhf-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-armv7lhf-chroot.morph') diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index 2e4b83bd..ed794463 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-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: nodejs -- 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-armv7lhf-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-armv7lhf-chroot.morph') diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index ed794463..1f312b17 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-chroot.morph @@ -33,6 +33,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-armv7lhf-chroot.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/devel-system-armv7lhf-chroot.morph') diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index 1f312b17..95212d57 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-chroot.morph @@ -37,6 +37,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