Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / vars / redhat.yml
1 ---
2 # Copyright 2017, Rackspace US, Inc.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 rdo_package: "centos-release-openstack-newton"
17 epel_package: "epel-release"
18
19 packages_install:
20   - '@Development Tools'
21   - bridge-utils
22   - curl
23   - ethtool
24   - git
25   - iputils
26   - lvm2
27   - python
28   - python-devel
29   - python-ipython
30   - tmux
31   - vconfig
32   - vim
33   - xfsprogs
34
35 packages_remove: []
36
37 swap_create_command: "dd if=/dev/zero of=/openstack/swap.img bs={{ bootstrap_host_swap_size }}G count=1"
38 rc_local: /etc/rc.d/rc.local
39 rc_local_insert_before: "^touch /var/lock/subsys/local$"
40