-
Notifications
You must be signed in to change notification settings - Fork 115
Allow webhooks in containerized deployments #5094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,22 +31,26 @@ | |
| |Actions Remote Execution Run Host Job Katello Group Update Succeeded |Update package group using the Katello interface.|Actions::RemoteExecution::RunHostJob | ||
| |Actions Remote Execution Run Host Job Katello Package Update Succeeded |Update package using the Katello interface.|Actions::RemoteExecution::RunHostJob | ||
| endif::[] | ||
| ifndef::containerized[] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: openscap and ansible are not in yet |
||
| |Actions Remote Execution Run Host Job Foreman OpenSCAP Run Scans Succeeded |Run OpenSCAP scan.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 35 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| |Actions Remote Execution Run Host Job Ansible Run Host Succeeded |Runs an Ansible Playbook containing all the roles defined for a host.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 36 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| |Actions Remote Execution Run Host Job Ansible Run {SmartProxy} Upgrade Succeeded |Upgrade {SmartProxies} on given {SmartProxyServers}.|Actions::RemoteExecution::RunHostJob | ||
| |Actions Remote Execution Run Host Job Ansible Configure Cloud Connector Succeeded |Configure Cloud Connector on given hosts.|Actions::RemoteExecution::RunHostJob | ||
| ifdef::satellite[] | ||
| |Actions Remote Execution Run Host Job Ansible Run {Insights} Plan Succeeded |Runs a given maintenance plan from Red Hat Access {Insights} given an ID.|Actions::RemoteExecution::RunHostJob | ||
| endif::[] | ||
| |Actions Remote Execution Run Host Job Ansible Run Playbook Succeeded |Run an Ansible Playbook against given hosts.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 42 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| |Actions Remote Execution Run Host Job Ansible Enable Web Console Succeeded |Run an Ansible Playbook to enable the web console on given hosts.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 43 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| endif::[] | ||
| |Actions Remote Execution Run Host Job Puppet Run Host Succeeded |Perform a single Puppet run.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 45 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| ifdef::katello,orcharhino,satellite[] | ||
| |Actions Remote Execution Run Host Job Katello Module Stream Action Succeeded |Perform a module stream action using the Katello interface.|Actions::RemoteExecution::RunHostJob | ||
| endif::[] | ||
| ifndef::containerized[] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: leapp is not in yet |
||
| |Actions Remote Execution Run Host Job Leapp Pre-upgrade Succeeded |Upgradeability check for RHEL 7 host.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 50 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| |Actions Remote Execution Run Host Job Leapp Remediation Plan Succeeded |Run Remediation plan with Leapp.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 51 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| |Actions Remote Execution Run Host Job Leapp Upgrade Succeeded |Run Leapp upgrade job for RHEL 7 host.|Actions::RemoteExecution::RunHostJob | ||
|
Check failure on line 52 in guides/common/modules/ref_webhooks-available-events.adoc
|
||
| endif::[] | ||
| |Build Entered |A host entered the build mode.|Custom event: `@payload[:id]` (host id), `@payload[:hostname]` (host name). | ||
| |Build Exited |A host build mode was canceled, either it was successfully provisioned or the user canceled the build manually.|Custom event: `@payload[:id]` (host id), `@payload[:hostname]` (host name). | ||
| |Config Report Created/Updated/Destroyed |Common database operations on a configuration report.|ConfigReport | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a side note, why is this hidden for orcharhino? Doesn't orcharhino still run on selinux-enabled el*?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hid this in the past because in orcharhino downstream, we use a different installation guide -> I could not get the link to work. Thanks for the hint, I will look into this eventually. For now, it could stay as is.