Skip to content

Commit bf63872

Browse files
committed
Add fdp_update_container_images role for control plane updates
Implement container image rebuild automation for FDP updates: - Role fdp_update_container_images: Rebuilds container images with updated packages * Includes Molecule tests for validation * Jinja2 templates for Dockerfile and repo configuration - Integration in post-deployment.yml with variable validation - Zuul CI configuration for automated testing This role enables updating Fast Data Path components in OpenStack control plane containers by rebuilding images with updated RPM packages from a specified repository. Part of the broader FDP update workflow, focusing specifically on container image management. Assisted-By: Claude <[email protected]> Signed-off-by: Miguel Angel Nieto Jimenez <[email protected]>
1 parent 2f61a6a commit bf63872

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

zuul.d/molecule.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,15 @@
945945
- ^.config/molecule/.*
946946
name: cifmw-molecule-federation
947947
parent: cifmw-molecule-noop
948+
- job:
949+
files:
950+
- ^common-requirements.txt
951+
- ^test-requirements.txt
952+
- ^roles/fdp_update_container_images/.*
953+
- ^ci/playbooks/molecule.*
954+
- ^.config/molecule/.*
955+
name: cifmw-molecule-fdp_update_container_images
956+
parent: cifmw-molecule-noop
948957
- job:
949958
files:
950959
- ^common-requirements.txt

0 commit comments

Comments
 (0)