b9d76f6ef5
* Always use Python 3 * Drop code paths for CentOS 7 * Drop support for Yum * Remove support for host NTP daemon, always use chrony * Switch references from 'yum_install_epel' to 'dnf_install_epel' * Remove overcloud host image workaround for tagged VLAN admin network * Remove the kayobe.utils.yum_install function, which is unused Change-Id: I368f6edafed9779658798fc342116b4c1b3ffd48 Story: 2006574 Task: 39481
11 lines
302 B
YAML
11 lines
302 B
YAML
---
|
|
- name: Ensure Kolla is installed and configured
|
|
hosts: container-image-builders
|
|
tags:
|
|
- kolla-build
|
|
roles:
|
|
- role: kolla
|
|
kolla_install_epel: "{{ dnf_install_epel }}"
|
|
- role: kolla-build
|
|
kolla_build_extra_config_path: "{{ kayobe_config_path }}/kolla/kolla-build.conf"
|