Charm: zentyal
Summary
A Linux small business server.
Charm Store
juju deploy cs:~christophe.sauthier/precise/zentyal-4
Series
precise
Description
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.
Links
Repository   Bugs
lp:~christophe.sauthier/charms/precise/zentyal/trunk
Interfaces
Provides
Requires
Config
password string
add-user string
Details
Readme
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
Changes  
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)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>