Handson4

From Gridkaschool
Revision as of 11:00, 10 August 2016 by Sternber (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  1. Login to gridkalogin01.desy.de (with your schoolNN account)
  2. Go in the folder puppet
  3. Examine the git repository
    • pull
    • log
    • status
  4. Add a test file
    • Create the file
    • Add the file to your local repo
    • commit the local change
    • push your commit to the server
  5. Try to find your changes on gridkapuppet01.desy.de under /etc/puppet/environments
  6. Remove your change (on gridkalogin01). Choose one option
    • reset the reposiory to initial state
    • remove the file and commit the change
  7. push the updated repository to the server. (if you use reset you have to use -f)
  8. Examine again the puppet environment on gridkapuppet01.desy.de
  9. A example session made by me