
The dib-utils repository was retired when TripleO was retired. We decided to vendor the dib-run-parts script in os-refresh-config so we no longer need the separate tiny package for the dib-run-parts script. Depends-on: https://review.opendev.org/c/openstack/os-refresh-config/+/910574 Change-Id: Id35efa4b387bd0fa21c1d73a4fe59f88c197f500
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
set -eux
|
|
|
|
yum -y install os-collect-config os-apply-config os-refresh-config
|