summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-02-09 00:32:40 +0200
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-02-09 08:09:03 +0000
commit02ce7246ecb20daae3883a45099434caa13a7f08 (patch)
treef0526adce1623bb361b5e3515e9a932e5b09f6aa /releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml
parentd601a11e91e2010cf10f6438147b6a015984d5f2 (diff)
downloadironic-02ce7246ecb20daae3883a45099434caa13a7f08.tar.gz
Remove most unsupported drivers
In accordance with ironic CI policies, this patch removesi some drivers that are not tested on upstream or third-party CI and for which maintainers have not communicated any plans to have such testing. This includes: - virtualbox drivers - seamicro drivers - msftocs drivers Change-Id: Ia3a7d798c877f4628946ee6c56d850b9847e6c3e Closes-Bug: #1663018
Diffstat (limited to 'releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml')
-rw-r--r--releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml b/releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml
new file mode 100644
index 000000000..744d42298
--- /dev/null
+++ b/releasenotes/notes/remove-most-unsupported-049f3401c2554a3c.yaml
@@ -0,0 +1,32 @@
+---
+upgrade:
+ - |
+ A number of drivers that were declared as unsupported in Newton release
+ have been removed from ironic tree. This includes drivers with
+ power and/or management driver interfaces based on:
+
+ - MSFT OCS
+ - SeaMicro client
+ - Virtualbox over pyremotevbox client
+
+ As a result, the following ironic drivers will no longer be available:
+
+ - agent_vbox
+ - fake_msftocs
+ - fake_seamicro
+ - fake_vbox
+ - pxe_msftocs
+ - pxe_seamicro
+ - pxe_vbox
+
+ After upgrading, if one or more of these drivers are in the
+ 'enabled_drivers' configuration option,
+ the ironic-conductor service will fail to start.
+ Any existing ironic nodes with these drivers assigned will become
+ inoperational via ironic after ironic upgrade,
+ as it will be not possible to change any node state/properties
+ except changing the node driver.
+ Operators having one of the drivers listed above enabled are required to
+ either disable those drivers and assign another existing driver
+ to affected nodes as appropriate,
+ or install these drivers from elsewhere separately.