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:
parent
88f35e543d
commit
109bb65c3a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -6,5 +6,4 @@ heat agent tools
|
||||
- os-collect-config
|
||||
- os-apply-config
|
||||
- os-refresh-config
|
||||
- dib-utils
|
||||
- heat-cfntools
|
||||
- heat-cfntools
|
||||
|
Loading…
Reference in New Issue
Block a user