chris meyers
648d9165ff
broadcast queues get a per-node stable queue name
...
* Using Kombu's default Broadcast() constructor requires only 1
parameter. That parameter defines the exchange name and the queue name
is randomly generated per-node.
* This caused problems if/when celery enters an infinite restart loop
because too many rabbit queues get created and rabbit OOM's
(gracefully).
* To remedy this we tell Broadcast the queue name to use, which is
derived from some constant + the node name so that the per-node queue
name is stable.
2018-05-01 13:09:10 -04:00
Ryan Petrello
a009d21edc
Merge pull request #1592 from ryanpetrello/release_3.3.0
...
3.2.4 -> 3.3.0
2018-04-26 11:34:16 -04:00
Ryan Petrello
1eb5e98743
Merge branch 'release_3.2.4' into release_3.3.0
2018-04-26 11:10:28 -04:00
Alan Rominger
074302b573
Merge pull request #1588 from AlanCoding/notification_update_fields
...
Avoid unrelated errors saving notification
2018-04-26 10:19:40 -04:00
Alan Rominger
144e89f0a9
Merge pull request #1587 from AlanCoding/workflow_job_log
...
Add corresponding log for WorkflowJob submission
2018-04-26 09:50:05 -04:00
AlanCoding
52d8d851fe
avoid unrelated errors saving notification
2018-04-26 09:36:43 -04:00
AlanCoding
84d9273012
add corresponding log for WorkflowJob submission
2018-04-26 09:30:19 -04:00
Matthew Jones
ccada295ee
Merge pull request #1586 from ansible/fix_missing_instance_group
...
Fix an issue where missing instance group would cause an error
2018-04-26 09:21:37 -04:00
Matthew Jones
2f3d7b17f6
Fix an issue where missing instance group would cause an error
...
We'll now default to queue submission to the basic management queue
2018-04-26 09:11:08 -04:00
Jake McDermott
0046b25fa0
Merge pull request #1578 from jakemcdermott/fix-jobz-expanded-host-event
...
ensure host modal can be visible when details panel is collapsed
2018-04-26 00:31:43 -04:00
Jake McDermott
8fa224f846
ensure host modal can be visible when details panel is collapsed
2018-04-26 00:03:53 -04:00
Jake McDermott
9809ddb84c
Merge pull request #1575 from mabashian/1522-expand-results
...
Implemented expand/collapse job results
2018-04-25 17:56:53 -04:00
Michael Abashian
8f6bb15acf
Merge pull request #1564 from mabashian/1444-prompt-socket-v2
...
Hold off on refreshing lists when launch prompt modal is open
2018-04-25 17:00:02 -04:00
mabashian
fe7a0a63b9
Implemented expand/collapse job results
2018-04-25 16:56:11 -04:00
Ryan Petrello
6e3c35dba8
Merge pull request #1574 from ryanpetrello/select-poll
...
use select.poll() instead of select.select() for file descriptors
2018-04-25 16:49:41 -04:00
Ryan Petrello
f0d3713e99
use select.poll() instead of select.select() for file descriptors
...
see: https://github.com/ansible/tower/issues/861
see: https://github.com/pexpect/pexpect/pull/474
2018-04-25 16:29:55 -04:00
Christian Adams
5d82ee5a27
Merge pull request #1572 from rooftopcellist/radius_auth_fix
...
Radius auth fix
2018-04-25 16:17:31 -04:00
Ryan Petrello
69b10feecd
Merge pull request #1571 from ryanpetrello/remove-old-fact-cleanup
...
remove the legacy fact cleanup system template
2018-04-25 16:14:38 -04:00
Bill Nottingham
523613c64c
Merge pull request #1554 from wenottingham/(don't)-use-the-force-rey
...
Only force role updates when we actually check out a new version.
2018-04-25 15:11:26 -04:00
adamscmRH
90308066af
update radius backend for dr1.3.3
2018-04-25 15:04:46 -04:00
Ryan Petrello
0bc5665e92
remove the legacy fact cleanup system template
...
see: https://github.com/ansible/tower/issues/1021
2018-04-25 14:20:19 -04:00
Wayne Witzel III
9319bbce8d
Merge pull request #1565 from wwitzel3/fix-703
...
Allow real null to be searched in host_filter
2018-04-25 13:47:29 -04:00
Bill Nottingham
b3ca7acb41
Only pass --force if we have an scm_result (i.e., we ran an actual checkout/revision change.)
2018-04-25 13:46:46 -04:00
Marliana Lara
7f87cd9c47
Merge pull request #1570 from marshmalien/fix/1550-ig-readonly-org-admins
...
[UI] Org Admin permissions for Instance Groups
2018-04-25 13:41:40 -04:00
Michael Abashian
cb1f25393a
Merge pull request #1543 from mabashian/1447-prompt-strings
...
Mark prompt strings for translation
2018-04-25 13:02:01 -04:00
Marliana Lara
9192829de2
[UI] Org Admin permissions for Instance Groups
2018-04-25 12:54:08 -04:00
Wayne Witzel III
14b0298217
Merge pull request #1566 from wwitzel3/make-awx-link
...
Add awx-link make target
2018-04-25 12:39:25 -04:00
mabashian
ac4697e93b
Fixed bug displaying default cred with password when creating a schedule
2018-04-25 12:01:10 -04:00
Wayne Witzel III
7151071779
Add awx-link make target
2018-04-25 11:55:57 -04:00
mabashian
cf38faa899
Use string interpolation rather than passing action text in via a var
2018-04-25 11:51:27 -04:00
mabashian
82f2783c97
Mark prompt strings for translation
2018-04-25 11:51:27 -04:00
Wayne Witzel III
404b476576
Allow real null to be searched in host_filter
2018-04-25 11:46:21 -04:00
Jared Tabor
e5a1049edf
Merge pull request #1402 from jaredevantabor/vars-component
...
Adds atCodeMirror directive
2018-04-25 08:43:12 -07:00
Michael Abashian
33a080d9dc
Merge pull request #1525 from mabashian/schedule-extra-vars-fixes
...
Populate JT schedule add with default extra vars when promptable.
2018-04-25 11:40:24 -04:00
Michael Abashian
91ab129d9c
Merge pull request #1395 from mabashian/1134-schedule-cred-password
...
Prevent credentials with passwords in schedule/workflow node prompts
2018-04-25 11:40:00 -04:00
Michael Abashian
b14a7eda35
Merge pull request #1499 from mabashian/1458-vault-pass-prompt
...
Fixed bug where vault password prompt was not being hidden after removing default cred
2018-04-25 11:20:49 -04:00
mabashian
d44d28beba
Populate JT schedule add with default extra vars when promptable. Hide schedule vars for everything except JT's with promptable extra vars
2018-04-25 11:19:43 -04:00
mabashian
eaa2227890
Replace styles with classes and move string to strings file
2018-04-25 11:08:08 -04:00
mabashian
895ad70a12
Prevent users from attempting to create a template schedule or workflow node with credentials that require passwords
2018-04-25 11:08:08 -04:00
Michael Abashian
d5c2af0492
Merge pull request #1528 from mabashian/1489-wfjt-schedule-prompt
...
Adds prompting to workflow schedules when a survey is present on the wfjt
2018-04-25 11:00:34 -04:00
Michael Abashian
e62a8797ae
Merge branch 'release_3.3.0' into 1458-vault-pass-prompt
2018-04-25 10:59:57 -04:00
Alan Rominger
4919198c1d
Merge pull request #1561 from AlanCoding/event_missing_stuff
...
Add handling for missing related items of events
2018-04-25 10:51:31 -04:00
mabashian
ea80fb8497
Hold off on refreshing lists when ws-jobs events come in and the launch modal is open to prevent the modal from getting wiped
2018-04-25 10:51:13 -04:00
Alan Rominger
c966492222
Merge pull request #1340 from AlanCoding/more_ig_validation
...
More Instance Group validation
2018-04-25 10:40:52 -04:00
Chris Meyers
1bf3624db7
Merge pull request #1548 from chrismeyersfsu/fix-very_round_up_instance_policy_percentage
...
ensure instance policy percentages round up
2018-04-25 10:37:10 -04:00
AlanCoding
b7f280588c
add handling for missing related items of events
2018-04-25 10:33:43 -04:00
chris meyers
14c6265b27
ensure instance policy percentages round up
2018-04-25 10:11:40 -04:00
AlanCoding
c691d16b11
validate instance group host list
2018-04-25 09:45:30 -04:00
Matthew Jones
c6e76ec6c7
Merge pull request #1557 from ansible/instance_group_rebuild_on_save
...
Update group cluster policies on save, not just created
2018-04-25 08:57:47 -04:00
Matthew Jones
4442e7de25
Merge pull request #1555 from ansible/no_instancegroup_for_workflowjob
...
Remove Instance Group concept/usage from WorkflowJobs
2018-04-25 08:30:40 -04:00