Keith Grant
8f05482f8f
fix workflow results layout when extra vars has long line
2019-04-09 13:48:25 -04:00
softwarefactory-project-zuul[bot]
ce65fdd26c
Merge pull request #3647 from ryanpetrello/cred-namespace-api
...
expose CredentialType.namespace in the API
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-09 11:50:01 +00:00
Ryan Petrello
aa0179690d
expose CredentialType.namespace in the API
...
see: https://github.com/ansible/awx/issues/3644
2019-04-08 19:02:10 -04:00
softwarefactory-project-zuul[bot]
67aeecdee5
Merge pull request #3637 from ryanpetrello/install-uuid
...
add a unique UUID for identifying an AWX installation
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-08 20:17:19 +00:00
softwarefactory-project-zuul[bot]
d14b71ccee
Merge pull request #3643 from AlanCoding/cloudforms_py3
...
Backport fix to run cloudforms script in py3
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-08 18:06:49 +00:00
AlanCoding
47a3ee7d76
backport fix to run cloudforms script in py3
2019-04-08 13:40:44 -04:00
softwarefactory-project-zuul[bot]
a2bfb0f65c
Merge pull request #3633 from AlanCoding/slice_of_one
...
Avoid slicing if the inventory only has 1 host
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-08 16:57:51 +00:00
softwarefactory-project-zuul[bot]
9125313ed3
Merge pull request #3640 from konkolorado/devel
...
Removes failing symlink to /usr/bin/python3 during the image build
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-08 14:30:49 +00:00
Uriel Mandujano
4821a94944
Removes failing symlink to /usr/bin/python3 during the image build
...
Installing the latest python36-setuptools automatically creates the symlink from python3 -> python3.6 and from python36 -> /usr/bin/python3.6. Building the images fails when the symlink is created explicitly in the AWX installer.
Signed-off-by: Uriel Mandujano <uriel.mandujano14@gmail.com>
2019-04-06 11:13:41 -05:00
Uriel Mandujano
97e030dd1f
Revert "Removes failing symlink to /usr/bin/python3 because that file already exists"
...
This reverts commit 13fadd38380c1e2b7f8f587f90a43e11987e78af.
2019-04-06 11:10:35 -05:00
Ryan Petrello
dfd4cb55e5
add a unique UUID for identifying an AWX installation
2019-04-05 20:10:55 -04:00
Uriel Mandujano
13fadd3838
Removes failing symlink to /usr/bin/python3 because that file already exists
2019-04-05 16:53:20 -05:00
AlanCoding
cca9de9a3e
set default slice ct for special cases
2019-04-05 16:12:40 -04:00
AlanCoding
880341ac05
avoid slicing if the inventory only has 1 host
2019-04-05 15:28:29 -04:00
softwarefactory-project-zuul[bot]
e9f2fddc7f
Merge pull request #3635 from ryanpetrello/i-am-so-smrt
...
fix a typo
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 18:57:16 +00:00
Ryan Petrello
a9a479a51b
fix a typo
2019-04-05 14:28:39 -04:00
softwarefactory-project-zuul[bot]
ddcb7d4881
Merge pull request #3634 from ryanpetrello/dashboard-confessionals
...
fix a small bug related to failed inventory counts in the dashboard API
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 18:24:39 +00:00
Ryan Petrello
cd90ad2497
fix a small bug related to failed inventory counts in the dashboard API
2019-04-05 14:02:19 -04:00
softwarefactory-project-zuul[bot]
e3dfc6c796
Merge pull request #3596 from jbradberry/capture-isolated-command
...
Updated IsolatedManager to take a callback that captures the remote command
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 17:15:11 +00:00
softwarefactory-project-zuul[bot]
1a151ad63a
Merge pull request #3587 from chrismeyersfsu/fix-pickup_insights_id_from_ansible_facts
...
pickup insights system_id from ansible facts
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 16:07:21 +00:00
softwarefactory-project-zuul[bot]
4095a6c9d4
Merge pull request #3632 from ryanpetrello/duplicate-playbook-stdout
...
don't write playbook stdout to sys.stdout (it's duplicated in log files)
Reviewed-by: awxbot
https://github.com/awxbot
2019-04-05 15:50:17 +00:00
softwarefactory-project-zuul[bot]
161fd9cde0
Merge pull request #3460 from vismay-golwala/project_admin_issue
...
Project admin manual SCM Type creation bug fix
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 15:43:49 +00:00
softwarefactory-project-zuul[bot]
dc77ddbc5b
Merge pull request #3617 from mabashian/jt-enter-toggle
...
Prevent on/off toggles from getting inadvertently trigged by enter key presses
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 15:31:02 +00:00
Ryan Petrello
81fe923577
don't write playbook stdout to sys.stdout (it's duplicated in log files)
...
this instructs runner to _not_ write to stdout when we invoke
runner.interface.run(); AWX consumes/ingests this strictly as events
2019-04-05 11:20:34 -04:00
softwarefactory-project-zuul[bot]
3521c56baf
Merge pull request #3608 from mabashian/host-filter-quotes
...
Prevents replacing encoded quotes while searching against host filter
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 15:14:29 +00:00
softwarefactory-project-zuul[bot]
dd609b8a7c
Merge pull request #3622 from wenottingham/roleing-roleing-roleing
...
Adjust descriptions of RBAC roles for clarity.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 15:09:42 +00:00
softwarefactory-project-zuul[bot]
ef1a5c09b6
Merge pull request #3510 from jbradberry/errors-on-change-password
...
Use Django's own logic to invalidate sessions of users when changing passwords
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 14:54:20 +00:00
softwarefactory-project-zuul[bot]
50c7807483
Merge pull request #3628 from marshmalien/fix-org-user-linkout
...
Fix Organization User badge linkout
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 14:37:53 +00:00
chris meyers
531d97d3b3
pickup insights system_id from ansible facts
...
* Continue to pick up facts from scan_insights.py
* This PR adds the ability to pickup facts from
/etc/ansible/facts.d/insights.facts
* Log what transport the insights system_id was found via
2019-04-05 10:35:56 -04:00
softwarefactory-project-zuul[bot]
d4c69429db
Merge pull request #3624 from ryanpetrello/iso-cleanup-path-changes
...
update periodic isolated cleanup to match the new paths post-runner
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-05 14:25:18 +00:00
Ryan Petrello
79d580d5b9
update periodic isolated cleanup to match the new paths post-runner
2019-04-05 09:43:27 -04:00
Marliana Lara
8302992a35
Fix Organization User badge linkout
2019-04-05 08:44:12 -04:00
softwarefactory-project-zuul[bot]
4f8b197b55
Merge pull request #3615 from ryanpetrello/platform-metrics
...
add some additional analytics metrics
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2019-04-05 00:50:04 +00:00
Ryan Petrello
5c5173956d
add some additional analytics metrics
2019-04-04 20:10:54 -04:00
softwarefactory-project-zuul[bot]
2423d9df44
Merge pull request #3626 from ryanpetrello/no_ln_py3
...
fix busted CI
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 23:15:42 +00:00
Ryan Petrello
ce2fc1a9dd
fix more py3 centos7 issues
2019-04-04 18:35:59 -04:00
Matthew Jones
fd3a423b07
The python 3.6 package seems to already make this symlink
2019-04-04 18:35:56 -04:00
Jeff Bradberry
c6643946c5
Capture the redacted credential env vars separately
...
and then make use of them specifically to make safe the env vars
coming back from an isolated node. This will allow us to capture the
safed versions of custom credential values, but without potentially
clobbering normal env var values that vary between the controller and
the node.
2019-04-04 15:22:27 -04:00
softwarefactory-project-zuul[bot]
6b422d3bb7
Merge pull request #3619 from ansible/headless
...
headless option added
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 18:46:32 +00:00
Jeff Bradberry
3f6d3506c6
Change the artifact file convention for isolated nodes to 'command'
...
since that's what landed in the ansible-runner PR.
2019-04-04 14:25:50 -04:00
Daniel Sami
ac11b3782b
headless profile
2019-04-04 14:17:53 -04:00
Bill Nottingham
cfdecd7297
Adjust descriptions of RBAC roles for clarity.
2019-04-04 14:08:30 -04:00
softwarefactory-project-zuul[bot]
5debfdf5e8
Merge pull request #3545 from chrismeyersfsu/fix-tower_header_on_insights_playbook_fetches
...
include tower header to insights on plan fetch
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 15:51:06 +00:00
softwarefactory-project-zuul[bot]
3f9fd3a3a8
Merge pull request #3618 from rooftopcellist/dashboard_sync_jobs
...
don't show implicit update jobs in dashboard
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 15:43:39 +00:00
Christian Adams
2493374d44
don't show implicit update jobs in dashboard
2019-04-04 11:04:27 -04:00
mabashian
7722f0ca08
Prevent on/off toggles from getting inadvertently trigged by enter key presses
2019-04-04 10:16:39 -04:00
softwarefactory-project-zuul[bot]
e3f10ebd65
Merge pull request #3501 from beeankha/timeout_upgrade
...
Upgrade Old Email Timeout Notifications
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 13:23:43 +00:00
softwarefactory-project-zuul[bot]
713b2c1bf2
Merge pull request #3603 from athenahealth/fix-some-docker-standalone-bits
...
Fix some docker standalone bits
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 13:11:44 +00:00
softwarefactory-project-zuul[bot]
00a9ae0e72
Merge pull request #3614 from AlexSCorey/2220-AdminBtnRBAC
...
Removes Add Organization Admin Button
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-04-04 13:03:43 +00:00
Alex Corey
6bcb471584
Removes Add Organization Admin Button
2019-04-04 08:13:40 -04:00