diff --git a/vars/debian.yml b/vars/debian.yml index 8867580..670e7e0 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -20,8 +20,4 @@ rally_distro_packages: - libssl-dev - libffi-dev - python-dev - - libxml2-dev - - libxslt1-dev - - libpq-dev - git - - wget diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 02c7807..5e2d27e 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -17,8 +17,4 @@ rally_distro_packages: - openssl-devel - libffi-devel - python-devel - - libxml2-devel - - libxslt-devel - - postgresql-libs - git - - wget diff --git a/vars/suse-42.yml b/vars/suse-42.yml new file mode 100644 index 0000000..23bb567 --- /dev/null +++ b/vars/suse-42.yml @@ -0,0 +1,20 @@ +--- +# Copyright 2018, SUSE Linux GmbH. +# +# 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. + +rally_distro_packages: + - git-core + - libffi-devel + - libopenssl-devel + - python-devel diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 21079da..99739f4 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,6 +18,7 @@ - openstack-ansible-linters - openstack-ansible-functional-ubuntu-xenial - openstack-ansible-functional-centos-7 + - openstack-ansible-functional-opensuse-423 experimental: jobs: - openstack-ansible-integrated-deploy-aio @@ -26,3 +27,4 @@ - openstack-ansible-linters - openstack-ansible-functional-ubuntu-xenial - openstack-ansible-functional-centos-7 + - openstack-ansible-functional-opensuse-423