Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi authored Jan 15, 2022
1 parent a80f891 commit 4b0fd99
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Playbook tested on follwoing host distributions

* Debian 8, 9 & 10
* CentOS 6, 7
* CentOS 6, 7, 8
* Ubuntu 18.04, 20.04

Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.
Expand All @@ -14,28 +14,27 @@ Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.

* Install pip `sudo apt install python3-pip -y`
* install ansible with pip `pip install ansible`
* Install requirements `ansible-galaxy collection install -r requirements.yml`

## Installed Packages

* `OpenJDK 1.8 Headless` -- Omada only supports Java 8
* `MongoDB 3.6` -- Omada Supports 3.4 to 3.6
* `MongoDB 3.6` -- Omada Supports 3.4 to 4.0
* `curl`
* `jsvc`
* `tar`

## Run

* Clone the repo `git clone https://github.com/kdpuvvadi/Omada-Ansible.git omada-ansible`.
* Install requirements `ansible-galaxy collection install -r requirements.yml`.
* copy `inventory.ini.j2` to `inventory.ini`.
* Change necessary changes to inventory
* Change necessary changes to inventory.
* copy `vars.yml.j2` to `vars.yml`.
* Change the variable based on your preferences.

## Release

* For log4j fixed [release v4.4.6 Log4j Fix Latest](../../releases/v4.4.6-log4j-fix)
* For latest [Latest release](../../releases/latest)
* For latest(5.0.29) [Latest release](../../releases/latest)
* For version 4.4.4 go to [release 4.4.4](../../releases/v4.4.4-23092021)
* For version 4.3.5 go to [release 4.3.5](../../releases/v4.3.5-020921)

Expand All @@ -49,15 +48,13 @@ Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.
## Post Install

* Omada controller will be avaiable on `https://HOST-IP:8088/` or `https://HOST-IP:8043/`.
* From v5.0.29 Adoption port has been changed to `29814/tcp`.

To work properly ports `8088, 8043, 27001, 27002, 29810, 29811, 29812, 29813 and 29814` should be open.

To work properly ports `8088, 8043, 27001, 27002, 29810, 29811, 29812 and 29813` should be open.

## Omada Service on host

* `sudo tpeap status` -- show the status of Controller;
* `sudo tpeap start` -- start the Omada Controller;
* `sudo tpeap stop` --stop running the Omada Controller.

## Limitation

* Does not work on CentOS 8 based linux distribution.

0 comments on commit 4b0fd99

Please sign in to comment.