From bbdd08de76e8528211c919b98dc6f1621792f444 Mon Sep 17 00:00:00 2001 From: dharmendra Date: Wed, 27 Mar 2019 07:10:04 +0000 Subject: [PATCH] Add release note for the fixes in stein. Change-Id: I6a2d3f927e8e890f661c7501a3073dda6b307436 --- ...nitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml | 5 +++++ ...rnetes-VIM-installation-error-cd7b5fb014518989.yaml | 5 +++++ .../improve-turned-messages-9b72119497194be5.yaml | 10 ++++++++++ ...remove-deprecated-YAML-string-856511b2f72ecb40.yaml | 6 ++++++ 4 files changed, 26 insertions(+) create mode 100644 releasenotes/notes/add-VNF-to-monitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml create mode 100644 releasenotes/notes/fix-Kubernetes-VIM-installation-error-cd7b5fb014518989.yaml create mode 100644 releasenotes/notes/improve-turned-messages-9b72119497194be5.yaml create mode 100644 releasenotes/notes/remove-deprecated-YAML-string-856511b2f72ecb40.yaml diff --git a/releasenotes/notes/add-VNF-to-monitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml b/releasenotes/notes/add-VNF-to-monitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml new file mode 100644 index 000000000..4d7eb94f7 --- /dev/null +++ b/releasenotes/notes/add-VNF-to-monitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Earlier when Tacker service restarted, it failed to resume monitoring + for VNFs.This issue is fixed and Tacker will resume monitoring for VNFs. diff --git a/releasenotes/notes/fix-Kubernetes-VIM-installation-error-cd7b5fb014518989.yaml b/releasenotes/notes/fix-Kubernetes-VIM-installation-error-cd7b5fb014518989.yaml new file mode 100644 index 000000000..93df8b665 --- /dev/null +++ b/releasenotes/notes/fix-Kubernetes-VIM-installation-error-cd7b5fb014518989.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixed conflicting networking issue, When tacker install with Kubernetes + VIM option. diff --git a/releasenotes/notes/improve-turned-messages-9b72119497194be5.yaml b/releasenotes/notes/improve-turned-messages-9b72119497194be5.yaml new file mode 100644 index 000000000..a6bb7c58d --- /dev/null +++ b/releasenotes/notes/improve-turned-messages-9b72119497194be5.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + Improve returned message of nsd-create: When creating nsd with + non-existent vnfd in tosca template, it will return with NotFound error + message instead of internal error. + Improve returned message of create_vnffg: When create a vnffg with a + missing network_src_port_id in vnffgd, instead of giving internal error + it will return with FlowClassifierPortNotFound error message. + diff --git a/releasenotes/notes/remove-deprecated-YAML-string-856511b2f72ecb40.yaml b/releasenotes/notes/remove-deprecated-YAML-string-856511b2f72ecb40.yaml new file mode 100644 index 000000000..3b36d61c9 --- /dev/null +++ b/releasenotes/notes/remove-deprecated-YAML-string-856511b2f72ecb40.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Starting from Ocata tacker payloads only accept YAML dict for + config and param payload values. Hence remove the deprecation + warning when something other than YAML dict is received by the API.