Skip to content

Commit

Permalink
Add labels to image publish process (#2424)
Browse files Browse the repository at this point in the history
* Add labels to image publish process

* Fix debian 10 reference in test
  • Loading branch information
KarnVadaliya authored Jan 15, 2025
1 parent 20366c9 commit a80c3c3
Show file tree
Hide file tree
Showing 132 changed files with 548 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daisy_workflows/build-publish/debian/debian_11.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-11-bullseye"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-11-bullseye"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC"]
}
]
Expand Down
3 changes: 3 additions & 0 deletions daisy_workflows/build-publish/debian/debian_12.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-12-bookworm"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC", "SEV_CAPABLE", "SEV_LIVE_MIGRATABLE_V2"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-12-bookworm"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "GVNIC"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-12-bookworm"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"Licenses": [
"projects/debian-cloud/global/licenses/debian-12-bookworm"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "GVNIC"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/almalinux-cloud/global/licenses/almalinux-8"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/almalinux-cloud/global/licenses/almalinux-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/almalinux-cloud/global/licenses/almalinux-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/centos-cloud/global/licenses/centos-stream-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/centos-cloud/global/licenses/centos-stream-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-8-server"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-8-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-8-server"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-8-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-8-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-9-server"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Licenses": [
"projects/rhel-sap-cloud/global/licenses/rhel-9-sap-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-9-server"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-9-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rhel-cloud/global/licenses/rhel-9-byos"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rocky-linux-cloud/global/licenses/rocky-linux-8"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rocky-linux-cloud/global/licenses/rocky-linux-8-optimized-gcp"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rocky-linux-cloud/global/licenses/rocky-linux-8-optimized-gcp"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"https://www.googleapis.com/compute/v1/projects/rocky-linux-accelerator-cloud/global/licenses/rocky-linux-8-accelerated",
"https://www.googleapis.com/compute/v1/projects/rocky-linux-cloud/global/licenses/rocky-linux-8-optimized-gcp"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC", "SEV_CAPABLE", "SEV_SNP_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "IDPF"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"https://www.googleapis.com/compute/v1/projects/rocky-linux-accelerator-cloud/global/licenses/rocky-linux-8-accelerated",
"https://www.googleapis.com/compute/v1/projects/rocky-linux-cloud/global/licenses/rocky-linux-8-optimized-gcp"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": ["UEFI_COMPATIBLE", "VIRTIO_SCSI_MULTIQUEUE", "GVNIC", "SEV_CAPABLE", "SEV_SNP_CAPABLE", "SEV_LIVE_MIGRATABLE", "SEV_LIVE_MIGRATABLE_V2", "IDPF"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rocky-linux-cloud/global/licenses/rocky-linux-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Licenses": [
"projects/rocky-linux-cloud/global/licenses/rocky-linux-9"
],
"Labels": {
"public-image": "true"
},
"GuestOsFeatures": {{$guest_features}}
}
]
Expand Down
Loading

0 comments on commit a80c3c3

Please sign in to comment.