Merge "Add release notes" into stable/zed
diff --git a/doc/source/admin/emulated-tpm.rst b/doc/source/admin/emulated-tpm.rst
index 5c1ea34..58f836d 100644
--- a/doc/source/admin/emulated-tpm.rst
+++ b/doc/source/admin/emulated-tpm.rst
@@ -59,14 +59,15 @@
Image configuration
-------------------
-You can also configure the vTPM on an image using the same properties. For example,
-to configure an image to use the TPM 2.0 with CRB model:
+You can also configure the vTPM on an image using the ``hw_tpm_version`` and
+``hw_tpm_model`` image metadata properties. For example, to configure an image
+to use the TPM 2.0 with CRB model:
.. code-block:: console
$ openstack image set <image-name-or-uuid> \
- --property hw:tpm_version=2.0 \
- --property hw:tpm_model=tpm-crb
+ --property hw_tpm_version=2.0 \
+ --property hw_tpm_model=tpm-crb
This can be useful if you need to enable the vTPM feature without having operator
access to the cloud or for specific images such as Windows versions that require
diff --git a/releasenotes/notes/fix-tpm-docs-d4cc722764f61032.yaml b/releasenotes/notes/fix-tpm-docs-d4cc722764f61032.yaml
new file mode 100644
index 0000000..59861b8
--- /dev/null
+++ b/releasenotes/notes/fix-tpm-docs-d4cc722764f61032.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - The documentation for using the vTPM was pointing to the incorrect
+ metadata properties for images. This has been corrected to point to the
+ correct metadata properties.
diff --git a/releasenotes/notes/skip-releasenotes-acb170de807b80bc.yaml b/releasenotes/notes/skip-releasenotes-acb170de807b80bc.yaml
new file mode 100644
index 0000000..bd4f4e8
--- /dev/null
+++ b/releasenotes/notes/skip-releasenotes-acb170de807b80bc.yaml
@@ -0,0 +1,3 @@
+---
+other:
+ - The heavy CI jobs are now skipped when release notes are changed.
diff --git a/zuul.d/container-images/base.yaml b/zuul.d/container-images/base.yaml
index 7ff6bbb..ae2991e 100644
--- a/zuul.d/container-images/base.yaml
+++ b/zuul.d/container-images/base.yaml
@@ -25,6 +25,7 @@
parent: ci-buildset-registry
irrelevant-files:
- ^doc/
+ - ^releasenotes/
- job:
name: atmosphere-build-container-image
@@ -32,6 +33,7 @@
abstract: true
irrelevant-files:
- ^doc/
+ - ^releasenotes/
vars: &image_vars
container_command: docker
promote_container_image_method: intermediate-registry
@@ -47,6 +49,7 @@
abstract: true
irrelevant-files:
- ^doc/
+ - ^releasenotes/
vars: *image_vars
- job:
@@ -54,6 +57,7 @@
parent: ci-promote-container-image
irrelevant-files:
- ^doc/
+ - ^releasenotes/
nodeset:
nodes: []
vars: *image_vars
diff --git a/zuul.d/docs.yaml b/zuul.d/docs.yaml
index fe627e2..ff03a51 100644
--- a/zuul.d/docs.yaml
+++ b/zuul.d/docs.yaml
@@ -25,3 +25,4 @@
parent: tox-docs
files:
- ^doc/
+ - ^releasenotes/
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 55d13e8..4390d06 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -55,6 +55,7 @@
- zuul.d/playbooks/build-collection/pre.yml
irrelevant-files:
- ^doc/
+ - ^releasenotes/
- job:
name: atmosphere-publish-collection
@@ -73,6 +74,7 @@
post-run: zuul.d/playbooks/molecule/post.yml
irrelevant-files:
- ^doc/
+ - ^releasenotes/
- job:
name: atmosphere-molecule-csi