Alan Rominger
ee4792dbf8
Add an option to create a cluster with control-only nodes ( #10946 )
2021-08-26 13:37:13 -04:00
Alan Rominger
3b1e40d227
Use the ansible-runner worker --worker-info to perform execution node capacity checks ( #10825 )
...
* Introduce utilities for --worker-info health check integration
* Handle case where ansible-runner is not installed
* Add ttl parameter for health check
* Reformulate return data structure and add lots of error cases
* Move up the cleanup tasks, close sockets
* Integrate new --worker-info into the execution node capacity check
* Undo the raw value override from the PoC
* Additional refinement to execution node check frequency
* Put in more complete network diagram
* Followup on comment to remove modified from from health check responsibilities
2021-08-24 08:41:35 -04:00
Alan Rominger
5d4ab13386
Add topology of docker-compose to docs, remove old mount ( #10773 )
2021-08-24 08:41:34 -04:00
Alan Rominger
289beb85d2
Add developer docs for incoming receptor mesh features ( #10747 )
...
* Add developer docs for incoming receptor mesh features
* Additional wording about the receptor mesh process
* Wrap up docs feedback changes and polishing
* Add in way more terminology introductions, delete statement about past
* Fix typo around OCP-incluster type
2021-08-24 08:41:34 -04:00
Alex Corey
3dec379052
adds missing license text files
2021-07-26 14:21:23 -04:00
Alex Corey
56fb5479e2
removes unuse license text files
2021-07-26 14:21:19 -04:00
Shane McDonald
6a7aa77033
Merge pull request #10484 from ansible/chrismeyersfsu-patch-1
...
only get active long running queries
2021-07-22 15:58:10 -04:00
endlesstrax
e6ed7f95f1
Added licences fro dataclasses and python-tss-sdk
2021-07-21 22:03:30 -04:00
gabyf
c0e9ffd65a
Update container_groups.md
2021-07-15 14:21:48 +02:00
gabyf
c511597c0f
Update kubernetes pod doc url
2021-07-15 14:17:28 +02:00
Shane McDonald
0f25720634
Update minikube docs
2021-06-28 10:51:02 -04:00
Christian M. Adams
06b04007a0
Rename managed_by_tower to managed
2021-06-22 10:49:36 -04:00
Seth Foster
75a27c38c2
Add a periodic task to reap unreleased receptor work units
...
- Add work_unit_id field to UnifiedJob
2021-06-22 10:49:31 -04:00
Chris Meyers
5975082954
only get active long running queries
...
Getting all connections that have been alive > 5 minutes is noisy. Instead, we want only queries that are active and have been alive for more than 5 minutes. This will filter out any idle connections.
2021-06-21 09:57:29 -04:00
Alan Rominger
0b6208047c
Correct the function of the -q option for migration helper commands
2021-06-16 16:26:38 -04:00
Alan Rominger
f14129de9b
Further copy editing of EE docs
2021-06-16 16:18:21 -04:00
Alan Rominger
52d6f36b7c
Incorporate review comments about EE docs
2021-06-16 14:24:48 -04:00
Alan Rominger
4478052b71
Update and expand docs/ folder for EEs
2021-06-16 11:23:59 -04:00
Adam Migus
bfd1abd79c
Add license for python-dsv-sdk to docs/licenses
2021-06-11 23:49:44 -04:00
Chris Meyers
9946959599
clarify reference to code to be pasted
2021-06-04 12:10:10 -04:00
beeankha
f2f2483708
Doc edits
2021-06-04 11:01:06 -04:00
Chris Meyers
ae5b11a2a9
add docs on debugging job event perf
2021-06-04 09:12:23 -04:00
Christian M. Adams
fe02c0b157
Fix error msg wording and sdb docs
2021-06-03 14:24:18 -04:00
Bill Nottingham
6d052fdab4
UI licenses
2021-05-21 16:25:55 -04:00
Bill Nottingham
51538b7688
Restore UI license checker removed as part of removing old UI
...
Remove no longer needed license files.
2021-05-21 00:37:11 -04:00
Alan Rominger
7ec0464072
minikube instructions adjustments from debugging
2021-05-10 11:30:14 -04:00
Bill Nottingham
c8cf28f266
Assorted renaming and string changes
2021-04-30 14:32:05 -04:00
softwarefactory-project-zuul[bot]
6bea5dd294
Merge pull request #9957 from jbradberry/isolated-removal
...
Isolated removal
SUMMARY
Removal of the isolated nodes feature.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
API
AWX VERSION
Reviewed-by: Alan Rominger <arominge@redhat.com>
Reviewed-by: Jeff Bradberry <None>
Reviewed-by: Elyézer Rezende <None>
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
2021-04-29 19:15:43 +00:00
Alan Rominger
ee68dd00aa
Remove inventory-related docs which are outdated or wrong
2021-04-28 14:00:05 -04:00
Christian M. Adams
191a25cccc
Add docs for building and using custom awx image
2021-04-26 15:50:57 -04:00
Jeff Bradberry
65cee65fad
Update the docs to remove references to isolated nodes
2021-04-22 10:20:11 -04:00
Shane McDonald
21c493724c
Remove resource profiling feature
2021-04-21 17:47:45 -04:00
Chris Meyers
54a1712767
add slow query tracing to docs
...
Add information on how to trace slow queries back to awx nodes.
2021-04-21 09:02:24 -04:00
Ryan Petrello
f137ff7d43
update django-cors-headers and switch to inclusive settings name
...
see: https://github.com/ansible/awx/issues/9177
2021-04-12 15:14:27 -04:00
beeankha
7c13d749b1
Change 'ansible-tower-service' to 'automation-controller-service'
2021-04-12 10:56:55 -04:00
Yanis Guenane
1a8a137e9c
Add wheel in venv creation
...
The generated based venv from `python3.8 -m venv` vs. `virtualenv -p
python38` is different. This changes aims to address the differences.
It was introduced as part of the Python 3.8 migration.
https://github.com/ansible/awx/pull/8778
2021-04-01 17:20:41 +02:00
Shane McDonald
c39a4051d7
Use receptorctl from pypi
2021-03-31 15:10:25 -04:00
Shane McDonald
f8a698d127
Update minikube.md
2021-03-25 15:21:01 -04:00
softwarefactory-project-zuul[bot]
ecc839169a
Merge pull request #9670 from ryanpetrello/burst-your-bubble
...
remove unnecessary references to bwrap, bubblewrap, and proot
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Ryan Petrello <None>
Reviewed-by: Bill Nottingham <None>
Reviewed-by: Shane McDonald <me@shanemcd.com>
2021-03-25 13:55:22 +00:00
Ryan Petrello
4773c54bf2
build requirements with python3.8
2021-03-24 21:47:55 -04:00
Ryan Petrello
5d210a1063
remove unnecessary references to bwrap, bubblewrap, and proot
2021-03-24 21:20:08 -04:00
Yanis Guenane
5544e84f79
Add missing license for distro
2021-03-24 22:10:53 +01:00
Ryan Petrello
588cb1e403
fix some requirements updater breakage
...
- remove requirements_ansible logic from the update script
- removed the need for py2-specific system dependencies
- update to the latest pip-tools and move to the new long format
(https://github.com/jazzband/pip-tools/pull/1237 )
- fixed a few busted references to receptorctl @ devel
2021-03-11 11:54:01 -05:00
Jeff Bradberry
0ca8fd7752
Update the debugging docs
2021-03-09 14:42:10 -05:00
softwarefactory-project-zuul[bot]
c9ec0d31f1
Merge pull request #9498 from ryanpetrello/bye-bye-virtualenv
...
remove custom_virtualenv support from the AWX collection and docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-06 14:12:32 +00:00
Ryan Petrello
4c60999161
remove custom_virtualenv support from the AWX collection and docs
2021-03-05 15:38:46 -05:00
Bill Nottingham
0505e38071
Remove ansible venvs & collection infrastructure.
2021-03-04 13:06:06 -05:00
Shane McDonald
f554f45288
Add license for receptor
2021-03-03 18:52:54 -05:00
sean-m-sullivan
ce21dec0d0
update
2021-02-23 11:50:29 -06:00
Ryan Petrello
3cc3cf1f80
add a per-request GUID and log as it travels through background services
...
see: https://github.com/ansible/awx/issues/9329
2021-02-17 12:54:13 -05:00