Skip to content

Commit

Permalink
Drop reference to dib-utils
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kajinamit committed Feb 29, 2024
1 parent 88f35e5 commit 109bb65
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hot/software-config/heat-container-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ heat agent tools
- os-collect-config
- os-apply-config
- os-refresh-config
- dib-utils
- heat-cfntools
- heat-cfntools

0 comments on commit 109bb65

Please sign in to comment.