File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ jobs:
198
198
path : ${{ matrix.distro }}-container-images
199
199
retention-days : 7
200
200
201
+ # NOTE(Alex-Welsh) This may not work after the zed release, since the
202
+ # kolla_version tag is changing to be a sha-1 hash if images are built
203
+ # with kolla from a git repository
201
204
- name : Prune local Kolla container images over 1 week old
202
205
run : |
203
206
sudo docker image prune --all --force --filter until=168h --filter="label=kolla_version"
Original file line number Diff line number Diff line change 97
97
# Name of the Neutron network to use for provisioning.
98
98
# kolla_ironic_provisioning_network:
99
99
100
- # List of default kernel parameters to append for baremetal PXE boot.
101
- # kolla_ironic_pxe_append_params_default :
100
+ # List of default kernel parameters to append for baremetal PXE (TFTP) boot.
101
+ # kolla_ironic_tftp_append_params_default :
102
102
103
- # List of additional kernel parameters to append for baremetal PXE boot.
104
- # kolla_ironic_pxe_append_params_extra :
103
+ # List of additional kernel parameters to append for baremetal PXE (TFTP) boot.
104
+ # kolla_ironic_tftp_append_params_extra :
105
105
106
- # List of kernel parameters to append for baremetal PXE boot.
107
- # kolla_ironic_pxe_append_params :
106
+ # List of kernel parameters to append for baremetal PXE (TFTP) boot.
107
+ # kolla_ironic_tftp_append_params :
108
108
109
109
# ##############################################################################
110
110
# Ironic Node Configuration
Original file line number Diff line number Diff line change @@ -625,7 +625,6 @@ kolla_enable_grafana: true
625
625
# kolla_enable_influxdb:
626
626
# kolla_enable_ironic:
627
627
# kolla_enable_ironic_neutron_agent:
628
- # kolla_enable_ironic_pxe_uefi:
629
628
# kolla_enable_iscsid:
630
629
# kolla_enable_keepalived:
631
630
# kolla_enable_keystone:
Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ stackhpc_pulp_images_kolla:
1047
1047
- ironic-conductor
1048
1048
- ironic-inspector
1049
1049
- ironic-neutron-agent
1050
- - ironic-pxe
1050
+ - ironic-tftp
1051
1051
- iscsid
1052
1052
- keepalived
1053
1053
- keystone
Original file line number Diff line number Diff line change 1
1
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/zed
2
- ansible-modules-hashivault@git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc;python_version < "3.8"
3
2
ansible-modules-hashivault ;python_version >= "3.8"
You can’t perform that action at this time.
0 commit comments