This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:juju [2016/08/08 21:35] – created scipio | tips:juju [2020/07/30 16:11] (current) – [manual cloud] igor | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| --config apt-http-proxy=" | --config apt-http-proxy=" | ||
| --config agent-stream=devel | --config agent-stream=devel | ||
| + | |||
| + | # Controllare con | ||
| + | juju model-config default-series | ||
| + | |||
| + | # ed eventualmente correggere con | ||
| + | juju model-config default-series=xenial | ||
| </ | </ | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | |||
| + | deploy | ||
| + | < | ||
| + | juju deploy ntp | ||
| + | juju get-config | ||
| + | juju set-config ntp source=" | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | juju deply ntp | ||
| + | juju get-config ntp | ||
| + | juju set-config ntp source=" | ||
| + | # juju add-relation ntp ... | ||
| + | </ | ||
| + | |||
| + | deploy db | ||
| + | < | ||
| + | juju deploy --to 0 cs: | ||
| + | </ | ||
| + | |||
| + | debug unit | ||
| + | < | ||
| + | juju status-history ntp/0 | ||
| + | </ | ||