From ead23ab539145cebd3c44d7419641a8ae20fe72e Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Wed, 11 Jan 2023 12:57:53 +0100 Subject: [PATCH 1/6] changed ovn package versions to 22.09 --- etc/kayobe/kolla.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 97e8240fe..0fc786fda 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -277,15 +277,15 @@ kolla_build_customizations_centos: - openvswitch2.17 - python3-openvswitch2.17 ovn_base_packages_override: - - ovn22.06 + - ovn22.09 ovn_controller_packages_override: - - ovn22.06-host + - ovn22.09-host ovn_nb_db_server_packages_override: - - ovn22.06-central + - ovn22.09-central ovn_northd_packages_override: - - ovn22.06-central + - ovn22.09-central ovn_sb_db_server_packages_override: - - ovn22.06-central + - ovn22.09-central openvswitch_base_packages_remove: - openvswitch - python3-openvswitch From 4456b517daf2bdca310d62e5bdeca7c7d1d1bb35 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Thu, 19 Jan 2023 11:42:28 +0100 Subject: [PATCH 2/6] bumped stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version to latest --- etc/kayobe/pulp-repo-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/pulp-repo-versions.yml b/etc/kayobe/pulp-repo-versions.yml index 075662dc4..30ed4c849 100644 --- a/etc/kayobe/pulp-repo-versions.yml +++ b/etc/kayobe/pulp-repo-versions.yml @@ -5,7 +5,7 @@ stackhpc_pulp_repo_centos_stream_8_appstream_version: 20220817T082321 stackhpc_pulp_repo_centos_stream_8_baseos_version: 20220817T082321 stackhpc_pulp_repo_centos_stream_8_extras_version: 20220401T032901 stackhpc_pulp_repo_centos_stream_8_nfv_extras_version: 20220609T110556 -stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20220824T113700 +stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20230111T030110 stackhpc_pulp_repo_centos_stream_8_openstack_yoga_version: 20220819T111114 stackhpc_pulp_repo_centos_stream_8_opstools_version: 20220617T100837 stackhpc_pulp_repo_centos_stream_8_powertools_version: 20220817T082321 From 90d7bd57a682f9bb13fdfd8601e39e4cb5fda2b2 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Fri, 20 Jan 2023 12:15:39 +0100 Subject: [PATCH 3/6] added ovn tag to kolla/globals.yml --- etc/kayobe/kolla/globals.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index b3c73dbdb..20320e7f6 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -11,6 +11,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts bifrost_tag: yoga-20221007T134036 magnum_tag: yoga-20230110T142129 neutron_tag: yoga-20230104T155323 +ovn_tag: yoga-20230119T125748 prometheus_openstack_exporter_tag: yoga-20221128T164623 {% else %} bifrost_tag: yoga-20221215T142947 From 378def83db4b018457d4c1be49d3cc6aaaa11b4f Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Fri, 20 Jan 2023 12:50:50 +0100 Subject: [PATCH 4/6] added a release note --- .../notes/ovn_pkg_up-cfb09b7fd17ea786.yaml | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml diff --git a/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml new file mode 100644 index 000000000..5e93448a3 --- /dev/null +++ b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml @@ -0,0 +1,65 @@ +--- +prelude: > + Replace this text with content to appear at the top of the section for this + release. All of the prelude content is merged together and then rendered + separately from the items listed in other parts of the file, so the text + needs to be worded so that both the prelude and the other items make sense + when read independently. This may mean repeating some details. Not every + release note requires a prelude. Usually only notes describing major + features or adding release theme details should have a prelude. +features: + - | + List new features here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +issues: + - | + List known issues here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +upgrade: + - | + List upgrade notes here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +deprecations: + - | + List deprecations notes here, or remove this section. All of the list + items in this section are combined when the release notes are rendered, so + the text needs to be worded so that it does not depend on any information + only available in another section, such as the prelude. This may mean + repeating some details. +critical: + - | + Add critical notes here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +security: + - | + Add security notes here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +fixes: + - | + Add normal bug fixes here, or remove this section. All of the list items + in this section are combined when the release notes are rendered, so the + text needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. +other: + - | + Add other notes here, or remove this section. All of the list items in + this section are combined when the release notes are rendered, so the text + needs to be worded so that it does not depend on any information only + available in another section, such as the prelude. This may mean repeating + some details. From fe18fe2b75f2b1824c82adce9595bc72d3fad7c8 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Fri, 20 Jan 2023 12:58:54 +0100 Subject: [PATCH 5/6] changed release note --- .../notes/ovn_pkg_up-cfb09b7fd17ea786.yaml | 63 +------------------ 1 file changed, 1 insertion(+), 62 deletions(-) diff --git a/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml index 5e93448a3..0f66bd470 100644 --- a/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml +++ b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml @@ -1,65 +1,4 @@ --- -prelude: > - Replace this text with content to appear at the top of the section for this - release. All of the prelude content is merged together and then rendered - separately from the items listed in other parts of the file, so the text - needs to be worded so that both the prelude and the other items make sense - when read independently. This may mean repeating some details. Not every - release note requires a prelude. Usually only notes describing major - features or adding release theme details should have a prelude. -features: - - | - List new features here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. -issues: - - | - List known issues here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. upgrade: - | - List upgrade notes here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. -deprecations: - - | - List deprecations notes here, or remove this section. All of the list - items in this section are combined when the release notes are rendered, so - the text needs to be worded so that it does not depend on any information - only available in another section, such as the prelude. This may mean - repeating some details. -critical: - - | - Add critical notes here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. -security: - - | - Add security notes here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. -fixes: - - | - Add normal bug fixes here, or remove this section. All of the list items - in this section are combined when the release notes are rendered, so the - text needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. -other: - - | - Add other notes here, or remove this section. All of the list items in - this section are combined when the release notes are rendered, so the text - needs to be worded so that it does not depend on any information only - available in another section, such as the prelude. This may mean repeating - some details. + Updated OVN package version from 22.06 to 22.09. \ No newline at end of file From 73664ec542f3734e69043d0a11c01d363d8aab03 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Fri, 20 Jan 2023 12:59:29 +0100 Subject: [PATCH 6/6] added empty line in release not --- releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml index 0f66bd470..88ee44845 100644 --- a/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml +++ b/releasenotes/notes/ovn_pkg_up-cfb09b7fd17ea786.yaml @@ -1,4 +1,4 @@ --- upgrade: - | - Updated OVN package version from 22.06 to 22.09. \ No newline at end of file + Updated OVN package version from 22.06 to 22.09.