3f17e2b5db
This change ensures that the VMs and host systems cache apt packges locally which will speed up the boot and deployment process. Change-Id: I234e338b9f1b9f11ff1e81ede8c5717e033fdad8 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
---
|
|
# Copyright 2017, 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 witing, 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.
|
|
|
|
mnaio_host_distro_packages:
|
|
- bridge-utils
|
|
- ifenslave
|
|
- iptables-persistent
|
|
- libvirt-bin
|
|
- lvm2
|
|
- ntp
|
|
- openssh-server
|
|
- python2.7
|
|
- python-software-properties
|
|
- python-netaddr
|
|
- qemu-kvm
|
|
- qemu-utils
|
|
- software-properties-common
|
|
- virtinst
|
|
- virt-manager
|
|
- vlan
|
|
|
|
mnaio_pxe_distro_packages:
|
|
- tftpd-hpa
|
|
- inetutils-inetd
|
|
- nginx
|
|
- p7zip-full
|
|
|
|
mnaio_dhcp_distro_packages:
|
|
- isc-dhcp-server
|
|
|
|
mnaio_pkg_cache_server_distro_packages:
|
|
- apt-cacher-ng
|
|
|
|
mnaio_host_iptables_service: "{{ (ansible_distribution | lower + '-' + ansible_distribution_version | lower == 'ubuntu-14.04') | ternary('iptables-persistent', 'netfilter-persistent') }}"
|