Add support for Dell EMC Unity Manila Backend
[apex-tripleo-heat-templates.git] / releasenotes / notes / 6.0.0-b52a14a71fc62788.yaml
1 ---
2 prelude: >
3     6.0.0 is the final release for Ocata.
4     It's the first release where release notes are added.
5 features:
6   - Fujitsu Neutron plugin for FOS support.  Users can deploy
7     Neutron with this plugin by using
8     environments/neutron-ml2-fujitsu-fossw.yaml environment file.
9   - Expose InstanceDiscoveryMethod parameter to configure Ceilometer
10     method used to discover instances running on compute node.
11     Default value to 'libvirt_metadata'. Allowed values are 'naive',
12     'libvirt_metadata' and 'workload_partitioning'.
13   - Make ServiceNetMap support custom network names.
14     Note that operators will still be expected to pass any ServiceNetMap
15     overrides with the "new" network name, e.g whatever NetName specifies,
16     otherwise environment files could get very confusing.
17   - Nova Placement API support.  As this new service is required, deploy it
18     by default in WSGI with Apache, like other API services.
19   - Cinder pass-through iSER backend support.
20   - etcd composable services, used by networking-vpp ML2 driver as the
21     messaging mechanism.
22   - Allow to configure cron parameters for Cinder, Heat, Keystone and Nova
23     crontabs.
24   - Export NovaDefaultFloatingPool parameter to configure the default pool
25     of floating IP addressed available. Default to 'public' for backward
26     compatibility.
27   - Bump Heat Templates to 'ocata' version, to match Heat requirements.
28   - Configure OVS agent firewall driver only if NeutronOVSFirewallDriver
29     is set.
30   - Expose RbdDefaultFeatures parameter to configure the default features
31     enabled when creating a block device image.
32     Only applies to format '2' images. Set to '1' for Jewel clients using
33     older Ceph servers.
34   - Cinder HPELeftHandISCSIDriver backend support.
35   - Pacemaker stopped to manage Ceilometer, Cinder API,
36     Cinder Scheduler, MongoDB, Glance, Gnocchi, Heat, Apache, Memcached,
37     Neutron, Nova and Sahara.
38   - Ceph MDS service support. Service can be enable with
39     environments/services/ceph-mds.yaml environment file.
40   - Expose HeatConvergenceEngine and HeatMaxResourcesPerStack parameters
41     to configure Heat.
42   - Add pre-network hook and example showing config-then-reboot.
43   - Expose LibvirtEnabledPerfEvents parameter in Nova Compute service.
44     Default to an empty array.
45     This is a performance event list which could be used as monitor.
46   - Increase libvirt/qemu.conf max_files to 32768 and max_processes to
47     131072.
48   - Split OVN northd and ml2 plugin, so we can deploy OVNDBs and Northd
49     services on different nodes.
50   - Add hook to generate metadata from service profiles.
51     This is useful for nova vendordata plugins that can parse said metadata.
52   - Expose EventPipelinePublishers to Ceilometer and set the default to
53     'notifier://?topic=alarm.all'.
54   - Add Panko service support. This service is not enabled by default. Use
55     environments/services/enable-panko.yaml to include it in your deployment.
56   - Add EC2-API composable service support.
57   - Allow dnsmasq_dns_servers to be configured for Neutron DHCP Agent with a
58     new parameter (NeutronDhcpAgentDnsmasqDnsServers, default to []).
59   - Add support for Ceph RBD mirroring daemon managed by Pacemaker.
60   - Add deployed server bootstrap for RHEL.
61   - Configure VNC Server listen address on internal_api network by default.
62   - Support for Cinder Dell EMC PS Series.
63   - Support for Cinder Dell EMC EMC Storage Center.
64   - Support for Octavia composable services for LBaaS with Neutron.
65   - Support for Collectd composable services for performance monitoring.
66   - Support for Tacker composable service for VNF management.
67   - Add the plan-environment.yaml file which will facilitate deployment plan
68     import and export.
69 upgrade:
70   - Update OpenDaylight deployment to use networking-odl v2 as a mechanism
71     driver.
72   - Update Contrail composable services.
73 deprecations:
74   - Glance Registry service has been removed and Glance API v2 is now deploy
75     by default. Glance API v1 is not supported anymore in TripleO.
76   - Remove CeilometerStoreEvents parameter, which has been removed
77     in Ceilometer.
78   - Ceilometer API service is deprecated and will be removed in a future
79     release. If you would like to disable it, use
80     environments/services/disable-ceilometer-api.yaml environment file.
81   - Removes deprecated OpenDaylight L2 only deployments.
82     Deploying ODL without L3 DVR is no longer supported.
83 security:
84   - Enable management of 'DISALLOW_IFRAME_EMBED' in Horizon configuration to
85     prevent dashboard being embedded within an iframe and exposed to Cross-Frame
86     Scripting (XFS) vulnerability on legacy browsers.
87   - Enable management of 'ENFORCE_PASSWORD_CHECK' in Horizons configuration to
88     display an Admin Password field on the Change Password form to verify that
89     it is indeed the admin logged-in who wants to change the password.
90   - Enable management of 'DISABLE_PASSWORD_REVEAL' in Horizon, to remove the
91     password reveal option.
92   - Enable 'SECURE_PROXY_SSL_HEADER' option in Horizons configuration to take
93     X-Forwarded-Proto header into account when forming URLs.
94   - Enable management of ENFORCE_PASSWORD_CHECK value. By setting
95     'ENFORCE_PASSWORD_CHECK' to 'True' within Horizons local_settings.py, it
96     displays an ‘Admin Password’ field on the “Change Password” form to verify
97     that it is the admin logged-in that wants to perform the password change.
98   - Enable management of Horizons Password Validation. Enables injection of an
99     operators own password validation regex via a heat template.
100   - Enable management of '/etc/issue Banner' whereby an operator can populate
101     their own Banner warning text to be displayed upon terminal login.
102   - Enable management of auditd system. '/etc/audit/audit.rules' can now be
103     populated by means of a heat template.
104 fixes:
105   - Fixes `bug 1645898
106     <https://bugs.launchpad.net/tripleo/+bug/1645898>`__ so epmd is binded on
107     the right address, where RabbitMQ is listening too.
108   - Fixes `bug 1652184
109     <https://bugs.launchpad.net/tripleo/+bug/1652184>`__ so swap partitions
110     can be handled from an environment file thanks to AllNodesExtraConfig.
111   - Add retry to RHEL registration, useful when having network outages during
112     registration.
113   - Fixes `bug 1651476
114     <https://bugs.launchpad.net/tripleo/+bug/1651476>`__ so firewall rules
115     are created for Opendaylight API service.
116   - Fixes `bug 1643487
117     <https://bugs.launchpad.net/tripleo/+bug/1643487>`__ to prevent source
118     address from binding to a VIP for database connection.
119   - Fixes `bug 1649836
120     <https://bugs.launchpad.net/tripleo/+bug/1649836>`__ to configure
121      DPDK options to isolate PMD cores and ovs process cores.
122   - Fixes `bug 1662344
123     <https://bugs.launchpad.net/tripleo/+bug/1662344>`__ by stopping
124     to set bind_address on nova db uri.
125     This reverts the changes in https://review.openstack.org/414629 for nova as
126     they are incompatible with cell_v2.
127     This is a temporary fix for HA while a long-term solution is developed.