1a2ac939c7
Change-Id: I646ad6cd3c9be0ec12e43a67acdf61c2cf8a5c26
78 lines
1.8 KiB
YAML
78 lines
1.8 KiB
YAML
---
|
|
# Copyright 2016, 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.
|
|
|
|
## APT Cache Options
|
|
cache_timeout: 600
|
|
|
|
## Defined required kernel
|
|
openstack_host_required_kernel: 4.2.0-18-generic
|
|
openstack_host_sysstat_file: /etc/default/sysstat
|
|
openstack_host_cron_template: sysstat.cron.debian.j2
|
|
openstask_host_module_file: /etc/modules
|
|
|
|
## Kernel modules loaded on hosts
|
|
openstack_host_kernel_modules:
|
|
- 8021q
|
|
- "{% if hostvars[inventory_hostname]['ansible_kernel'] | version_compare('4.4', '>=') %}br_netfilter{% endif %}"
|
|
- dm_multipath
|
|
- dm_snapshot
|
|
- ebtables
|
|
- ip6table_filter
|
|
- ip6_tables
|
|
- ip_tables
|
|
- ipt_MASQUERADE
|
|
- ipt_REJECT
|
|
- iptable_filter
|
|
- iptable_mangle
|
|
- iptable_nat
|
|
- ip_vs
|
|
- iscsi_tcp
|
|
- nbd
|
|
- nf_conntrack
|
|
- nf_conntrack_ipv4
|
|
- nf_defrag_ipv4
|
|
- nf_nat
|
|
- nf_nat_ipv4
|
|
- vhost_net
|
|
- x_tables
|
|
|
|
## Base packages
|
|
openstack_host_distro_packages:
|
|
- apparmor-utils
|
|
- apt-transport-https
|
|
- bridge-utils
|
|
- build-essential
|
|
- cgroup-lite
|
|
- curl
|
|
- dmeventd
|
|
- dstat
|
|
- ebtables
|
|
- htop
|
|
- iptables
|
|
- irqbalance
|
|
- libkmod-dev
|
|
- libkmod2
|
|
- linux-image-extra-{{ ansible_kernel }}
|
|
- lvm2
|
|
- python-software-properties
|
|
- python-dev
|
|
- rsync
|
|
- rsyslog
|
|
- sshpass
|
|
- sysstat
|
|
- time
|
|
- vlan
|
|
- wget
|