Merge "Adding support of Leap 15 and CentOS 7"

This commit is contained in:
Zuul 2019-06-11 22:42:18 +00:00 committed by Gerrit Code Review
commit 3594d00d59
3 changed files with 54 additions and 0 deletions

View File

@ -30,6 +30,12 @@ galaxy_info:
versions:
- xenial
- bionic
- name: EL
versions:
- 7
- name: opensuse
versions:
- 15
galaxy_tags:
- cloud
- python

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

@ -0,0 +1,24 @@
---
# Copyright 2017, taseer94@gmail.com
# All rights reserved.
#
# 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.
cache_timeout: 600
congress_distro_packages:
- git-core
- libxml2
congress_devel_distro_packages:
- libxml2-devel

24
vars/suse.yml Normal file
View File

@ -0,0 +1,24 @@
---
# Copyright 2017, taseer94@gmail.com
# All rights reserved.
#
# 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.
cache_timeout: 600
congress_distro_packages:
- git-core
- libxml2
congress_devel_distro_packages:
- libxml2-devel