Skip to content

Commit fbede0f

Browse files
committed
separate PR
between sdn-base to 9.8-stable branch commit 46e2320.
1 parent 14d8557 commit fbede0f

23 files changed

Lines changed: 629 additions & 193 deletions

docs/RELEASE-NOTES.rst

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,59 @@
55
Release Notes for F5 Openstack Agent
66
====================================
77

8-
v5.0.0
9-
------
10-
NOTE: special release.
8+
v9.8.2 (Mitaka, Newton, Ocata, Pike, Queens)
9+
--------------------------------------------
10+
NOTE: This version of F5 Openstack Agent supports Mitaka, Newton, Ocata, Pike and Queens Openstack releases.
1111

1212
Added Functionality
1313
```````````````````
14+
* Enhanced Advanced Load Balancer(ALB).
15+
16+
- Added a switch to control whether or not b64decode 2 passwords
17+
18+
Bug Fixes
19+
`````````
20+
21+
Limitations
22+
```````````
23+
24+
v9.8.1 (Mitaka, Newton, Ocata, Pike, Queens)
25+
--------------------------------------------
26+
NOTE: This version of F5 Openstack Agent supports Mitaka, Newton, Ocata, Pike and Queens Openstack releases.
27+
28+
Added Functionality
29+
```````````````````
30+
* Enhanced Advanced Load Balancer(ALB).
31+
32+
- Added support for Queens
33+
- Added some HPB code
34+
- Enabled REGEX comparison type for l7 rules
35+
- Added some IPv6 code
36+
37+
38+
Bug Fixes
39+
`````````
40+
41+
Limitations
42+
```````````
43+
44+
v9.8.0 (Mitaka, Newton, Ocata, Pike)
45+
------------------------------------
46+
NOTE: This version of F5 Openstack Agent will support Mitaka, Newton, Ocata and Pike Openstack releases.
47+
48+
Added Functionality
49+
```````````````````
50+
* Enhanced Advanced Load Balancer(ALB).
51+
52+
Add 2 profile types support in Enhanced Service Definition(ESD):
53+
54+
- HTTP profile.
55+
- OneConnect profile.
1456

1557
Bug Fixes
1658
`````````
59+
- Can not create selfip in both units using the same route domain ids.
60+
- Deletes incorrect route domain.
1761

1862
Limitations
1963
```````````

docs/_static/config_examples/f5-openstack-agent.gre.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,12 @@ icontrol_username = admin
494494
#
495495
icontrol_password = admin
496496
#
497+
# When password_cipher_mode is True, the password 'icontrol_password' and
498+
# 'os_password' should be base64 encoded state. If not, they should be plain
499+
# text.
500+
#
501+
password_cipher_mode = False
502+
#
497503
###############################################################################
498504
# Certificate Manager
499505
###############################################################################

docs/_static/config_examples/f5-openstack-agent.grm.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ icontrol_username = USERNAME
200200
#
201201
icontrol_password = PASSWORD
202202
#
203+
password_cipher_mode = False
204+
#
203205
###############################################################################
204206
# Certificate Manager
205207
###############################################################################

docs/_static/config_examples/f5-openstack-agent.vlan.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,12 @@ icontrol_username = admin
494494
#
495495
icontrol_password = admin
496496
#
497+
# When password_cipher_mode is True, the password 'icontrol_password' and
498+
# 'os_password' should be base64 encoded state. If not, they should be plain
499+
# text.
500+
#
501+
password_cipher_mode = False
502+
#
497503
###############################################################################
498504
# Certificate Manager
499505
###############################################################################

docs/_static/config_examples/f5-openstack-agent.vxlan.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ icontrol_username = USERNAME
160160
#
161161
icontrol_password = PASSWORD
162162
#
163+
password_cipher_mode = False
164+
#
163165
###############################################################################
164166
# Certificate Manager
165167
###############################################################################

docs/config-file.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ icontrol_username string The username of an a
359359
objects
360360
------------------------------- --------------------------- ----------------------------------- ------------------------------------------- ---------------------
361361
icontrol_password string Password for the BIG-IP user See BIG-IP password requirements. N/A
362-
account
362+
account(encoded if password_ciphe
363+
r_mode is True)
363364
=============================== =========================== =================================== =========================================== =====================
364365

365366
.. index::

docs/device-driver-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Configuration
3434
* :code:`icontrol_hostname`: The IP address(es) of the BIG-IP(s) the agent will manage. If you're using multiple devices, provide a comma-separated list containing the management IP address of each device.
3535
* :code:`icontrol_vcmp_hostname`: The IP address(es) of the BIG-IP device(s) used for `vCMP`_
3636
* :code:`icontrol_username`: The username of the adminstrative user; *must have access to all BIG-IP devices*.
37-
* :code:`icontrol_password`: The password of the adminstrative user; *must have access to all BIG-IP devices*.
37+
* :code:`icontrol_password`: The password of the adminstrative user; *must have access to all BIG-IP devices*; Should be base64-encoded if :code:`password_cipher_mode` is True.
3838

3939
.. code-block:: text
4040

0 commit comments

Comments
 (0)