diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-23 03:51:35 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-02 03:58:39 +0000 |
commit | 7fd6f8b150f37eabfbd6e321c5ce4c1521aa569b (patch) | |
tree | c268c65e745cff2aa46f7983d451e4799f2aa8eb | |
parent | 19e7492af54a2b3cb573231c0321178ac1ab5d84 (diff) |
arm-pod1: Remove package list override
Let all package selection default to recently added kernel.
Change-Id: I0f67e19d57dee1578a9172f32d72d25094f053f2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 070af60e03ca90767dc5a27b7dc2cd808dbc2c35)
-rw-r--r-- | labs/arm/pod1/fuel/config/dea-pod-override.yaml | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/labs/arm/pod1/fuel/config/dea-pod-override.yaml b/labs/arm/pod1/fuel/config/dea-pod-override.yaml index a19cc12..9a7a2a2 100644 --- a/labs/arm/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod1/fuel/config/dea-pod-override.yaml @@ -318,107 +318,3 @@ settings: suite: auxiliary type: deb uri: http://10.20.0.2:8080/newton-10.0/ubuntu/auxiliary - provision: - metadata: - group: general - label: Provision - restrictions: - - action: hide - condition: 'false' - weight: 80 - method: - type: hidden - value: image - packages: - label: Initial packages - type: textarea - value: 'acl - - anacron - - bash-completion - - bridge-utils - - bsdmainutils - - build-essential - - cloud-init - - curl - - daemonize - - debconf-utils - - gdisk - - grub-efi-arm64 - - hwloc - - linux-firmware - - linux-headers-4.4.0-45-generic - - linux-image-4.4.0-45-generic - - lvm2 - - mcollective - - mdadm - - multipath-tools - - multipath-tools-boot - - nailgun-agent - - nailgun-mcagents - - network-checker - - ntp - - ntpdate - - openssh-client - - openssh-server - - puppet - - python-amqp - - ruby-augeas - - ruby-ipaddress - - ruby-json - - ruby-netaddr - - ruby-openstack - - ruby-shadow - - ruby-stomp - - telnet - - ubuntu-minimal - - ubuntu-standard - - uuid-runtime - - vim - - virt-what - - vlan - - ' - weight: 10 |