Drop reference to dib-utils

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
This commit is contained in:
Takashi Kajinami 2024-02-29 17:06:51 +09:00
parent 88f35e543d
commit 109bb65c3a
6 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -eux
pip install os-collect-config os-apply-config os-refresh-config dib-utils heat-cfntools
pip install os-collect-config os-apply-config os-refresh-config heat-cfntools
cfn-create-aws-symlinks

View File

@ -2,4 +2,4 @@
set -eux
yum -y install https://www.rdoproject.org/repos/rdo-release.rpm
yum -y install python-zaqarclient os-collect-config os-apply-config os-refresh-config dib-utils
yum -y install python-zaqarclient os-collect-config os-apply-config os-refresh-config

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -eux
yum -y install os-collect-config os-apply-config os-refresh-config dib-utils
yum -y install os-collect-config os-apply-config os-refresh-config

View File

@ -21,7 +21,7 @@ resources:
pip freeze
pip install --index-url "$pip_mirror" --pre --no-deps os-collect-config os-apply-config os-refresh-config dib-utils heat-cfntools
pip install --index-url "$pip_mirror" --pre --no-deps os-collect-config os-apply-config os-refresh-config heat-cfntools
pip freeze
cfn-create-aws-symlinks --force

View File

@ -4,7 +4,7 @@ ENV container docker
RUN dnf -y --setopt=tsflags=nodocs install \
findutils os-collect-config os-apply-config \
os-refresh-config dib-utils python-pip python-docker-py \
os-refresh-config python-pip python-docker-py \
python-yaml python-zaqarclient && \
dnf clean all

View File

@ -6,5 +6,4 @@ heat agent tools
- os-collect-config
- os-apply-config
- os-refresh-config
- dib-utils
- heat-cfntools
- heat-cfntools