Skip to content

Commit 6cd74b1

Browse files
committed
added note on advanced shell privs per BZ
1 parent 36a153b commit 6cd74b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

install_config/router/f5_router.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ requirements:
4444
* A F5 host IP with:
4545
** Credentials for API access
4646
** SSH access via a private key
47+
* An F5 user with Advanced Shell access
4748
* A virtual server for HTTP routes:
4849
** _HTTP profile_ must be _http_.
4950
* A virtual server with HTTP profile routes:
@@ -133,7 +134,8 @@ BIG-IP®* host:
133134
address.
134135

135136
|`--external-host-username`
136-
|Specifies the *F5 BIG-IP®* user name (typically *admin*).
137+
|Specifies the *F5 BIG-IP®* user name (typically *admin*).
138+
The *F5 BIG-IP* user account must have access to the Advanced Shell (Bash) on the F5 BIG-IP system.
137139

138140
|`--external-host-password`
139141
|Specifies the *F5 BIG-IP®* password.
@@ -343,4 +345,9 @@ $ oc adm router \
343345
--external-host-vxlan-gw=10.131.0.5/14
344346
----
345347
+
348+
[NOTE]
349+
+
350+
====
351+
The `external-host-username` is a *F5 BIG-IP* user account with access to the Advanced Shell (Bash) on the F5 BIG-IP system.
352+
346353
The F5 setup is now ready, without the need to set up the ramp node.

0 commit comments

Comments
 (0)