From 40f1dff1e57d2f90a8279c7631e2a502d9631b7f Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 23 Sep 2019 17:17:54 +0100 Subject: [PATCH] Clean up release notes for 10.0.0 Change-Id: I827d60acf14ee6ed8182ceb4eff793aebcba50be --- .../notes/active-node-not-in-cache-b2d7b77603f02a66.yaml | 2 +- releasenotes/notes/prelude-10.0.0-773ef7f14a5dfdf5.yaml | 4 ++++ releasenotes/notes/split-services-99873ff27ef2d89b.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/prelude-10.0.0-773ef7f14a5dfdf5.yaml diff --git a/releasenotes/notes/active-node-not-in-cache-b2d7b77603f02a66.yaml b/releasenotes/notes/active-node-not-in-cache-b2d7b77603f02a66.yaml index 380f9d4ac..aaa554f09 100644 --- a/releasenotes/notes/active-node-not-in-cache-b2d7b77603f02a66.yaml +++ b/releasenotes/notes/active-node-not-in-cache-b2d7b77603f02a66.yaml @@ -1,5 +1,5 @@ --- fixes: - | - Corrects introspection of active nodes that are not in the lookup cache, + Fixes introspection of active nodes that are not in the lookup cache, see `story 2006233 `_. diff --git a/releasenotes/notes/prelude-10.0.0-773ef7f14a5dfdf5.yaml b/releasenotes/notes/prelude-10.0.0-773ef7f14a5dfdf5.yaml new file mode 100644 index 000000000..088fe0338 --- /dev/null +++ b/releasenotes/notes/prelude-10.0.0-773ef7f14a5dfdf5.yaml @@ -0,0 +1,4 @@ +--- +prelude: > + The Train release of Ironic Inspector features support for running separate + API and conductor services. diff --git a/releasenotes/notes/split-services-99873ff27ef2d89b.yaml b/releasenotes/notes/split-services-99873ff27ef2d89b.yaml index 986da5e11..47c3d41cc 100644 --- a/releasenotes/notes/split-services-99873ff27ef2d89b.yaml +++ b/releasenotes/notes/split-services-99873ff27ef2d89b.yaml @@ -1,14 +1,14 @@ --- features: - | - Allows splitting the ironic-inspector service to ironic-inspector-api and + Allows splitting the ironic-inspector service into ironic-inspector-api and ironic-inspector-conductor which coordinate via tooz and its underlying backend. A new configuration option ``[DEFAULT]standalone`` is introduced - to enable this feature. The configuration defaults to True, + to enable this feature. The configuration defaults to True, and ironic-inspector runs as a single service, which is compatible with the old behavior. When set to False, ``ironic-inspector-api-wsgi`` is used to start the API service, and ``ironic-inspector-conductor`` is used to start - the conductor service. For ironic-inspector running at non-standalone - mode, user needs to set the new configuration option + the conductor service. For ironic-inspector running in non-standalone + mode, the user needs to set the new configuration option ``[coordination]backend_url``, which specifies the backend used for coordination.