1460a23423
Distributions provide packages for the OpenStack services so we add support for using these instead of the pip ones. Depends-On: I5a78e2120e596d36629b4ba978b2b5df76b149b0 Depends-On: Ib64dcbc960df7d369d202ce8cf7bdc29b3ee0e0a Depends-On: Id9dd2dea146709414ab9ce8d439f1587e6776fd4 Depends-On: I2ba89e25c0010c9a5b515a3d0c9c731b30876e74 Depends-On: I0442b0aa94c3d0882d1118ad0c824d123bd21c88 Change-Id: I26848678dd07a409ef3e159cffb4ba6f0a228ab4 Implements: blueprint openstack-distribution-packages
43 lines
1.7 KiB
YAML
43 lines
1.7 KiB
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.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-functional-centos-7
|
|
- openstack-ansible-functional-opensuse-423
|
|
- openstack-ansible-functional-ubuntu-xenial
|
|
- openstack-ansible-upgrade-ubuntu-xenial
|
|
- openstack-ansible-uw_apache-centos-7-nv
|
|
- openstack-ansible-uw_apache-ubuntu-xenial
|
|
- openstack-ansible-keystone-ssl-nv
|
|
- openstack-ansible-functional-distro_install-ubuntu-xenial
|
|
# NOTE(hwoarang) Centos7 is having some troubles with repo dependencies
|
|
# so disabling until it's investigated.
|
|
- openstack-ansible-functional-distro_install-centos-7-nv
|
|
- openstack-ansible-functional-distro_install-opensuse-423
|
|
experimental:
|
|
jobs:
|
|
- openstack-ansible-integrated-deploy-aio
|
|
gate:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-functional-centos-7
|
|
- openstack-ansible-functional-opensuse-423
|
|
- openstack-ansible-functional-ubuntu-xenial
|
|
- openstack-ansible-upgrade-ubuntu-xenial
|
|
- openstack-ansible-uw_apache-ubuntu-xenial
|