Skip to content

Commit 6f46bd9

Browse files
authored
Add os_purpose to image template metadata (#1725)
The `os_purpose` field was introduced in [1]. [1] osism/openstack-image-manager#952 Signed-off-by: Jan Horstmann <[email protected]>
1 parent 24ea4ea commit 6f46bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osism/data/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
replace_frequency: quarterly
2424
uuid_validity: last-1
2525
provided_until: none
26+
os_purpose: network
2627
tags:
2728
- amphora
2829
versions:
@@ -57,6 +58,7 @@
5758
replace_frequency: never
5859
uuid_validity: none
5960
provided_until: none
61+
os_purpose: k8snode
6062
tags: []
6163
versions:
6264
- version: "v{{ image_version }}"
@@ -90,6 +92,7 @@
9092
replace_frequency: never
9193
uuid_validity: none
9294
provided_until: none
95+
os_purpose: k8snode
9396
tags: []
9497
versions:
9598
- version: "{{ image_version }}"

0 commit comments

Comments
 (0)