1dba8b65d3
This change pulls all of our different distro interfaces into a unfied set. To do this, we're using a common systemd-networkd role which gives all distros the same network setup, capabilities, and configurations. Change-Id: I770fc7296490ed09320f9a2e678758d971e2e29a Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
39 lines
982 B
YAML
39 lines
982 B
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 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.
|
|
|
|
rdo_package: "https://rdoproject.org/repos/openstack-queens/rdo-release-queens.rpm"
|
|
|
|
packages_install:
|
|
- bridge-utils
|
|
- btrfs-progs
|
|
- curl
|
|
- dbus
|
|
- ethtool
|
|
- git
|
|
- iputils
|
|
- lvm2
|
|
- python
|
|
- python-devel
|
|
- sshpass
|
|
- systemd-networkd
|
|
- tmux
|
|
- vim
|
|
- xfsprogs
|
|
|
|
packages_remove: []
|
|
|
|
rc_local: /etc/rc.d/rc.local
|
|
rc_local_insert_before: "^touch /var/lock/subsys/local$"
|