Jim Ladd
430b6826bf
update exception log message to be descriptive
...
.. instead of surfacing exception
2021-10-20 12:35:40 -07:00
Jim Ladd
613f949e6e
when releasing receptor work, do so in try/except
2021-10-20 12:35:39 -07:00
Alan Rominger
a2f698156a
Merge pull request #5352 from ansible/graceful_receptor_error
...
[4.1] Gracefully handle receptorctl RuntimeError in health check
2021-10-19 17:21:27 -04:00
Alan Rominger
341e239bba
Reduce the number of triggers for execution node health checks
2021-10-19 14:44:03 -04:00
Tiago Góes
89befa7ac1
Merge pull request #5361 from ansible/11254-awx-fix
...
Fixes erroneous validation Survey validation on Prompt on Launch
2021-10-19 15:19:16 -03:00
Alan Rominger
54f37faf6f
Gracefully handle receptorctl RuntimeError in health check
2021-10-19 12:54:37 -04:00
Alex Corey
ad73e56132
Fixes erroneous validation
2021-10-19 10:41:39 -04:00
Alan Rominger
97ce7d226b
Error handling when node is missing from mesh for jobs and checks
2021-10-19 10:06:02 -04:00
nixocio
27619a0f6d
Do not show control instances as option to be associated
...
Do not show control instances as option to be associated to user defined
instance groups.
See: https://github.com/ansible/tower/issues/5339
2021-10-18 14:33:52 -04:00
Marcelo Moreira de Mello
d8efd457d9
Merge pull request #5345 from ansible/node_type_list_instances
...
[4.1] - Added node_type on awx-manage list_instances commmand
2021-10-15 23:25:17 -04:00
chris meyers
098201be0b
avoid work_results and work release race
...
* Unsure exactly why this happens but there seems to be a race condition
related to the time window between Receptor work_results and work
release. This sleep extends that window and hopefully avoids the race
condition.
2021-10-15 16:27:24 -04:00
Bianca Henderson
0e15c269cd
Merge pull request #5351 from ansible/exec_node_error_handling
...
[4.1] Improve Error Handling for When Job Cannot Be Delivered to an Execution Node
2021-10-15 13:29:27 -04:00
Alan Rominger
54e3377254
Respect settings to keep files and work units
...
Add new logic to cleanup orphaned work units
from administrative tasks
Remove noisy log which is often irrelevant
about running-cleanup-on-execution-nodes
we already have other logs for this
2021-10-15 11:36:36 -04:00
Bianca Henderson
dd622dcc30
Change log level from 'warning' to 'exception'
2021-10-15 08:08:24 -04:00
Bianca Henderson
412bf7f282
Move error handling into try/catch block
2021-10-14 14:52:38 -04:00
Marcelo Moreira de Mello
1da1b91538
Added node_type on awx-manage list_instances commmand
...
(cherry picked from commit 683145e3eaa8b13da59bc51e57dff98f25d3554d)
2021-10-13 22:35:27 -04:00
Chris Meyers
73a865073d
Merge pull request #11241 from chrismeyersfsu/fix-missing-project-updates
...
Fix missing project updates
2021-10-13 11:03:44 -04:00
Tiago Góes
459eb3903e
Merge pull request #11208 from AlexSCorey/7741-GroupAdvanceSearchKeys
...
Groups Advanced Search Keys
2021-10-13 10:32:26 -03:00
chris meyers
611a537b55
add missing create partition for scm backed inv
...
* This will resolve missing project update job events issue
2021-10-13 07:51:40 -04:00
chris meyers
64811d0b6b
fix python black lint requirements
2021-10-12 17:09:30 -04:00
Amol Gautam
f79a57c3e2
Changed Work Submission parameter for K8s work
2021-10-11 08:10:26 -07:00
kialam
d1800aa6d0
Merge pull request #11218 from kialam/revert-pf-upgrade
...
Roll back PF deps upgrade to re-enable select input typing.
2021-10-08 11:38:55 -07:00
Wambugu “Innocent” Kironji
dda940344e
Merge pull request #11209 from kialam/fix-job-list-refresh
...
Pass configurable qs to fetchJobsById function.
2021-10-08 13:18:53 -04:00
Kersom
1fffeb430c
Merge pull request #11216 from AlexSCorey/11214-DisableDefaultInstanceDelete
...
Disable default instance delete
2021-10-08 12:48:23 -04:00
Jeff Bradberry
15fd22681d
Revert removing the old isolated groups
...
In 4.1+ / AAP 2.1+, isolated groups should be converted into plain
instance groups, and it's desirable for the old ones to stick around
since they'll likely be tied to a bunch of job templates. We do not
want to make the users have to reconstruct those relationships.
2021-10-08 11:53:21 -04:00
Chris Meyers
6a2826b91c
Merge pull request #11088 from saito-hideki/issue/10879
...
Fixed Org mapping behavior with SAML when Ansible Galaxy cred does not exist
2021-10-08 10:48:11 -04:00
Jim Ladd
112111c7f9
Merge pull request #10904 from jladdjr/do_not_collect_artifact_data
...
do not collect artifact_data when gathering analytics
2021-10-07 22:46:00 -07:00
Alan Rominger
ed8498f43f
Change search location for job private data ( #11217 )
2021-10-07 20:33:57 -04:00
Kia Lam
77a5bb9069
Roll back PF deps upgrade to re-enable select input typing.
2021-10-07 15:36:14 -07:00
Alex Corey
37f86803f7
Disables name field for default and controlplan instance groups
2021-10-07 15:36:25 -04:00
Kia Lam
68f44c01ea
Rely on default qs value.
2021-10-07 09:52:33 -07:00
Alex Corey
bef8d7426f
Groups Advanced search keys, and removes Clear all filters text after advanced search
2021-10-07 10:08:06 -04:00
nixocio
c758f079cd
Upgrade a few ui dependencies
...
Upgrade axios, and ansi-to-html.
2021-10-06 22:14:59 -04:00
Kia Lam
4b7faea552
Remove comments and linter-disable.
2021-10-06 13:18:47 -07:00
Sarah Akus
4ddd391033
Merge pull request #11168 from AlexSCorey/11103-AllowJinjaOnSettings
...
Sufrace ALLOW_JINJA_IN_EXTRA_VARS on the job settings page
2021-10-06 15:59:28 -04:00
Alan Rominger
e52416fd47
Report single node clusters as non-ha ( #11212 )
...
* Report single node clusters as non-ha
* Move test file so we can make it use the database
* Update unit test to accomidate different node types
2021-10-06 10:50:18 -04:00
Alan Rominger
b70793db5c
Consolidate cleanup actions under new ansible-runner worker cleanup command ( #11160 )
...
* Primary development of integrating runner cleanup command
* Fixup image cleanup signals and their tests
* Use alphabetical sort to solve the cluster coordination problem
* Update test to new pattern
* Clarity edits to interface with ansible-runner cleanup method
* Another change corresponding to ansible-runner CLI updates
* Fix incomplete implementation of receptor remote cleanup
* Share receptor utils code between worker_info and cleanup
* Complete task logging from calling runner cleanup command
* Wrap up unit tests and some contract changes that fall out of those
* Fix bug in CLI construction
* Fix queryset filter bug
2021-10-05 16:32:03 -04:00
Kia Lam
0f044f6c21
Pass configurable qs to fetchJobsById function.
2021-10-05 13:04:37 -07:00
Amol Gautam
4c205dfde9
Merge pull request #11133 from amolgautam25/receptor_work_sign
...
AWX dev environment changes for receptor work signing feature
2021-10-05 14:57:58 -04:00
Tiago Góes
d58d460119
Merge pull request #11173 from mabashian/hub-to-controller
...
Adds support for pre-filling EE add form name, description, and image from query params
2021-10-05 15:57:31 -03:00
Amol Gautam
24a6edef9e
AWX dev environment changes for receptor work signing feature
...
-- Updated devel build to take most recent receptor binary
-- Added signWork parameter when sedning job to receptor
-- Modified docker-compose tasks to generate RSA key pair to use for work-signing
-- Modified docker-compose templates and jinja templates for implementing work-sign
-- Modified Firewall rules on the receptor jinja config
Add firewall rules to dev env
2021-10-05 11:41:34 -07:00
Kersom
a5485096ac
Merge pull request #11200 from nixocio/ui_update_unit_tests
...
Update unit-tests
2021-10-05 14:29:07 -04:00
Kersom
60a5ccf70b
Merge pull request #11201 from nixocio/ui_remove_console
...
Remove console.log
2021-10-05 14:28:42 -04:00
Marliana Lara
d93a7c2997
Reset form values when query params change
2021-10-05 13:10:33 -04:00
Alan Rominger
af5f8e8a4a
Always set project sync execution_node to current host ( #11204 )
2021-10-05 13:08:40 -04:00
nixocio
1596c855ff
Remove console.log
...
Remove console.log
2021-10-05 11:26:03 -04:00
nixocio
f45dd7a748
Update unit-tests
...
Update unit-tests mocked values, as attempt to mitigate CI failures.
2021-10-05 11:16:42 -04:00
Shane McDonald
a036363e85
Merge pull request #11195 from shanemcd/update-pip-and-setuptools
...
Update pip and setuptools
2021-10-04 18:50:51 -04:00
Shane McDonald
4aceea41fd
Update licensce test to work with newer pip
2021-10-04 17:41:48 -04:00
Tiago Góes
6826d5444b
Merge pull request #11183 from AlexSCorey/11170-fix
...
Fixes Instance Group tooltip
2021-10-04 15:35:03 -03:00