Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
operations/puppet | production | +11 -16 | Decommission old ArcLamp HHVM pipeline |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | dpifke | T233884 Decom the ArcLamp pipeline for HHVM/Xenon | |||
Resolved | Peter | T233473 Update performance.wikimedia.org profiling links from hhvm to excimer |
Event Timeline
Comment Actions
Change 595602 had a related patch set uploaded (by Dave Pifke; owner: Dave Pifke):
[operations/puppet@production] Decommission old ArcLamp HHVM pipeline
Comment Actions
Change 595602 merged by Dzahn:
[operations/puppet@production] Decommission old ArcLamp HHVM pipeline
Comment Actions
Merged the change above, it was complete noop on webperf1002/2002. Should we kill /usr/bin/python /usr/local/bin/arclamp-log /etc/arclamp-log-xenon.yaml or restart arclamp?
Comment Actions
Yeah, there isn't anything in Puppet to delete previously-generated configuration files which are no longer referenced. I manually stopped and removed it on both hosts:
# systemctl stop xenon-log # systemctl disable xenon-log # rm /lib/systemd/system/xenon-log.service /etc/arclamp-log-xenon.yaml
I think that should do it.