forked from redhat-cop/infra.aap_configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding pause loop feature (redhat-cop#844)
* new file: changelogs/fragments/pause_loop.yml modified: roles/applications/README.md modified: roles/applications/defaults/main.yml modified: roles/applications/tasks/main.yml modified: roles/bulk_host_create/README.md modified: roles/bulk_host_create/defaults/main.yml modified: roles/bulk_host_create/tasks/main.yml modified: roles/bulk_job_launch/README.md modified: roles/bulk_job_launch/defaults/main.yml modified: roles/bulk_job_launch/tasks/main.yml modified: roles/credential_input_sources/README.md modified: roles/credential_input_sources/defaults/main.yml modified: roles/credential_input_sources/tasks/main.yml modified: roles/credential_types/README.md modified: roles/credential_types/defaults/main.yml modified: roles/credential_types/tasks/main.yml modified: roles/credentials/README.md modified: roles/credentials/defaults/main.yml modified: roles/credentials/tasks/main.yml modified: roles/execution_environments/README.md modified: roles/execution_environments/defaults/main.yml modified: roles/execution_environments/tasks/main.yml modified: roles/groups/README.md modified: roles/groups/defaults/main.yml modified: roles/groups/tasks/main.yml modified: roles/hosts/README.md modified: roles/hosts/defaults/main.yml modified: roles/hosts/tasks/main.yml modified: roles/instance_groups/README.md modified: roles/instance_groups/defaults/main.yml modified: roles/instance_groups/tasks/main.yml modified: roles/instances/README.md modified: roles/instances/defaults/main.yml modified: roles/instances/tasks/main.yml modified: roles/inventories/README.md modified: roles/inventories/defaults/main.yml modified: roles/inventories/tasks/main.yml modified: roles/inventory_source_update/README.md modified: roles/inventory_source_update/defaults/main.yml modified: roles/inventory_source_update/tasks/main.yml modified: roles/inventory_sources/README.md modified: roles/inventory_sources/defaults/main.yml modified: roles/inventory_sources/tasks/main.yml modified: roles/job_templates/README.md modified: roles/job_templates/defaults/main.yml modified: roles/job_templates/tasks/main.yml modified: roles/labels/README.md modified: roles/labels/defaults/main.yml modified: roles/labels/tasks/main.yml modified: roles/notification_templates/README.md modified: roles/notification_templates/defaults/main.yml modified: roles/notification_templates/tasks/main.yml modified: roles/organizations/README.md modified: roles/organizations/defaults/main.yml modified: roles/organizations/tasks/main.yml modified: roles/project_update/README.md modified: roles/project_update/defaults/main.yml modified: roles/project_update/tasks/main.yml modified: roles/projects/README.md modified: roles/projects/defaults/main.yml modified: roles/projects/tasks/main.yml modified: roles/roles/README.md modified: roles/roles/defaults/main.yml modified: roles/roles/tasks/main.yml modified: roles/schedules/README.md modified: roles/schedules/defaults/main.yml modified: roles/schedules/tasks/main.yml modified: roles/settings/README.md modified: roles/settings/defaults/main.yml modified: roles/settings/tasks/main.yml modified: roles/teams/README.md modified: roles/teams/defaults/main.yml modified: roles/teams/tasks/main.yml modified: roles/users/README.md modified: roles/users/defaults/main.yml modified: roles/users/tasks/main.yml modified: roles/workflow_job_templates/README.md modified: roles/workflow_job_templates/defaults/main.yml modified: roles/workflow_job_templates/tasks/add_workflows_schema.yml modified: tests/templated_role_example/README.md * modified: roles/projects/README.md
- Loading branch information
1 parent
35a3282
commit bdefc83
Showing
80 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
minor_changes: | ||
- Added `controller_configuration_loop_delay` and role specific var to give users the option to add a pause during the async loop to slow it down a bit when they are seeing controller API overloaded. | ||
... |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.