Giuseppe Lavagetto has submitted this change and it was merged.
Change subject: wmf-reimage: correct another typo
......................................................................
wmf-reimage: correct another typo
Change-Id: I57aad198df53785ba4309a4a756ad24c14fbe5e2
---
M modules/puppetmaster/files/wmf-reimage
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Giuseppe Lavagetto: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/puppetmaster/files/wmf-reimage
b/modules/puppetmaster/files/wmf-reimage
index 6c786bc..9ba281f 100755
--- a/modules/puppetmaster/files/wmf-reimage
+++ b/modules/puppetmaster/files/wmf-reimage
@@ -120,9 +120,9 @@
function enable_and_run_puppet {
nodename=${1}
log "Enabling puppet"
- ssh -i /root/.ssh/install_new -o "StrictHostKeyChecking=no" -o
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename}
"puppet agent --enable"
+ ssh -i /root/.ssh/new_install -o "StrictHostKeyChecking=no" -o
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename}
"puppet agent --enable"
log "Spawning the first puppet run as well"
- ssh -q -i /root/.ssh/install_new -o "StrictHostKeyChecking=no" -o
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename}
"puppet agent -t" > ${nodename}.puppetrun.log 2>&1 &
+ ssh -q -i /root/.ssh/new_install -o "StrictHostKeyChecking=no" -o
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename}
"puppet agent -t" > ${nodename}.puppetrun.log 2>&1 &
log "The first puppet run is ongoing, you can see what the result is in
the file ${PWD}/${nodename}.puppetrun.log"
}
--
To view, visit https://gerrit.wikimedia.org/r/193080
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I57aad198df53785ba4309a4a756ad24c14fbe5e2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits