This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bytes" | |
| "flag" | |
| "os" | |
| "os/exec" | |
| "time" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "os" | |
| "os/exec" | |
| ) | |
| func main() { | |
| karg0 := "ls" | |
| karg1 := "-al" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +-----------------------------------------+----------+-----------------------------------------------------------+---------+ | |
| | ref | pack | description | enabled | | |
| +-----------------------------------------+----------+-----------------------------------------------------------+---------+ | |
| | chatops.notify | chatops | Notification rule to send results of action executions to | True | | |
| | | | stream for chatops | | | |
| | hubot.notify_hubot | hubot | Notification rule to send messages to Hubot | True | | |
| | hubot.restart_hubot | hubot | Restart local hubot instance. | False | | |
| | packtest.build_jobs | packtest | Build jobs for lazy developers. | True | | |
| | packtest.inception |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-12-23T01:23:02.717590+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] Found 0 rules defined for trigger st2.generic.actiontrigger (type=core.st2.generic.actiontrigger) | |
| 2015-12-23T01:23:02.718608+00:00 localhost st2rulesengine[12473]: DEBUG 140445298568080 log [-] [1st_pass] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.719485+00:00 localhost st2rulesengine[12473]: DEBUG 140445298568080 log [-] [2nd_pass] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.720428+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] 0 rule(s) found to enforce for st2.generic.actiontrigger. | |
| 2015-12-23T01:23:02.721660+00:00 localhost st2rulesengine[12473]: INFO 140445298568080 log [-] Matched 0 rule(s) for trigger_instance st2.generic.actiontrigger (type=core.st2.generic.actiontrigger) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: "stagelockalias" | |
| description: "Unlock, Unlock all, Lock, or Read a list of repos" | |
| action_ref: packtest.stagelock | |
| formats: | |
| - "stagelock {{action}} {{repos}}" | |
| - "sl {{action}} {{repos}}" | |
| ack: | |
| format: "roar" | |
| result: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| chain: | |
| - | |
| name: stagelock_driver | |
| ref: core.local | |
| params: | |
| cmd: "/opt/stackstorm/packs/packtest/actions/stagelock_driver" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vagrant@ip-192-168-33-10:~$ st2 execution get 569565315c8d971f0ab40772 | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html | |
| InsecureRequestWarning) | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html | |
| InsecureRequestWarning) | |
| id: 569565315c8d971f0ab40772 | |
| action.ref: packtest.stagelock | |
| status: failed | |
| error: /opt/stackstorm/packs/packtest/actions/stagelock_driver:10:in `<main>': aakldsfjakldf (RuntimeError) | |
| traceback: None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +-----------------+--------------------------------------------------------------+ | |
| | Property | Value | | |
| +-----------------+--------------------------------------------------------------+ | |
| | id | 569568095c8d971f0ab4077e | | |
| | action.ref | packtest.stagelock | | |
| | context.user | chatops_bot | | |
| | parameters | { | | |
| | | "action": "unlock", | | |
| | | "repos": "apid" | | |
| | | } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: "notify_hipchat_status_room" | |
| pack: "packtest" | |
| description: "Notify specific hipchat room of announcements" | |
| enabled: true | |
| trigger: | |
| type: "core.st2.generic.notifytrigger" | |
| parameters: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +-----------------+--------------------------------------------------------------+ | |
| | Property | Value | | |
| +-----------------+--------------------------------------------------------------+ | |
| | id | 56956bc85c8d97032ce25319 | | |
| | trigger | core.st2.generic.actiontrigger | | |
| | occurrence_time | 2016-01-12T21:10:32.210000Z | | |
| | payload | { | | |
| | | "status": "succeeded", | | |
| | | "start_timestamp": "2016-01-12 21:10:30.813292+00:00", | | |
| | | "parameters": { | |
OlderNewer