Commit 46d126d
committed
Another fixup
```
TASK [Query images and tags] ***************************************************
Friday 02 February 2024 20:39:16 +0000 (0:00:01.453) 0:00:01.529 *******
fatal: [localhost]: FAILED! => changed=false
cmd:
- /stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py
- list-tags
delta: '0:00:00.324461'
end: '2024-02-02 20:39:17.748038'
msg: non-zero return code
rc: 1
start: '2024-02-02 20:39:17.423577'
stderr: |-
Traceback (most recent call last):
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 372, in <module>
main()
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 364, in main
list_tags(base_distros, kolla_image_tags)
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 328, in list_tags
image_tags = get_tags(base_distros, kolla_image_tags)
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 199, in get_tags
tag = get_tag(kolla_image_tags, base_distro, container)
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 187, in get_tag
return get_parent_tag(kolla_image_tags, base_distro, container)
File "/stack/kayobe-automation-env/src/kayobe-config/etc/kayobe/../../tools/kolla-images.py", line 178, in get_parent_tag
return kolla_image_tags[parent_tag_name][base_distro]
KeyError: 'rocky-9'
stderr_lines: <omitted>
stdout: ''
stdout_lines: <omitted>
```1 parent e7a23b7 commit 46d126d
2 files changed
+2
-2
lines changedSubmodule .automation updated 10 files
- .github/CODEOWNERS-1
- .github/workflows/ci.yml+3-3
- README.md+1-1
- ansible/kayobe-automation-run-tempest.yml+6-7
- ansible/roles/config-diff-vars/filter_plugins/utils.py+2-7
- docker/kayobe/Dockerfile+12-14
- functions+6-10
- scripts/config-diff.sh-7
- scripts/kolla-ansible-run.sh-25
- scripts/overcloud-service-configuration-generate.sh-24
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments