package_installs_flags added

The script to install the undercloud package dependencies needs
some flags on the ffu scenario. So we need the possibility the
use flags or arguments.

Change-Id: I59f4b66aca916aae5374c6065b7f5681864c00e6
This commit is contained in:
Juan Badia Payno 2023-10-04 18:18:51 +02:00
parent 4eec311e76
commit 5800f3ebac
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ undercloud_hostname: localhost
hostname_correction: false
package_installs: true
package_installs_flags: ""
ovb_setup_connectivity: false
ovb_undercloud_connectivity_log: "{{ working_dir }}/ovb_undercloud_connectivity.log"

View File

@ -8,6 +8,6 @@
## * Install python-tripleoclient
## ::
sudo $(command -v dnf || command -v yum) install -y {{ undercloud_rpm_dependencies }}
sudo $(command -v dnf || command -v yum) install -y {{ undercloud_rpm_dependencies }} {{ package_installs_flags }}
### --stop_docs