3815c5bb4e
This changes the a-r-r with the proper version, and fixes the repo path for role upgrades: The role will, during test-upgrade-pre, have its current branch checked out, and will deploy the current branch infrastructure, including the generation of the constraints. Then, the installation of previous branch of the role will use the constraints for its previous version, but will have no constraints for it, and fail. We need to generate the constraints for the previous version too. This should do it. On top of that, we needed to update the work for Zuul v3: This implements the initial OSA zuul v3 role jobs. This patch implements an initial set of jobs intended to match the current job execution method. It does not intend to improve how the jobs are executed - only to replicate what is currently in openstack-infra/openstack-zuul-jobs and provide the platform to iterate on. Change-Id: I2d455e9a47c85b77655e3b55847cf45959901b77
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
---
|
|
# Copyright 2015, 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.
|
|
|
|
# Setup the host
|
|
- include: common/test-setup-host.yml
|
|
|
|
# Prepare the cinder-volumes VG
|
|
- include: common/test-setup-cinder-localhost.yml
|
|
|
|
# Install RabbitMQ/MariaDB
|
|
- include: common/test-install-infra.yml
|
|
|
|
# Install Keystone
|
|
- include: common/test-install-keystone.yml
|
|
|
|
# Ensure the repo is setup for previous version
|
|
- include: common/previous/test-repo-setup.yml
|
|
|
|
# Install previous Cinder
|
|
- include: test-install-previous-cinder.yml
|