6d6a4beb28
Brings together a set of existing patches and attempts to address permissions issues with the kuryr-libnetwork plugin. Defaults are chosen to match the requirements of the tempest tests Change-Id: Ie674947ba6673a92e53f85de2cc8acdae5788f8f Depends-On: https://review.opendev.org/767469
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
---
|
|
# Copyright 2018, 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.
|
|
|
|
_zun_docker_package_version: "19.03.14-3"
|
|
_zun_containerd_package_version: "1.4.3-3.1"
|
|
|
|
zun_docker_repo:
|
|
- name: "docker-ce"
|
|
description: Docker CE Stable
|
|
uri: "https://download.docker.com/linux/centos/{{ ansible_distribution_major_version }}/$basearch/stable"
|
|
gpgkey: "https://download.docker.com/linux/centos/gpg"
|
|
|
|
# Common yum packages
|
|
zun_distro_packages:
|
|
- git
|
|
- systemd-devel
|
|
|
|
zun_distro_compute_packages:
|
|
- "containerd.io-{{ zun_containerd_package_version }}.el{{ ansible_distribution_major_version }}.x86_64"
|
|
- "docker-ce-cli-{{ zun_docker_package_version }}.el{{ ansible_distribution_major_version }}.x86_64"
|
|
- "docker-ce-{{ zun_docker_package_version }}.el{{ ansible_distribution_major_version }}.x86_64"
|
|
- pciutils
|
|
- numactl
|
|
- device-mapper-multipath
|
|
|
|
zun_docker_groupname: docker
|