Overview -------- Zentyal is a Linux small business server that can act as a Gateway, Unified Threat Manager, Office Server, Infrastructure Manager, Unified Communications Server or a combination of them. Usage ----- This charm support the following zentyal usages: * Single node * Master / Slave Single node +++++++++++ To deploy zentyal on a single node:: juju deploy zentyal zentyal-single juju set zentyal-single password="foo" Master / Slave ++++++++++++++ To deploy Zentyal on a master/slave approach, let's first deploy the master:: juju deploy zentyal zentyal-master juju set zentyal-master password="foo" Then we can add as much slave as we want:: juju deploy zentyal zentya-slave juju set zentyal-slave password="bar" And for each of them, add the relationship:: juju add-relation zentyal-master zentyal-slave:slave
| 2012/05/10 Christophe Sauthier Fix the relation timing (revno 5) |
| 2012/05/10 Christophe Sauthier I am an idiot... (revno 4) |
| 2012/05/10 Christophe Sauthier Fix the master/slave (revno 3) |
| 2012/05/10 Christophe Sauthier Fix some errors (revno 2) |