11a34d0e5d
This patch provides an implementation for joining node to the Kubernetes cluster by using `kubeadm join` command. Change-Id: I71d2b99e0c92a12c4e64395f6c4dafa4b69f168f Depends-On: Ife21874c0a71ba07723094c0f880aabcf5825b77
75 lines
2.6 KiB
YAML
75 lines
2.6 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
|
|
parent: kuryr-kubernetes-tempest
|
|
description: |
|
|
Kuryr-Kubernetes tempest multinode job
|
|
nodeset: openstack-two-node-focal
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
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:
|
|
# Need to disable dstat due to bug https://github.com/dstat-real/dstat/pull/162
|
|
dstat: false
|
|
kuryr-daemon: true
|
|
kuryr-kubernetes: false
|
|
kubernetes-worker: true
|
|
kubernetes-master: false
|
|
tls-proxy: false
|
|
c-vol: false
|
|
c-bak: false
|
|
devstack_localrc:
|
|
KURYR_FORCE_IMAGE_BUILD: true
|
|
USE_PYTHON3: true
|
|
vars:
|
|
devstack_localrc:
|
|
KURYR_K8S_API_URL: "https://${SERVICE_HOST}:${KURYR_K8S_API_PORT}"
|
|
KURYR_K8S_MULTI_WORKER_TESTS: True
|
|
devstack_services:
|
|
tls-proxy: false
|
|
kubernetes-worker: false
|
|
kubernetes-master: true
|
|
kuryr-daemon: true
|
|
kuryr-kubernetes: true
|
|
voting: false
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-multinode-ha
|
|
parent: kuryr-kubernetes-tempest-multinode
|
|
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:
|
|
kubernetes-worker: true
|