Charm: wrappz
Summary
Shared storage for wrappz using NFS
Charm Store
juju deploy cs:~jmit/oneiric/wrappz-0
Owner
jmit
Series
oneiric
Description
Installs and configures an nfs4 daemon with the standard accompanying services, portmapd and idmapd. This charm will install the wrappz code, update the config to match the database, unzip the images to match the database entries, and update the database. Ensure that you have a private RSA key in config/id_rsa and this key has access to the bzr repository for the code. Also ensure that you have valid AWS credentials saved as config/pk.pem (private key) and config/cert.pem (X.509 certificate)
Links
Repository   Bugs
lp:~jmit/charms/oneiric/wrappz/trunk
Interfaces
Provides
Requires
Config
site_update string
initial_daemon_count string
service_name string
env_navbar_b2b string
aws_secret_key string
storage_root string
export_owner string
db_wrappz_archive string
env_hostname string
bzr_repo string
env_mail_to string
cyo_db string
env_show_delivery_message string
env_navbar_nonwrappz_products string
env_site_available string
images_archive string
env_navbar_licensed_products string
bzr_revision string
code_archive string
ebs_volume string
env_mail_from string
aws_access_key string
env_country string
env_region string
wrappz_db string
db_cyo_archive string
export_options string
install_images string
Details
Readme
This charm deploys a new Wrappz website.

The charm provides an NFS share for the webserver charm, and
requires a mysql charm.

It will 
- fetch the site code from bzr using a supplied ssh key
- fetch initial database dump from S3
- use an existing EBS volume (which already has image data)

Changes  
2012/02/23 james Remove the verbose echo of each shell script line (revno 3)
2012/02/22 james rename README (revno 2)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>