CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

User Tools


This is an old revision of the document!


OpenStack

The CloudMIP platform features Openstack Liberty (2015 October version).
As it has been stated before, you first need to apply for an account.

Then, before going on with either GUI or CLI, you first need to setup your account. To achieve this, you ought to :

  • get SSH connected with your account to the CloudMIP's front-node,
    ssh <user>@cloudmip.univ-tlse3.fr
  • execute command that will prepare start files (you will be asked for your account password.),
    osSetCredential.sh
  • generate SSH key pair,
    ssh-keygen -t rsa
  • add generated public key to your nova profile.
    nova keypair-add --pub-key ~/.ssh/id_rsa.pub mykey

Now you can check that your SSH key has been integrated:

nova keypair-list


Practical exercises ...

We'll both exercises virtual machines (i.e instances) and docker containers.


Some helpful resources:


OpenStack CLI cheat sheet

one step beyond ...

Have a look to the Deep Learning revolution …