Skip to content

Commit

Permalink
Merge pull request #376 from richbrowne/mitaka
Browse files Browse the repository at this point in the history
Updating release version 9.0.3 -> 9.1.0
  • Loading branch information
mattgreene authored Oct 10, 2016
2 parents e9d455b + f78197d commit 11eded9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ 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
- Bug fixes

See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v9.0.2...v9.0.3>`_ for the full list of changes in this release.
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.

Caveats
-------

The following features are unsupported in v |release|:

* `BIG-IP® vCMP® <https://f5.com/resources/white-papers/virtual-clustered-multiprocessing-vcmp>`_
* Agent High Availability (HA)
* Differentiated environments
* Unattached pools
* L7 routing
* Loadbalancer statistics
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.0.3
$ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v9.1.0
.. 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.2.0/python-f5sdk_1.2.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-f5sdk_1.2.0–1_1404_all.deb
$ 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.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_1.5.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.0.3/python-f5-openstack-agent_9.0.3-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_9.0.3-1_1404_all.deb
$ 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
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.2.0/f5-sdk-1.2.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.2.0-1.el7.noarch.rpm
$ 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.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-1.5.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.0.3/f5-openstack-agent-9.0.3-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-9.0.3-1.el7.noarch.rpm
$ 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
Next Steps
Expand Down

0 comments on commit 11eded9

Please sign in to comment.