
This patch adds support for Debian Stretch in addition to a single metal job to validate it as well. Depends-On: I0b4d62c74cdeb68ce05c44aa2abeff6865e4d1ff Depends-On: Id55ff6d54192b282c203753604bcb5fb7dcbd69b Depends-On: Ia977edbb75451f285abbdb64ac1249115ed52a5c Depends-On: I1d218d3f7a43b59f39baaa9a76d1a73df52a0a99 Depends-On: Ia34d43731d880af3b663e62323c14cf77098c984 Depends-On: I97bcfacc55b8afcda6792dd19e7f947cdec38ce4 Depends-On: I3d14906c7ce5e4722fa4b59c4aa6949405f40898 Depends-On: Id426c570dc18ac2824b5785587bceaa794324eb6 Depends-On: I1058238e2467cc257ec48ba84fb89995079e9be7 Depends-On: Ib5e04011519c67e72a0e64f511bc673527eb4db9 Depends-On: Ic8ec8f1490c064f677a34f3857758f30524ef804 Change-Id: I9a92b73c419a0dc1cca40dacfef75de61a61db94
46 lines
1022 B
YAML
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$"
|