openstack-ansible/tests/roles/bootstrap-host/vars/ubuntu.yml
Jean-Philippe Evrard 8913620375 Do not install linux-image-extra by default
In Ubuntu 14.04, the kernel shipped was lightweight, and some
extra features like using vhost_net, required the package
linux-image-extra.

In Ubuntu 16.04 and above, this is not the case anymore,
as many kernel packages ship with extra features.

vhost_net is generally shipped with the kernel package nowadays
and was the only one documented for the addition of the
linux-image-extra into our roles.

Change-Id: I70fa446c2dd00e12702280388299d189e0f3e5c4
Depends-On: https://review.openstack.org/#/c/585376/
Closes-Bug: 1783342
2018-07-24 14:46:01 +00:00

46 lines
1022 B
YAML

---
# Copyright 2015, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
packages_install:
- apt-transport-https
- bridge-utils
- btrfs-tools
- build-essential
- curl
- dbus
- ethtool
- git-core
- iptables
- iputils-tracepath
- ipython
- lvm2
- parted
- python2.7
- python-dev
- sshpass
- vim
- vlan
- xfsprogs
packages_install_zfs:
- zfsutils-linux
packages_remove:
- libmysqlclient18
- mysql-common
rc_local: /etc/rc.local
rc_local_insert_before: "^exit 0$"