Skip to content

Commit

Permalink
Merge pull request #492 from mattgreene/mitaka
Browse files Browse the repository at this point in the history
Merge liberty to mitaka
  • Loading branch information
jlongstaf authored Dec 19, 2016
2 parents 805fc91 + 24e4b0f commit a182179
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 28 deletions.
20 changes: 5 additions & 15 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,22 @@ Release Highlights

This release introduces the following:

- Agent redundancy and capacity-based scale out
- Differentiated environments
- `BIG-IP® vCMP® <https://f5.com/resources/white-papers/virtual-clustered-multiprocessing-vcmp>`_
- Hierarchical port binding
- Agent redundancy and capacity-based scale out
- Differentiated Service Environments
- BIG-IP® vCMP® compatibility
- Unattached pools
- L7 routing
- Loadbalancer statistics
- Bug fixes

See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v9.0.3...v9.1.0>`_ for the full list of changes in this release.
See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v9.1.0...v9.2.0.b1>`_ for the full list of changes in this release.

Caveats
-------

The following features are unsupported in v |release|:

* Unattached pools
* L7 routing
* Loadbalancer statistics

Open Issues
-----------

See the `project issues page <https://github.com/F5Networks/f5-openstack-agent/issues>`_ for a full list of open issues in this release.

Documentation can be found on `Read the Docs <http://f5-openstack-lbaasv2-driver.readthedocs.io/en/latest/release_notes.html>`_.
Documentation can be found on `Read the Docs <http://f5-openstack-agent.readthedocs.io/en/latest/release_notes.html>`_.



Expand Down
24 changes: 12 additions & 12 deletions docs/topic_install-f5-agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Quick Start

.. code-block:: text
$ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v9.1.0
$ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v9.2.0.b1
.. tip::

Expand All @@ -29,17 +29,17 @@ The ``f5-openstack-agent`` package can be installed using ``dpkg`` tools.

.. code-block:: bash
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v1.5.0/python-f5-sdk_1.5.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.0.9/python-f5-icontrol-rest_1.0.9-1_1404_all.deb
$ sudo dpkg –i python-f5-icontrol-rest_1.0.9-1_1404_all.deb
$ sudo dpkg –i python-f5-sdk_1.5.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v2.1.0/python-f5-sdk_2.1.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.1.0/python-f5-icontrol-rest_1.1.0-1_1404_all.deb
$ sudo dpkg –i python-f5-icontrol-rest_1.1.0-1_1404_all.deb
$ sudo dpkg –i python-f5-sdk_2.1.0-1_1404_all.deb
2. Download and install the f5-openstack-agent:

.. code-block:: bash
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v9.1.0/python-f5-openstack-agent_9.1.0-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_9.1.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v9.2.0.b1/python-f5-openstack-agent_9.2.0.b1-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_9.2.0.b1-1_1404_all.deb
RPM Package
```````````
Expand All @@ -50,17 +50,17 @@ The ``f5-openstack-agent`` package can be installed using ``rpm`` tools.

.. code-block:: bash
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v1.5.0/f5-sdk-1.5.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.0.9/f5-icontrol-rest-1.0.9-1.el7.noarch.rpm
$ sudo rpm –ivh f5-icontrol-rest-1.0.9-1.el7.noarch.rpm f5-sdk-1.5.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v2.1.0/f5-sdk-2.1.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.1.0/f5-icontrol-rest-1.1.0-1.el7.noarch.rpm
$ sudo rpm –ivh f5-icontrol-rest-1.1.0-1.el7.noarch.rpm f5-sdk-2.1.0-1.el7.noarch.rpm
2. Download and install the f5-openstack-agent:

.. code-block:: bash
$ curl –L –O https://github.com/F5Networks/f5-openstack-agent/releases/download/v9.1.0/f5-openstack-agent-9.1.0-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-9.1.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v9.2.0.b1/f5-openstack-agent-9.2.0.b1-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-9.2.0.b1-1.el7.noarch.rpm
Next Steps
Expand Down
2 changes: 1 addition & 1 deletion f5_openstack_agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.1.0"
__version__ = "9.2.0.b1"

0 comments on commit a182179

Please sign in to comment.