Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created April 17, 2013 22:19
Show Gist options
  • Save gondoi/5408235 to your computer and use it in GitHub Desktop.
Save gondoi/5408235 to your computer and use it in GitHub Desktop.
Export from juju-jitsu
{
"services": [
{
"name": "wordpress",
"exposed": true,
"unit_count": 1,
"charm": "cs:precise/wordpress-11",
"config": {
"debug": "no",
"engine": "nginx",
"tuning": "single",
"wp-content": ""
},
"constraints": {
"ubuntu-series": "precise",
"provider-type": "openstack"
}
},
{
"name": "mysql",
"exposed": false,
"unit_count": 1,
"charm": "cs:precise/mysql-16",
"config": {
"tuning-level": "safest",
"query-cache-size": -1,
"query-cache-type": "OFF",
"binlog-format": "MIXED",
"max-connections": -1,
"flavor": "distro",
"preferred-storage-engine": "InnoDB",
"dataset-size": "80%"
},
"constraints": {
"ubuntu-series": "precise",
"provider-type": "openstack"
}
}
],
"relations": [
[
[
"mysql",
"mysql",
"db",
"server",
"global"
],
[
"wordpress",
"mysql",
"db",
"client",
"global"
]
],
[
[
"wordpress",
"reversenginx",
"loadbalancer",
"peer",
"global"
]
]
],
"constraints": {
"provider-type": "openstack"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment