Skip to content

Instantly share code, notes, and snippets.

@mikemccracken
Created May 22, 2014 20:18
Show Gist options
  • Save mikemccracken/7749fd18bfc2cd561761 to your computer and use it in GitHub Desktop.
Save mikemccracken/7749fd18bfc2cd561761 to your computer and use it in GitHub Desktop.
HOWTO run cloud installer with juju debug level set
make install-dependencies
make deb
sudo dpkg -i ../cloud-installer*deb
sudo dpkg -i ../cloud-install-single*deb
sudo apt-get -yy install -f
# cloud-install -i does everything but run cloud-status
sudo cloud-install -i
juju set-env logging-config="<root>=DEBUG"
make status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment