Comment on Tsuru - open source platform as a service (written in Go)Comments−kapilvt13yBased on juju, so i assume you can use all the various charms that juju allows for.. http://jujucharms.com/charms/precise−flaviamissi13yYou can, but in order to deploy applications you should use our own charms, it's explained in our chams repository[1].Tsuru is based on Provisioners, our default provisioner is juju, we also have a on going development of a lxc provisioner[2].You can also build your own provisioner (docs coming).[1] http://github.com/globocom/charms [2] https://tsuru.readthedocs.org/en/latest/lxc.html−fss13yUnfortunately not. Our charms contains some custom hooks, but we want to remove them in the future. Here are the examples: https://github.com/globocom/charms/tree/master/precise (centos charms are outdate).
Comments
Based on juju, so i assume you can use all the various charms that juju allows for.. http://jujucharms.com/charms/precise
You can, but in order to deploy applications you should use our own charms, it's explained in our chams repository[1].
Tsuru is based on Provisioners, our default provisioner is juju, we also have a on going development of a lxc provisioner[2].
You can also build your own provisioner (docs coming).
[1] http://github.com/globocom/charms [2] https://tsuru.readthedocs.org/en/latest/lxc.html
Unfortunately not. Our charms contains some custom hooks, but we want to remove them in the future. Here are the examples: https://github.com/globocom/charms/tree/master/precise (centos charms are outdate).