3eba2d3bcd
The compute1 node of multinode gate was not explicitly set to use Python 3 and failed after Nova dropped support for it. This commit fixes that. Change-Id: I2f0376091af67bb79dcef51974d11e7a40bb0e4c
76 lines
2.7 KiB
YAML
76 lines
2.7 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-containerized
|
|
parent: kuryr-kubernetes-tempest
|
|
description: |
|
|
Kuryr-Kubernetes tempest multinode job
|
|
nodeset: openstack-two-node-bionic
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
barbican: https://opendev.org/openstack/barbican
|
|
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
|
|
kuryr-kubernetes: https://opendev.org/openstack/kuryr-kubernetes
|
|
octavia: https://opendev.org/openstack/octavia
|
|
group-vars:
|
|
subnode:
|
|
devstack_plugins:
|
|
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
|
|
kuryr-kubernetes: https://opendev.org/openstack/kuryr
|
|
devstack_services:
|
|
kuryr-kubernetes: false
|
|
kubernetes-api: false
|
|
kubernetes-controller-manager: false
|
|
kubernetes-scheduler: false
|
|
kubelet: true
|
|
tls-proxy: false
|
|
c-vol: false
|
|
c-bak: false
|
|
kuryr-daemon: true
|
|
devstack_localrc:
|
|
KURYR_FORCE_IMAGE_BUILD: true
|
|
KURYR_K8S_CONTAINERIZED_DEPLOYMENT: true
|
|
USE_PYTHON3: true
|
|
vars:
|
|
devstack_localrc:
|
|
KURYR_K8S_CONTAINERIZED_DEPLOYMENT: true
|
|
KURYR_K8S_API_URL: "http://${SERVICE_HOST}:${KURYR_K8S_API_PORT}"
|
|
KURYR_K8S_MULTI_WORKER_TESTS: True
|
|
devstack_services:
|
|
tls-proxy: false
|
|
kubelet: true
|
|
kuryr-daemon: true
|
|
voting: false
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-multinode-ha
|
|
parent: kuryr-kubernetes-tempest-multinode-containerized
|
|
description: |
|
|
Kuryr-Kubernetes tempest multinode job running containerized in HA
|
|
timeout: 7800
|
|
vars:
|
|
devstack_localrc:
|
|
KURYR_CONTROLLER_REPLICAS: 2
|
|
KURYR_K8S_SERIAL_TESTS: true
|
|
tempest_concurrency: 1
|
|
group-vars:
|
|
subnode:
|
|
devstack_plugins:
|
|
devstack-plugin-container: https://opendev.org/openstack/devstack-plugin-container
|
|
kuryr-kubernetes: https://opendev.org/openstack/kuryr-kubernetes
|
|
devstack_services:
|
|
kubelet: true
|