Merge "placement: switch service to use NovaPlacementNetwork"
[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 SSH Banner text into sshd_config.
61   - Add AuditD composable service.
62   - Add deployed server bootstrap for RHEL.
63   - Configure VNC Server listen address on internal_api network by default.
64   - Support for Cinder Dell EMC PS Series.
65   - Support for Cinder Dell EMC EMC Storage Center.
66   - Support for Octavia composable services for LBaaS with Neutron.
67   - Support for Collectd composable services for performance monitoring.
68   - Support for Tacker composable service for VNF management.
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   - Disallow iframe embed in Horizon configuration to prevent dashboard being
85     embedded within an iframe and exposed to Cross-Frame Scripting (XFS)
86     vulnerability on legacy browsers.
87   - Allow 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   - Allow 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 fixes:
95   - Fixes `bug 1645898
96     <https://bugs.launchpad.net/tripleo/+bug/1645898>`__ so epmd is binded on
97     the right address, where RabbitMQ is listening too.
98   - Fixes `bug 1652184
99     <https://bugs.launchpad.net/tripleo/+bug/1652184>`__ so swap partitions
100     can be handled from an environment file thanks to AllNodesExtraConfig.
101   - Add retry to RHEL registration, useful when having network outages during
102     registration.
103   - Fixes `bug 1651476
104     <https://bugs.launchpad.net/tripleo/+bug/1651476>`__ so firewall rules
105     are created for Opendaylight API service.
106   - Fixes `bug 1643487
107     <https://bugs.launchpad.net/tripleo/+bug/1643487>`__ to prevent source
108     address from binding to a VIP for database connection.
109   - Fixes `bug 1649836
110     <https://bugs.launchpad.net/tripleo/+bug/1649836>`__ to configure
111      DPDK options to isolate PMD cores and ovs process cores.
112   - Fixes `bug 1662344
113     <https://bugs.launchpad.net/tripleo/+bug/1662344>`__ by stopping
114     to set bind_address on nova db uri.
115     This reverts the changes in https://review.openstack.org/414629 for nova as
116     they are incompatible with cell_v2.
117     This is a temporary fix for HA while a long-term solution is developed.