Skip to content

Commit

Permalink
Merge pull request #176 from pksrc/master
Browse files Browse the repository at this point in the history
Updating docs to reflect changes with Proxy and SSH
  • Loading branch information
Michael Gasch authored Jun 5, 2020
2 parents a886138 + 4bf45d7 commit 7d52e37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/kb/install-eventbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ Customers looking to seamlessly extend their vCenter through native AWS componen
* NTP Server - NTP Server(s) for proper time synchronization. If you have multiple DNS Servers, input needs to be **space separated**.

#### **Proxy Settings** (Optional)
* HTTP Proxy Server - HTTP Proxy Server followed by the port and without typing http:// before (e.g. proxy.provider.com:3128)
* HTTPS Proxy - HTTPS Proxy Server followed by the port and without typing https:// before (e.g. proxy.provider.com:3128)
* HTTP Proxy Server - HTTP Proxy Server followed by the port (e.g. http://proxy.provider.com:3128)
* HTTPS Proxy - HTTPS Proxy Server followed by the port (e.g. http(s)://proxy.provider.com:3128)
* Proxy Username - Optional Username for Proxy Server
* Proxy Password - Optional Password for Proxy Server
* No Proxy - Exclude internal domain suffix. Comma separated (localhost, 127.0.0.1, domain.local)

#### **OS Credentials** (**Required**)
* Root Password - This is the OS root password for the VMware Event Broker Appliance
* Enable SSH - Check the box to allow SSH to the Appliance (SSH to the appliance is disabled by default)

#### vSphere* (**Required**)
#### **vSphere** (**Required**)

* vCenter Server - This FQDN or IP Address of your vCenter Server that you wish to associate this VMware Event Broker Appliance to for Event subscription
* vCenter Username - The username to login to vCenter Server, as mentioned earlier, readOnly account is sufficient
Expand Down
5 changes: 3 additions & 2 deletions docs/kb/install-openfaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ Customers looking to seamlessly extend their vCenter by either deploying our pre
* NTP Server - NTP Server(s) for proper time synchronization. If you have multiple NTP Servers, input needs to be **space separated**.

#### **Proxy Settings** (Optional)
* HTTP Proxy Server - HTTP Proxy Server followed by the port and without typing http:// before (e.g. proxy.provider.com:3128)
* HTTPS Proxy - HTTPS Proxy Server followed by the port and without typing https:// before (e.g. proxy.provider.com:3128)
* HTTP Proxy Server - HTTP Proxy Server followed by the port (e.g. http://proxy.provider.com:3128)
* HTTPS Proxy - HTTPS Proxy Server followed by the port (e.g. http(s)://proxy.provider.com:3128)
* Proxy Username - Optional Username for Proxy Server
* Proxy Password - Optional Password for Proxy Server
* No Proxy - Exclude internal domain suffix. Comma separated (localhost, 127.0.0.1, domain.local)

#### **OS Credentials** (**Required**)
* Root Password - This is the OS root password for the VMware Event Broker Appliance
* Enable SSH - Check the box to allow SSH to the Appliance (SSH to the appliance is disabled by default)

#### **vSphere** (**Required**)

Expand Down

0 comments on commit 7d52e37

Please sign in to comment.