Difference between revisions of "Handson2"

From Gridkaschool
Line 7: Line 7:
 
# <span style="color:#800000">Go to /etc/puppet/environments/$USER </span>
 
# <span style="color:#800000">Go to /etc/puppet/environments/$USER </span>
 
# <span style="color:#800000">Examine the folder and files below </span>
 
# <span style="color:#800000">Examine the folder and files below </span>
# <span style="color:#008000">Log in to your associated VM as ''root'' ( cloud240xxx.desy.de ) </span>
+
# <span style="color:#008000">Log in to your associated VM as ''root'' ( gridkaschoolXX.desy.de ) </span>
 
# <span style="color:#008000">Call the puppet agent in test mode </span>
 
# <span style="color:#008000">Call the puppet agent in test mode </span>
 
# <span style="color:#800000">Add a node definition for your associated node in the file ''manifests/nodes.pp''</span>
 
# <span style="color:#800000">Add a node definition for your associated node in the file ''manifests/nodes.pp''</span>

Revision as of 12:02, 2 September 2015

All tasks in this color execute on naf-school04
All tasks in this color execute your associated VM ( gridkaschoolXX.desy.de )


  1. Login to the puppetmaster naf-school04 with your user account
  2. Go to /etc/puppet/environments/$USER
  3. Examine the folder and files below
  4. Log in to your associated VM as root ( gridkaschoolXX.desy.de )
  5. Call the puppet agent in test mode
  6. Add a node definition for your associated node in the file manifests/nodes.pp
  7. Call the puppet agent in test mode
  8. Copy the module sshd you've created in the folder $USER/modules
  9. Edit the your node definition to include the module sshd
  10. Call the puppet agent in test mode