Skip to content

chaconpiza/monasca-bootcamp

 
 

Repository files navigation

OpenStack Summit Berlin 2018

Monitoring Hands-On Workshop

Monasca Bootcamp


  • Download your private SSH key (monasca-berlin2018.pem) from here.

  • Change permissions

    chmod 600 monasca-berlin2018.pem
  • SSH to your instance and pull the Bootcamp

    ssh -i monasca-berlin2018.pem ubuntu@<your_instance_ip>
    cd monasca-bootcamp
    git pull
  • Start the notebook

    /opt/jupyter/bin/jupyter notebook --no-browser --ip=<your_instance_ip>  --port=8889 --notebook-dir .
  • Copy the URL and open it in your local browser.

  • Open MonascaBootcamp.ipynb notebook.

For Windows users

  • You can use your favorite SSH client.

  • We recommend Git BASH, BASH emulator with SSH client.

  • Another good alternative is cmder.

For PuTTY users

  • Set the private key for authentication in Connection -> SSH -> Auth. Choose putty_key.ppk as your private key.

  • Remember to save the session settings.

Running the notebook on your own


This is an iPython/Jupyter notebook that you can run on your own. You will require:

About

Ipython Notebook for the Monasca Bootcamp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 51.5%
  • Python 48.5%