Guest User

Untitled

a guest
Jan 12th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. py@tarp:~/wikimedia/puppet/manifests$ git status
  2. # On branch production
  3. # Your branch is ahead of 'origin/production' by 5 commits.
  4. #
  5. nothing to commit (working directory clean)
  6.  
  7.  
  8. py@tarp:~/wikimedia/puppet/manifests$ git diff origin/production production
  9. diff --git a/manifests/site.pp b/manifests/site.pp
  10. index f996c55..5a296cf 100644
  11. --- a/manifests/site.pp
  12. +++ b/manifests/site.pp
  13. @@ -1364,6 +1364,15 @@ node /mw[1-5]?[0-9]\.pmtpa\.wmnet/ {
  14. memcached
  15. }
  16.  
  17. +node /mw6[0-1]\.pmtpa\.wmnet/ {
  18. + include applicationserver::bits
  19. +
  20. +}
  21. +
  22. +node /mw(6[2-9]|7[0-4])\.pmtpa\.wmnet/ {
  23. + include applicationserver::api
  24. +
  25. +}
  26.  
  27. node "lily.knams.wikimedia.org" {
  28. $cluster = "misc_esams"
  29.  
  30.  
  31. git log:
  32.  
  33. commit ba9fcafb878cd445abe1f90d5eb0f9333c517637
  34. Author: pyoungmeister <py@wikimedia.org>
  35. Date: Fri Oct 7 13:56:27 2011 -0400
  36.  
  37. attempt to check in
  38.  
  39. Change-Id: I8991818eec761ad66063a5f20cc9e25a08a4898b
  40.  
  41. commit 37b1f59936df2655907dec5808a575c3368f7cb1
  42. Author: pyoungmeister <py@wikimedia.org>
  43. Date: Fri Oct 7 13:52:34 2011 -0400
  44.  
  45. ugh extra ,
  46.  
  47. Change-Id: I5111e16bf82bdf85189f98d69f050c45badaacbd
  48.  
  49. commit 3cab17b40a0a3763adb5454de2265474a3d50941
  50. Merge: 1da4b44 d2b4179
  51. Author: pyoungmeister <py@wikimedia.org>
  52. Date: Fri Oct 7 13:50:24 2011 -0400
  53.  
  54. Merge branch 'production' of ssh://gerrit.wikimedia.org:29418/operations/pup
  55.  
  56. commit 1da4b44b4ceeb8b2caef579ec721dbf1c1273a2a
  57. Author: pyoungmeister <py@wikimedia.org>
  58. Date: Fri Oct 7 13:47:41 2011 -0400
  59.  
  60. regex redo
  61.  
  62. Change-Id: I757aa14715e5e1bb592f72325161e185120ecc00
  63.  
  64. commit d2b417934c5602cf3a0dbc1eb7e80bdcfee1de29
  65. Merge: f3a9c86 36d80bf
  66. Author: Mark Bergsma <mark@wikimedia.org>
  67. Date: Fri Oct 7 16:58:29 2011 +0000
  68.  
  69. Merge "Merge remote-tracking branch 'origin/iptables' into production" into
  70.  
  71. commit 36d80bf5d1b574c01c54abe8fdf0d225ed5a8f71
  72. Merge: f3a9c86 c613f60
  73. Author: Mark Bergsma <mark@wikimedia.org>
  74. Date: Fri Oct 7 18:56:20 2011 +0200
  75.  
  76. Merge remote-tracking branch 'origin/iptables' into production
  77.  
  78. Change-Id: If36f77d9ce8e536560691601dec8e6777cb22b02
  79.  
  80. commit f3a9c8690c82f6ca028bfdafa38c88cb819182f4
  81. Merge: e61e0bf 1144cb7
  82. Author: Mark Bergsma <mark@wikimedia.org>
  83. Date: Fri Oct 7 16:48:05 2011 +0000
  84.  
  85. Merge "Ignore .project (for eclipse/geppetto)" into production
  86. commit 1144cb782160903b7d7a91ee24984da6e42b3159
  87. Author: Mark Bergsma <mark@wikimedia.org>
  88. Date: Fri Oct 7 18:47:20 2011 +0200
  89.  
  90. Ignore .project (for eclipse/geppetto)
  91.  
  92. Change-Id: Ia38fdee82c8e98653f81a4a71f25d9dbb0bf18e8
  93.  
  94. commit fa6ca27184fb50c907453ed0d7e4865cdf842f94
  95. Author: pyoungmeister <py@wikimedia.org>
  96. Date: Fri Oct 7 12:35:46 2011 -0400
  97.  
  98. puppetization for mw 60-74
  99.  
  100. Change-Id: Ib4e954802065331be077e664adeee9796986a831
  101.  
  102. commit e61e0bf1645db2de0363864f82e53a46627c6cbc
  103. Merge: bb2ae71 3537e70
  104. Author: Mark Bergsma <mark@wikimedia.org>
  105. Date: Fri Oct 7 16:26:27 2011 +0000
  106.  
  107. Merge "Add empty classes to satisfy geppetto" into production
  108.  
  109. commit 3537e70570ce3ca5aa3507bc083d2a12869711c8
  110. Author: Mark Bergsma <mark@wikimedia.org>
  111. Date: Fri Oct 7 18:13:32 2011 +0200
  112.  
  113. Add empty classes to satisfy geppetto
  114.  
  115. Change-Id: I9758b0e0962f5407c375477fc49fffda6e69d017
  116.  
  117. commit c613f60590330427fc2343513ed59d955ab3cc02
  118. Author: Mark Bergsma <mark@wikimedia.org>
  119. Date: Thu Oct 6 12:30:24 2011 +0200
  120.  
  121. Break up ridiculously long lines
  122.  
  123. Change-Id: I5be974f2bb964b0c32d9a47c8073bc659bb626d9
  124.  
  125.  
  126. py@tarp:~/wikimedia/puppet/manifests$ git pull
  127. Already up-to-date.
Add Comment
Please, Sign In to add comment