aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml6
-rw-r--r--releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml5
-rw-r--r--releasenotes/notes/snmdd_config-db21f3175967be4a.yaml11
3 files changed, 22 insertions, 0 deletions
diff --git a/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml b/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml
new file mode 100644
index 0000000..1bc03a4
--- /dev/null
+++ b/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Adds workaround to disable port status feature for OpenDaylight which
+ is currently broken in OpenDaylight. This fixes the inability to
+ launch nova instances.
diff --git a/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml b/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml
new file mode 100644
index 0000000..a6b6bfb
--- /dev/null
+++ b/releasenotes/notes/haproxy_globals_override-7a573da1c8633f01.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ This new parameter allows to set/override HAProxy global
+ options in a convenient way.
diff --git a/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml b/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml
new file mode 100644
index 0000000..4db033a
--- /dev/null
+++ b/releasenotes/notes/snmdd_config-db21f3175967be4a.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Expose a new Puppet parameter to snmp profile, ``snmpd_config`` which
+ is an array definded to undef by default.
+ It can be used to override all snmpd configuration for advanced
+ deployments.
+ If used, all parameters have to be configured included users and
+ passwords, which should be the same as given to snmpd_password
+ and snmpd_user. There is no logic that will verify the content
+ of ``snmpd_config``.