Merge "Adds SSH Banner text into sshd_config"
[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 upgrade:
58   - Update OpenDaylight deployment to use networking-odl v2 as a mechanism
59     driver.
60 deprecations:
61   - Glance Registry service has been removed and Glance API v2 is now deploy
62     by default. Glance API v1 is not supported anymore in TripleO.
63   - Remove CeilometerStoreEvents parameter, which has been removed
64     in Ceilometer.
65   - Ceilometer API service is deprecated and will be removed in a future
66     release. If you would like to disable it, use
67     environments/services/disable-ceilometer-api.yaml environment file.
68   - Removes deprecated OpenDaylight L2 only deployments.
69     Deploying ODL without L3 DVR is no longer supported.
70 security:
71   - Disallow iframe embed in Horizon configuration to prevent dashboard being
72     embedded within an iframe and exposed to Cross-Frame Scripting (XFS)
73     vulnerability on legacy browsers.
74   - Allow management of enforce_password_check in Horizons configuration to
75     display an 'Admin Password' field on the Change Password form to verify that
76     it is indeed the admin logged-in who wants to change the password.
77   - Allow management of disable_password_reveal in Horizon, to remove the
78     password reveal option.
79   - Enable secure_proxy_ssl_header option in Horizons configuration to take
80     X-Forwarded-Proto header into account when forming URLs.
81 fixes:
82   - Fixes `bug 1645898
83     <https://bugs.launchpad.net/tripleo/+bug/1645898>`__ so epmd is binded on
84     the right address, where RabbitMQ is listening too.
85   - Fixes `bug 1652184
86     <https://bugs.launchpad.net/tripleo/+bug/1652184>`__ so swap partitions
87     can be handled from an environment file thanks to AllNodesExtraConfig.
88   - Add retry to RHEL registration, useful when having network outages during
89     registration.
90   - Fixes `bug 1651476
91     <https://bugs.launchpad.net/tripleo/+bug/1651476>`__ so firewall rules
92     are created for Opendaylight API service.
93   - Fixes `bug 1643487
94     <https://bugs.launchpad.net/tripleo/+bug/1643487>`__ to prevent source
95     address from binding to a VIP for database connection.