From f9f3bca8f7f867dfcc5716224dc5b13270b17180 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Mon, 11 Jul 2022 21:56:26 +0800 Subject: Add release note(aka. reno) guide This PR adds reloease note guide for trove project and renames some notes due to uid collision Change-Id: I55f49425dc3df6599ff6714efd8f7c1dc656ddf2 --- releasenotes/notes/support-backup-strategy.yaml | 6 ++++++ releasenotes/notes/support-online-resize.yaml | 7 +++++++ releasenotes/notes/support-subnet-and-ip-address.yaml | 7 +++++++ releasenotes/notes/victoria-support-backup-strategy.yaml | 6 ------ releasenotes/notes/victoria-support-online-resize.yaml | 7 ------- releasenotes/notes/victoria-support-subnet-and-ip-address.yaml | 7 ------- releasenotes/templates/feature.yml | 7 +++++++ releasenotes/templates/fix.yml | 7 +++++++ 8 files changed, 34 insertions(+), 20 deletions(-) create mode 100644 releasenotes/notes/support-backup-strategy.yaml create mode 100644 releasenotes/notes/support-online-resize.yaml create mode 100644 releasenotes/notes/support-subnet-and-ip-address.yaml delete mode 100644 releasenotes/notes/victoria-support-backup-strategy.yaml delete mode 100644 releasenotes/notes/victoria-support-online-resize.yaml delete mode 100644 releasenotes/notes/victoria-support-subnet-and-ip-address.yaml create mode 100644 releasenotes/templates/feature.yml create mode 100644 releasenotes/templates/fix.yml (limited to 'releasenotes') diff --git a/releasenotes/notes/support-backup-strategy.yaml b/releasenotes/notes/support-backup-strategy.yaml new file mode 100644 index 00000000..97b9335c --- /dev/null +++ b/releasenotes/notes/support-backup-strategy.yaml @@ -0,0 +1,6 @@ +--- +features: + - The user can create backup strategy to define the configurations for + creating backups, e.g. the swift container to store the backup data. Users + can also specify the container name when creating backups which takes + precedence over the backup strategy configuration. diff --git a/releasenotes/notes/support-online-resize.yaml b/releasenotes/notes/support-online-resize.yaml new file mode 100644 index 00000000..f5218013 --- /dev/null +++ b/releasenotes/notes/support-online-resize.yaml @@ -0,0 +1,7 @@ +--- +features: + - Trove now supports to resize volume without downtime. To use this feature, + the version of Nova and Cinder needs to be at least Pike, the config option + ``cinder_service_type`` needs to be set to ``volumev3``. The cloud admin + can disable this feature by setting ``online_volume_resize=False``, default + is enabled. \ No newline at end of file diff --git a/releasenotes/notes/support-subnet-and-ip-address.yaml b/releasenotes/notes/support-subnet-and-ip-address.yaml new file mode 100644 index 00000000..e7037ec5 --- /dev/null +++ b/releasenotes/notes/support-subnet-and-ip-address.yaml @@ -0,0 +1,7 @@ +--- +features: + - Support ``subnet_id`` and ``ip_address`` for creating instance. When + creating instance, trove will check the network conflicts between user's + network and the management network, additionally, the cloud admin is able + to define other reserved networks by configuring + ``reserved_network_cidrs``. diff --git a/releasenotes/notes/victoria-support-backup-strategy.yaml b/releasenotes/notes/victoria-support-backup-strategy.yaml deleted file mode 100644 index 97b9335c..00000000 --- a/releasenotes/notes/victoria-support-backup-strategy.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - The user can create backup strategy to define the configurations for - creating backups, e.g. the swift container to store the backup data. Users - can also specify the container name when creating backups which takes - precedence over the backup strategy configuration. diff --git a/releasenotes/notes/victoria-support-online-resize.yaml b/releasenotes/notes/victoria-support-online-resize.yaml deleted file mode 100644 index f5218013..00000000 --- a/releasenotes/notes/victoria-support-online-resize.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -features: - - Trove now supports to resize volume without downtime. To use this feature, - the version of Nova and Cinder needs to be at least Pike, the config option - ``cinder_service_type`` needs to be set to ``volumev3``. The cloud admin - can disable this feature by setting ``online_volume_resize=False``, default - is enabled. \ No newline at end of file diff --git a/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml b/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml deleted file mode 100644 index e7037ec5..00000000 --- a/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -features: - - Support ``subnet_id`` and ``ip_address`` for creating instance. When - creating instance, trove will check the network conflicts between user's - network and the management network, additionally, the cloud admin is able - to define other reserved networks by configuring - ``reserved_network_cidrs``. diff --git a/releasenotes/templates/feature.yml b/releasenotes/templates/feature.yml new file mode 100644 index 00000000..33d5c537 --- /dev/null +++ b/releasenotes/templates/feature.yml @@ -0,0 +1,7 @@ +--- +features: + - | + Implements [some feature]. + [Can be described using multiple sentences if necessary.] + [Limitations worth mentioning can be included as well.] + `Stroy [Story id] `__ diff --git a/releasenotes/templates/fix.yml b/releasenotes/templates/fix.yml new file mode 100644 index 00000000..13e51f83 --- /dev/null +++ b/releasenotes/templates/fix.yml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Fixes [some bug]. + [Can be described using multiple sentences if necessary.] + [Possibly also giving the previous behaviour description.] + `LP#[Story id] `__ -- cgit v1.2.1