c626127e43
This commit splits .zuul.yaml into smaller yaml files inside .zuul.d repo for easier handling. Partially-Implements: blueprint zuulv3-native-gates Change-Id: I73ac4381eaaf14d515eb45c7020881247428e33a
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
# Copyright 2018 Red Hat, 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.
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-multinode-octavia
|
|
parent: kuryr-kubernetes-tempest-octavia
|
|
description: |
|
|
Kuryr-Kubernetes tempest multinode job using octavia
|
|
nodeset: openstack-two-node
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
barbican: https://git.openstack.org/openstack/barbican
|
|
devstack-plugin-container: https://git.openstack.org/openstack/devstack-plugin-container
|
|
kuryr-kubernetes: https://git.openstack.org/openstack/kuryr
|
|
octavia: https://git.openstack.org/openstack/octavia
|
|
group-vars:
|
|
subnode:
|
|
devstack_services:
|
|
tls-proxy: false
|
|
c-vol: false
|
|
c-bak: false
|
|
vars:
|
|
devstack_services:
|
|
tls-proxy: false
|
|
voting: false
|