ReleaseNotes1601

Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2016-01-27 12:54:08
Size: 1427
Editor: 31
Comment:
Revision 11 as of 2016-06-20 13:04:30
Size: 2570
Editor: james-page
Comment: Drop Ubuntu - that's kinda obvious
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from UbuntuOpenStack/OpenStackCharms/ReleaseNotes1601
## page was renamed from ServerTeam/OpenStackCharms/ReleaseNotes1601
Line 10: Line 12:
 * ceph-osd
Line 27: Line 30:
 * neutron-api-odl
 * openvswitch-odl
 * odl-controller
Line 31: Line 37:
=== Experimenatl OpenStack Mitaka Support on 14.04 === === Experimental OpenStack Mitaka Support on 14.04 ===
Line 42: Line 48:
}}}

The charms provide initial experimental support for Mitaka; Mitaka is still in active development alongside Ubuntu 16.04 so further charm updates are expected prior to final release in April.

=== Ceph LTS Release ===

To deploy Ceph Infernalis with juju, use the 'source' configuration option, for example:

{{{
cat > config.yaml << EOF
ceph:
  source: cloud:trusty-mitaka
EOF
juju deploy --config config.yaml ceph
Line 56: Line 76:
Note: The networking endpoint in keystone has been renamed from quantum to neutron in-line with upstream name changes.
Line 59: Line 80:
=== Action Managed Upgrades === == Deprecation Notices ==
Line 61: Line 82:
== Deprecation Notices == === Minimum Juju version ===

!OpenStack Charm CI testing no longer validates the !OpenStack charms against versions of Juju (< 1.24) which don't have the leader election feature, used to determine leadership between peer units within a service.

Legacy leadership support will be removed from the charms over the next few development cycles, so please ensure that you are running on Juju >= 1.24.
Line 69: Line 94:
For the full list of bugs resolved for the 16.10 release please refer to https://launchpad.net/charms/+milestone/16.01 For the full list of bugs resolved for the 16.01 release please refer to https://launchpad.net/charms/+milestone/16.01

Summary

The 16.01 OpenStack Charm release includes updates for the following charms:

  • ceilometer
  • ceilometer-agent
  • ceph
  • ceph-osd
  • ceph-radosgw
  • cinder
  • cinder-ceph
  • glance
  • hacluster
  • heat
  • keystone
  • neutron-api
  • neutron-openvswitch
  • nova-cloud-controller
  • nova-compute
  • openstack-dashboard
  • neutron-gateway
  • rabbitmq-server
  • swift-proxy
  • swift-storage
  • percona-cluster
  • neutron-api-odl
  • openvswitch-odl
  • odl-controller

New Charm Features

Experimental OpenStack Mitaka Support on 14.04

To deploy OpenStack Mitaka on Ubuntu 14.04, use the 'openstack-origin' configuration option, for example:

cat > config.yaml << EOF
nova-cloud-controller:
  openstack-origin: cloud:trusty-mitaka
EOF
juju deploy --config config.yaml nova-cloud-controller

The charms provide initial experimental support for Mitaka; Mitaka is still in active development alongside Ubuntu 16.04 so further charm updates are expected prior to final release in April.

Ceph LTS Release

To deploy Ceph Infernalis with juju, use the 'source' configuration option, for example:

cat > config.yaml << EOF
ceph:
  source: cloud:trusty-mitaka
EOF
juju deploy --config config.yaml ceph

Upgrading

General

Please ensure that the keystone charm is upgraded first.

To upgrade an existing deployment to the latest charm version simply use the 'upgrade-charm' command, e.g.:

juju upgrade-charm cinder

Note: The networking endpoint in keystone has been renamed from quantum to neutron in-line with upstream name changes.

New Charm Features

Deprecation Notices

Minimum Juju version

OpenStack Charm CI testing no longer validates the OpenStack charms against versions of Juju (< 1.24) which don't have the leader election feature, used to determine leadership between peer units within a service.

Legacy leadership support will be removed from the charms over the next few development cycles, so please ensure that you are running on Juju >= 1.24.

Known Issues

SSL on Precise/Icehouse

Bugs Fixed

For the full list of bugs resolved for the 16.01 release please refer to https://launchpad.net/charms/+milestone/16.01

OpenStack/OpenStackCharms/ReleaseNotes1601 (last edited 2016-06-20 13:04:30 by james-page)