project-config/nodepool/elements/infra-package-needs
Tristan Cacqueray 66cb2317fd infra-package-needs: add support for centos-8-stream
This change fix the centos version check to work with both '8' and '8-stream'
value for DIB_RELEASE. The current test is failing with:

  $ export DIB_RELEASE=8-stream
  $ set -u
  $ [[ $DIB_RELEASE -gt 8 ]]
  bash: stream: unbound variable

The fix is lifted from
https://review.opendev.org/#/c/734083/14/diskimage_builder/elements/simple-init/environment.d/15-simple-init-networkmanager

Change-Id: I23dca12eef1c3cc2aacf6ac50029e2bc9fde72dc
2020-10-02 18:19:07 +00:00
..
install.d Revert "Pin setuptools<50 in our image venvs" 2020-09-03 09:19:52 -07:00
post-install.d infra-package-needs: add support for centos-8-stream 2020-10-02 18:19:07 +00:00
pre-install.d fix rsyslog builds on gentoo 2018-10-07 05:11:12 -05:00
rsyslog.d Disable xconsole for rsyslog on ubuntu 2017-04-19 14:56:20 -04:00
README.rst Fix new dib-lint errors 2020-03-11 10:10:57 +11:00
element-deps nodepool-elements: Use venv for utilities 2020-03-11 10:12:00 +11:00
package-installs.yaml Install gpg tooling on dib images 2020-04-03 13:30:26 -07:00
pkg-map Don't install python-dev on focal 2020-05-27 10:24:51 -05:00

README.rst

infra-package-needs

Install required packages for a OpenDev infra host