CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
openstack:openstack [2016/11/14 18:58]
francois
openstack:openstack [2023/02/02 23:41] (current)
francois [Practical exercises ...]
Line 8: Line 8:
   * get SSH connected with your account to the CloudMIP'​s front-node,​\\ <​code>​ssh <​user>​@cloudmip.univ-tlse3.fr</​code>​   * get SSH connected with your account to the CloudMIP'​s front-node,​\\ <​code>​ssh <​user>​@cloudmip.univ-tlse3.fr</​code>​
   * execute command that will prepare start files (//you will be asked for your account password.//​),​\\ <​code>​osSetCredential.sh</​code>​   * execute command that will prepare start files (//you will be asked for your account password.//​),​\\ <​code>​osSetCredential.sh</​code>​
-  * generate SSH key pair, <​code>​'ssh-keygen -t rsa</​code>​+  * generate SSH key pair, <​code>​ssh-keygen -t rsa</​code>​
   * add generated public key to your nova profile.\\ ​     <​code>​nova keypair-add --pub-key ~/​.ssh/​id_rsa.pub mykey</​code>​   * add generated public key to your nova profile.\\ ​     <​code>​nova keypair-add --pub-key ~/​.ssh/​id_rsa.pub mykey</​code>​
  
Line 18: Line 18:
 We'll both exercises virtual machines (i.e instances) and docker containers.\\ We'll both exercises virtual machines (i.e instances) and docker containers.\\
  
-  * Openstack ​instances {{ :openstack:​m2ilord-virtualization-tps.pdf |practical exercises}}+  * M2iLord ​Openstack ​ ​[[https://​cloudmip.univ-tlse3.fr/​teaching/​francois/​M2secil-virtualization-TPs.pdf|practical exercises]] (<wrap em>​PDF</​wrap>​ version), 
-  * Introduction to [[http://​m2siame.univ-tlse3.fr/​g2ebi/​docker-introduction_dec15.pdf|docker]] (Sébastien Binet), +  * <wrap em>​download area</​wrap>​ with practical exercises [[https://​cloudmip.univ-tlse3.fr/​teaching/​francois/​|python code]] and scripts, 
-  * ... another introduction to [[http://​m2siame.univ-tlse3.fr/​g2ebi/​docker_alain-tchana_2015.pdf|docker]](Alain Tchana),+  * Introduction to [[http://​m2siame.univ-tlse3.fr/​teaching/​francois/​docker-introduction_dec15.pdf|docker]] (Sébastien Binet), 
 +  * ... another introduction to [[http://​m2siame.univ-tlse3.fr/​teaching/​francois/​docker_alain-tchana_2015.pdf|docker]](Alain Tchana),
   * Docker cheat sheets [[https://​www.docker.com/​sites/​default/​files/​Docker_CheatSheet_08.09.2016.pdf|here]] and [[http://​container-solutions.com/​content/​uploads/​2015/​06/​15.06.15_DockerCheatSheet_A2.pdf|here]].\\   * Docker cheat sheets [[https://​www.docker.com/​sites/​default/​files/​Docker_CheatSheet_08.09.2016.pdf|here]] and [[http://​container-solutions.com/​content/​uploads/​2015/​06/​15.06.15_DockerCheatSheet_A2.pdf|here]].\\
 \\ \\