From 72eaf5d139a59cfedca8eff634087b4ba713da1c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 5 Sep 2014 10:24:06 +0000 Subject: Add docker-client stratum to devel systems --- systems/devel-system-armv7-chroot.morph | 2 ++ systems/devel-system-armv7-highbank.morph | 2 ++ systems/devel-system-armv7-versatile.morph | 2 ++ systems/devel-system-armv7-wandboard.morph | 2 ++ systems/devel-system-armv7b-chroot.morph | 2 ++ systems/devel-system-armv7b-highbank.morph | 2 ++ systems/devel-system-armv7lhf-chroot.morph | 2 ++ systems/devel-system-armv7lhf-highbank.morph | 2 ++ systems/devel-system-armv7lhf-jetson.morph | 2 ++ systems/devel-system-armv7lhf-wandboard.morph | 2 ++ systems/devel-system-ppc64-chroot.morph | 2 ++ systems/devel-system-ppc64-generic.morph | 2 ++ systems/devel-system-x86_32-chroot.morph | 2 ++ systems/devel-system-x86_32-generic.morph | 2 ++ systems/devel-system-x86_64-chroot.morph | 2 ++ systems/devel-system-x86_64-generic.morph | 2 ++ systems/devel-system-x86_64-vagrant.morph | 2 ++ 17 files changed, 34 insertions(+) diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph index fd1cf5fd..925386c7 100644 --- a/systems/devel-system-armv7-chroot.morph +++ b/systems/devel-system-armv7-chroot.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph index 112a8af2..f99b6fad 100644 --- a/systems/devel-system-armv7-highbank.morph +++ b/systems/devel-system-armv7-highbank.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-armv7-highbank.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index efa48ece..c40056b0 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-armv7-versatile.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph index 49d189d0..683761a4 100644 --- a/systems/devel-system-armv7-wandboard.morph +++ b/systems/devel-system-armv7-wandboard.morph @@ -13,6 +13,8 @@ strata: morph: strata/bsp-wandboard.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7b-chroot.morph b/systems/devel-system-armv7b-chroot.morph index 4ee06869..05ce1ea9 100644 --- a/systems/devel-system-armv7b-chroot.morph +++ b/systems/devel-system-armv7b-chroot.morph @@ -11,6 +11,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph index 686b97f5..1ebd100b 100644 --- a/systems/devel-system-armv7b-highbank.morph +++ b/systems/devel-system-armv7b-highbank.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-armv7b-highbank.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index 4505331c..cb575af8 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-chroot.morph @@ -11,6 +11,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index ed2d41d8..e4ceb597 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-armv7-highbank.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph index 74a1cc25..880df97e 100644 --- a/systems/devel-system-armv7lhf-jetson.morph +++ b/systems/devel-system-armv7lhf-jetson.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: bsp-jetson-devel diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index 00ef2004..dd0f153e 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -13,6 +13,8 @@ strata: morph: strata/bsp-wandboard.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph index a2430afb..f8940280 100644 --- a/systems/devel-system-ppc64-chroot.morph +++ b/systems/devel-system-ppc64-chroot.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph index 259e224e..88969976 100644 --- a/systems/devel-system-ppc64-generic.morph +++ b/systems/devel-system-ppc64-generic.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-ppc64-generic.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph configuration-extensions: diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph index a7085737..8e537757 100644 --- a/systems/devel-system-x86_32-chroot.morph +++ b/systems/devel-system-x86_32-chroot.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: bsp-x86_both-tools diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph index a7f3f9ce..d4e9cd9e 100644 --- a/systems/devel-system-x86_32-generic.morph +++ b/systems/devel-system-x86_32-generic.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-x86_32-generic.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: cloudinit-support diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index 91f80dbc..14bc4f97 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -12,6 +12,8 @@ strata: morph: strata/foundation.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: bsp-x86_both-tools diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph index bf5a7f45..1c2dc8fd 100644 --- a/systems/devel-system-x86_64-generic.morph +++ b/systems/devel-system-x86_64-generic.morph @@ -14,6 +14,8 @@ strata: morph: strata/bsp-x86_64-generic.morph - name: tools morph: strata/tools.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: cloudinit-support diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph index 454f981d..10c14454 100644 --- a/systems/devel-system-x86_64-vagrant.morph +++ b/systems/devel-system-x86_64-vagrant.morph @@ -33,6 +33,8 @@ strata: morph: strata/tools.morph - name: virtualization morph: strata/virtualization.morph +- name: docker-client + morph: strata/docker-client.morph - name: openstack-clients morph: strata/openstack-clients.morph - name: virtualbox-guest-x86_64 -- cgit v1.2.1