Add support for CentOS 7

This patch aims to ensure that this role is functional in centos-7.

Change-Id: I10c9f480f352cce1bf7e8713a196a51a6d1e27a8
This commit is contained in:
kaiokassiano 2018-08-03 04:15:08 -03:00
parent a3590e0df9
commit 764561b8ed
3 changed files with 21 additions and 7 deletions

View File

@ -23,8 +23,11 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- bionic
- xenial
- bionic
- name: EL
versions:
- 7
- name: opensuse
versions:
- 42.1

17
vars/redhat-7.yml Normal file
View File

@ -0,0 +1,17 @@
---
# 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.
monasca_agent_distro_packages:
- git
- pkgconfig
- libvirt-devel

View File

@ -17,17 +17,11 @@
- openstack-ansible-role-jobs
check:
jobs:
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false
gate:
jobs:
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false