Skip to content

Commit f11f0da

Browse files
testing #1873
1 parent 8f12d1e commit f11f0da

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

components/images-openstack.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ images:
2222
keystone_fernet_setup: "ghcr.io/rackerlabs/understack/keystone:2025.2"
2323

2424
# ironic
25-
ironic_api: "ghcr.io/rackerlabs/understack/ironic:2025.2"
26-
ironic_conductor: "ghcr.io/rackerlabs/understack/ironic:2025.2"
27-
ironic_pxe: "ghcr.io/rackerlabs/understack/ironic:2025.2"
28-
ironic_pxe_init: "ghcr.io/rackerlabs/understack/ironic:2025.2"
25+
ironic_api: "ghcr.io/rackerlabs/understack/ironic:pr-1873"
26+
ironic_conductor: "ghcr.io/rackerlabs/understack/ironic:pr-1873"
27+
ironic_pxe: "ghcr.io/rackerlabs/understack/ironic:pr-1873"
28+
ironic_pxe_init: "ghcr.io/rackerlabs/understack/ironic:pr-1873"
2929
ironic_pxe_http: "docker.io/nginx:1.29.6"
30-
ironic_db_sync: "ghcr.io/rackerlabs/understack/ironic:2025.2"
30+
ironic_db_sync: "ghcr.io/rackerlabs/understack/ironic:pr-1873"
3131
# these want curl which apparently is in the openstack-client image
3232
ironic_manage_cleaning_network: "ghcr.io/rackerlabs/understack/openstack-client:2025.2"
3333
ironic_retrive_cleaning_network: "ghcr.io/rackerlabs/understack/openstack-client:2025.2"

components/nautobot/job-nautobot-post-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
type: RuntimeDefault
2424
containers:
2525
- name: ansible
26-
image: ghcr.io/rackerlabs/understack/ansible:latest
26+
image: ghcr.io/rackerlabs/understack/ansible:pr-1873
2727
imagePullPolicy: Always
2828
command: ["ansible-runner", "run", "/runner", "--playbook", "nautobot-post-deploy.yaml"]
2929
resources:

workflows/argo-events/workflowtemplates/openstack-oslo-event.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
raw:
3737
data: "{{inputs.parameters.event-json}}"
3838
container:
39-
image: ghcr.io/rackerlabs/understack/ironic-nautobot-client:latest
39+
image: ghcr.io/rackerlabs/understack/ironic-nautobot-client:pr-1873
4040
command:
4141
- openstack-oslo-event
4242
args:

0 commit comments

Comments
 (0)