From 8f45317d4345872c050b2fa347f7be033556d2f5 Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 5 Jul 2017 11:13:41 -0300 Subject: Removes agent mixin from oneview drivers This patch removes the agent mixin interface from oneview drivers and adds a flag based solution instead. Once a set boot device operation needs to be performed, the operation is stored to driver_internal_info until the server power on. Before power the server on again, the operation stored is performed and then the server is powered on. Change-Id: I8dabf7ef1ff6e44c062310c5cb3509e545585c0a Closes-Bug: #1503855 --- .../notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml (limited to 'releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml') diff --git a/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml b/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml new file mode 100644 index 000000000..78a6be2f5 --- /dev/null +++ b/releasenotes/notes/oneview-agent-mixin-removal-b7277e8f20df5ef2.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Oneview drivers caches the next boot device in node's internal + info when set_boot_device() is called. It is applied on the + bare metal when node is power cycled. -- cgit v1.2.1