I have seen this question: What is a Juju Charm?
I have more questions.
Which services can be deployed using juju charm?
Can lxc-containers be deployed using juju charm?
Are juju charms like SMF (Service Management Facility like in Solaris)?
(So, a charm tells juju how to manage a service) @Sergey Answer)
I want to deploy Juju charms locally (type: local) on my Ubuntu 12.10 desktop system in order to test a charm I want to write. The problem is that when I try to juju deploy a charm, juju status soon displays the deployed unit's status as install-error.
I'm interested in juju before starting with it i would like to ask a few questions.
Can juju be only be used with ubuntu? is it possible to use it with CentOS?
I have my own application server which i wrote, can i wrap it in a charm and deploy it on my local juju cloud?
I deployed wordpress and when I type juju status I recievie this:
public-adress: node-001185e6777fe
When I found what is IP adress of this computer I tried type in webbrowser but I get 502 bad gateway.
Hi I am trying to deploy openstack with Juju and MAAS.
But the Juju bootstap is still with the Status Connecting to Environment:
marcel@ubuntu20:~$ juju -v status
2012-07-11 07:18:00,831 DEBUG Initializing juju status runtime
2012-07-11 07:18:00,842 INFO **Connecting to environment**...
2012-07-11 07:18:00,961 DEBUG Connecting to environment using node5...
2012-07-11 07:18:00,962 DEBUG Spawning S
I have my nodes in ready and one node in allocated to root stage , now when i bootstrap it gives success but when i do juju status it gives an error as below :
cloudc@cloud:~$ juju bootstrap 2012-08-15 21:32:34,449 INFO Bootstrapping environment 'maas' (origin: distro type: maas)... 2012-08-15 21:32:34,636 INFO juju environment previously bootstrapped.
Using the sample recipe I am deploying a wordpress solution on EC2:
juju bootstrap --constraints "instance-type=t1.micro"
juju set-constraints instance-type=t1.micro
juju debug-log
juju deploy mysql wordpress-db
juju deploy wordpress
juju add-relation wordpress wordpress-db
juju expose wordpress
After this I point my browser to the public url and get the error:
502 Bad Gateway
nginx/1.1.19
Loo
Hi,
I am running Ubuntu-12.04 server with MASS & JUJU.
I configured two nodes also.
My conf is below :
===================================
MASS server : 2 NIC
eth0 : 192.168.10.171
eth1 : public ip
Node1 : 2 NIC Set on DHCP
Node2 : 1 NIC Set on DHCP
====================================
When i am deploying the Mysql & wordpress wi
If really really novice user is using Juju and wants to deploy wordpress how would he come to understand that mysql is required to deploy it.
I know this is a really stupid question but if you take another product xyz which isn't as popular as wordpress and has no deployment related articles available through google, then in this case the user has to go through a chain of activities on the termin