a97cbbd565
This patch aims to fix and cleaup manila role and add CI into it. Changes it implements: * Fix endpoint creation * adds playbook.yml in examples to use integrated linters check * adds role CI tests using integrated repo * adds sqlite installation Depends-On: https://review.opendev.org/704163 Depends-On: https://review.opendev.org/702853 Depends-On: https://review.opendev.org/674653 Depends-On: https://review.opendev.org/703136 Change-Id: I0807180bd9b2ccbf2f1ebb6a72d74e9f0d126ba6
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
# Copyright 2019, 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:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- openstack-ansible-linters-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
|
- openstack-ansible-deploy-aio_metal-centos-7
|
|
- openstack-ansible-deploy-aio_lxc-ubuntu-bionic:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
|
- openstack-ansible-deploy-aio_metal-centos-7
|