Ensure required tools are available

In cases where the user has chosen pre-provisioned
servers. We want to make sure we have the required
tools to perform network configuration. This patch
adds a new variable tripleo_network_config_packages
and ensures os-net-config and openvswitch are available.

Change-Id: Id9bec1c1226922a7a5143947794a077c16cd499b
Depends-on: https://review.opendev.org/841663
This commit is contained in:
Brendan Shephard 2022-05-12 13:50:41 +10:00
parent 0de1311402
commit 9de060d9d8
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
selevel: s0
state: present
- name: Ensure requirements are satisfied
include_role:
name: tripleo_bootstrap
tasks_from: packages.yml
- name: Ensure /var/lib/tripleo-config directory exists
become: true
file: