Skip to content

Commit

Permalink
Bump Zuul image to 11.1.0-2 and Nodepool image to 10.0.0-5
Browse files Browse the repository at this point in the history
This change bumps Zuul and Nodepool images with the fluent-logger python
package.
And also updates update-ca-trust command for Nodepool Init container.

Depends-On: https://softwarefactory-project.io/r/32115

Change-Id: I1e559771aea9f51aa49b6d267c7e51169cb55734
  • Loading branch information
fserucas committed Oct 1, 2024
1 parent 5d6f1a4 commit 48ad5d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions controllers/libs/base/static/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
images:
- name: zuul-scheduler
container: quay.io/software-factory/zuul-scheduler
version: 11.1.0-1
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-scheduler.container?id=a86d9df43b75693c8a85f9963cdca93331bace7c
version: 11.1.0-2
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-scheduler.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: zuul-executor
container: quay.io/software-factory/zuul-executor
version: 11.1.0-1
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-executor.container?id=a86d9df43b75693c8a85f9963cdca93331bace7c
version: 11.1.0-2
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-executor.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: zuul-merger
container: quay.io/software-factory/zuul-merger
version: 11.1.0-1
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-merger.container?id=a86d9df43b75693c8a85f9963cdca93331bace7c
version: 11.1.0-2
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-merger.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: zuul-web
container: quay.io/software-factory/zuul-web
version: 11.1.0-1
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-web.container?id=a86d9df43b75693c8a85f9963cdca93331bace7c
version: 11.1.0-2
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/zuul-web.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: nodepool-launcher
container: quay.io/software-factory/nodepool-launcher
version: 10.0.0-3
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/nodepool-launcher.container?id=6237d8d71af9101d8ed6be6609982eed2f237985
version: 10.0.0-5
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/nodepool-launcher.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: nodepool-builder
container: quay.io/software-factory/nodepool-builder
version: 10.0.0-3
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/nodepool-builder.container?id=6237d8d71af9101d8ed6be6609982eed2f237985
version: 10.0.0-5
source: https://softwarefactory-project.io/cgit/containers/tree/images-sf/master/containers/rendered/nodepool-builder.container?id=11f7a8ed25f18e880d05d795f5d8a52fd75dd4de
- name: zookeeper
container: quay.io/software-factory/zookeeper
version: 3.8.4-2
Expand Down
5 changes: 2 additions & 3 deletions controllers/static/nodepool/init-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
set -ex

# Update the CA Trust chain
mkdir -p /etc/pki/ca-trust/extracted/{pem,java,edk2,openssl}
update-ca-trust
update-ca-trust extract -o /etc/pki/ca-trust/extracted

# This create some directory expected by nodepool-builder
mkdir -p ~/dib ~/nodepool/builds

# Generate the Nodepool configuration
/usr/local/bin/generate-config.sh
/usr/local/bin/generate-config.sh

0 comments on commit 48ad5d3

Please sign in to comment.