Commit Graph

4309 Commits

Author SHA1 Message Date
Chris Meyers
51855f1b82 Merge pull request #226 from chrismeyersfsu/fix-7399
reap waiting processes if crash
2017-08-09 14:44:37 -04:00
Chris Meyers
c3f24d878d reap waiting processes if crash 2017-08-09 14:01:33 -04:00
Alan Rominger
6092d65069 Merge pull request #224 from AlanCoding/multi_judgement_race
log specific errors for problems managing lost instance
2017-08-09 10:11:22 -04:00
AlanCoding
93aed04389 log specific errors for problems managing lost instance 2017-08-08 14:48:21 -04:00
AlanCoding
ca807f9c69 show executable python files in inventory list 2017-08-08 14:12:02 -04:00
AlanCoding
5f4d033836 change test to match with recent error message change 2017-08-08 13:57:51 -04:00
Aaron Tan
bf67477404 Merge pull request #204 from jangsutsr/make_up_missing_migrations
Make up missing migrations
2017-08-08 12:23:12 -04:00
Alan Rominger
3ef63daf2b Merge pull request #221 from AlanCoding/names_names_32
use standard type string algorithm in scheduler
2017-08-08 11:18:01 -04:00
Ryan Petrello
6dedcb60be Merge pull request #205 from ryanpetrello/remove-pycrypto
replace PyCrypto usage w/ crytography; ansible no longer bundles it
2017-08-08 10:51:07 -04:00
Chris Meyers
4e2f075fa6 better scm inv restriction error message 2017-08-08 10:42:38 -04:00
AlanCoding
59249d013b use standard type string algorithm in scheduler 2017-08-08 10:40:10 -04:00
Aaron Tan
d8ebaa2851 Make up missing migrations 2017-08-08 10:35:19 -04:00
Alan Rominger
e13cd823aa Merge pull request #206 from AlanCoding/new_names2
Change awx-manage command names (try #2)
2017-08-08 09:26:59 -04:00
Alan Rominger
8e22c7e668 Merge pull request #168 from AlanCoding/silence_computed_fields
silence benign errors from inventory computed fields task
2017-08-08 09:24:30 -04:00
Alan Rominger
c009173722 Merge pull request #189 from AlanCoding/no_proj_update
manually update SCM inv src on bulk update
2017-08-08 09:18:12 -04:00
Alan Rominger
40c01d9ba7 Merge pull request #190 from AlanCoding/no_inv_src_ig
do not use inventory source instance groups
2017-08-08 09:14:15 -04:00
Alan Rominger
9f63624292 Merge pull request #192 from AlanCoding/alan_bug
fix logger bug introduced in task except
2017-08-08 09:12:53 -04:00
Ryan Petrello
7b3846e62d Merge pull request #216 from ryanpetrello/fix-7398
return proper stdout size for DB-backed stdout (like system jobs)
2017-08-08 09:09:43 -04:00
Ryan Petrello
61aa7c1ad7 return proper stdout size for DB-backed stdout (like system jobs)
see: https://github.com/ansible/ansible-tower/issues/7398
2017-08-07 17:08:25 -04:00
AlanCoding
d41d9a957e stubs and docs for management cmd renames 2017-08-07 15:27:23 -04:00
AlanCoding
79e2b995d2 initial git mv for management command renaming 2017-08-07 15:23:26 -04:00
Alan Rominger
795a470603 Merge pull request #209 from AlanCoding/non_atomic
do not use transaction.atomic where locks are also used
2017-08-07 14:45:11 -04:00
AlanCoding
3cb986b2b0 do not use transaction.atomic where locks are also used 2017-08-07 14:29:44 -04:00
Alan Rominger
fe66d161b2 Merge pull request #140 from AlanCoding/poly_why
hack to work around Django-polymorphic prefetch_related bug
2017-08-07 14:24:17 -04:00
Ryan Petrello
4bc5858ab4 replace PyCrypto usage w/ crytography; ansible no longer bundles it
see: https://github.com/ansible/ansible-tower/issues/7395
2017-08-07 12:19:51 -04:00
Aaron Tan
1e77f909a5 Force providing TACACSPLUS_SECRET when TACACSPLUS_HOST is set 2017-08-07 12:12:05 -04:00
Chris Meyers
8574c6ef4a Merge pull request #180 from chrismeyersfsu/fix-7383
fix single update_on_project_update per-inventory
2017-08-07 10:57:01 -04:00
Chris Meyers
95c12ac1ab enforce muutally exclusivity on update_on_project_update and update_on_launch for scm inventory 2017-08-07 10:50:36 -04:00
Alan Rominger
1487a68aca Merge pull request #188 from AlanCoding/can_RBAC
remove can_update from RBAC checks
2017-08-04 14:45:50 -04:00
Aaron Tan
53d1efe30a Merge pull request #191 from jangsutsr/7387_prevent_passing_all_to_gce_zone
Prevent passing "all" to GCE_ZONE
2017-08-04 14:41:17 -04:00
Aaron Tan
148af54af7 Prevent passing "all" to GCE_ZONE 2017-08-04 14:30:37 -04:00
AlanCoding
e28e74b466 fix logger bug introduced in task except 2017-08-04 13:22:16 -04:00
AlanCoding
aca1efa552 do not use inventory source instance groups 2017-08-04 13:11:59 -04:00
AlanCoding
300b392d5a manually update SCM inv src on bulk update 2017-08-04 12:43:24 -04:00
AlanCoding
dfda406090 remove can_update from RBAC checks 2017-08-04 12:39:05 -04:00
Aaron Tan
4fd637a06b Merge pull request #184 from jangsutsr/7382_move_inv_delete_activity_stream_into_view
Move inventory delete activity stream into view
2017-08-04 12:22:38 -04:00
Ryan Petrello
59d52df6d9 Merge pull request #187 from ryanpetrello/delete_readonly_settings
don't delete settings that are marked as `read_only`
2017-08-04 10:57:26 -04:00
Aaron Tan
bba1e46218 Move inventory delete activity stream into view 2017-08-04 10:37:34 -04:00
Ryan Petrello
b4d69cb5c7 don't delete settings that are marked as read_only 2017-08-04 10:06:35 -04:00
Chris Meyers
4b830e1176 fix fact cache timeout env var key name 2017-08-04 09:39:18 -04:00
Ryan Petrello
144e61c874 Merge pull request #182 from ryanpetrello/fix-7375
add a configurable for disabling the auto-generated isolated RSA key
2017-08-04 09:19:35 -04:00
Chris Meyers
3c89aeaba4 fix single update_on_project_update per-inventory 2017-08-03 18:54:05 -04:00
Ryan Petrello
7db9b48e9c add a configurable for disabling the auto-generated isolated RSA key
some users won't want to utilize the RSA key we auto-generate for
isolated node SSH access, but will instead want to manage SSH
authentication by hand outside of Tower

see: https://github.com/ansible/ansible-tower/issues/7380
2017-08-03 17:16:28 -04:00
Chris Meyers
729d86c485 standardize on 502 for insights errors 2017-08-03 16:12:09 -04:00
Alan Rominger
a87f6bfe62 Merge pull request #174 from AlanCoding/task_callback_logs
Improve logging for errors in job success/fail hooks
2017-08-03 12:17:29 -04:00
AlanCoding
1eddd29098 Improve logging for errors in job success/fail hooks
This sets the instance=None and continues with dependent
subtask processing in handle_work_error, whereas execution had
been getting halted by a DNE error.
2017-08-03 11:37:59 -04:00
Aaron Tan
c1c5b01a07 Merge pull request #172 from jangsutsr/7375_make_isolated_conn_keys_readonly
Make isolated connection keys read-only
2017-08-03 10:55:11 -04:00
Alan Rominger
d9fa600182 Merge pull request #169 from AlanCoding/isolated_verbose
provide the job id in isolated management logs
2017-08-03 10:46:39 -04:00
Aaron Tan
e03ab95701 Make isolated connection keys read-only 2017-08-03 10:32:28 -04:00
AlanCoding
5d254d781a provide the job id in isolated management logs 2017-08-03 10:29:48 -04:00