genieacs #1
Description
TR-69 CPE remote management tool
- Tags:
- monitoring ›
GenieACS Juju Charm
To deploy GenieACS through Juju:
$ juju deply cs:~zaidka/trusty/genieacs-0
Then deploy the database (MongoDB) and cache (redis) engines and link them:
$ juju deploy mongodb
$ juju deploy redis
$ juju add-relation mongodb genieacs
$ juju add-relation redis:master genieacs
To expose GenieACS ports:
$ juju expose genieacs
Configuration
- branch
- (string) GenieACS repository deployment branch
- master
- mongodb_host
- (string) MongoDB database host instead of using: `juju deploy mongodb` locally
- mongodb_port
- (string) MongoDB database port
- 27017
- redis_host
- (string) Redis cache host instead of using: `juju deploy redis` locally
- redis_port
- (string) Redis cache port
- 6379
- repo
- (string) GenieACS source code repository
- https://github.com/zaidka/genieacs.git