Hao Liu
3335afcd3a
Merge branch 'devel' into feature_constructed-inventory
2023-02-15 10:05:02 -05:00
Seth Foster
33c1968210
Merge pull request #13332 from fosterseth/update_clustering_md
...
Update clustering.md to be more current
2023-02-07 20:04:51 -05:00
Hao Liu
c72dca3ea5
Merge branch 'devel' into feature_constructed-inventory
2023-02-02 13:49:54 -05:00
Alan Rominger
1af955d28c
Merge pull request #13267 from philipsd6/feature/complex_extra_vars
...
Enable support for injecting complex extra vars
2023-02-02 10:13:49 -05:00
Hao Liu
de115ed1c8
Merge branch 'devel' into feature_constructed-inventory
2023-01-31 16:42:11 -05:00
tallyoh
89dae3865d
Update saml.md
...
According to latest documentation, role and value are now "one or more" fields. So they both need to be arrays. Entering the json data as you have in this article doesn't work. But when I added the brackets, it then worked.
Thank you
2023-01-30 15:26:54 -05:00
Alan Rominger
87918bd275
[constructed-inventory] Add constructed inventory docs and do minor field updates ( #13487 )
...
* Add constructed inventory docs and do minor field updates
Add verbosity field to the constructed views
automatically set update_on_launch for the auto-created constructed inventory source
2023-01-30 15:12:40 -05:00
Philip Douglass
128a130b84
Update documentation to include subkey injection
2023-01-17 19:03:32 -05:00
Seth Foster
1d87e6e04c
Update clustering.md to be more current
2022-12-14 22:36:29 -05:00
Seth Foster
da9b8135e8
Merge pull request #13315 from fosterseth/update_task_manager_md
...
update task manager docs after refactoring
2022-12-12 12:42:49 -05:00
Elijah DeLee
76cecf3f6b
update capacity docs to cover hybrid node case
...
this came up in conversation and I saw this was not in this doc as an example
2022-12-12 12:11:56 -05:00
Seth Foster
916b5642d2
Update task manager docs
...
- DependencyManager and WorkflowManager
- bulk reschedule
- global task manager timeout
- blocking logic
Co-authored-by: Elijah DeLee <kdelee@redhat.com>
Co-authored-by: John R Barker <john@johnrbarker.com>
2022-12-12 11:56:40 -05:00
Hao Liu
7aae7e8ed4
Delete network.feature doc ( #13107 )
...
not implemented and no longer needed
2022-12-02 12:16:53 -05:00
Elijah DeLee
fb37f22bf4
add docs about max_forks and max_concurrent_jobs
...
Add this to the capacity.md that also dicsusses details about
task_impact and forks and how that is used in the application.
2022-11-30 17:14:33 -05:00
Hao Liu
0db75fdbfd
move license directory out of docs
...
Signed-off-by: Hao Liu <haoli@redhat.com>
2022-11-04 11:43:41 -04:00
Rick Elrod
1db189c7ee
Add developer documentation for project signing work
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-10-11 15:45:40 -05:00
kurokobo
174121cdbe
docs: fix incorrect file extension in execution_nodes.md
...
Signed-off-by: kurokobo <2920259+kurokobo@users.noreply.github.com>
2022-10-06 03:29:07 +09:00
Rick Elrod
42109fb45a
[collection] Remove instance defaults from docs ( #12964 )
...
We don't specify defaults in the module (because it messes up Instance
updates because AWX things we are trying to change things to be the
default).
- Update the docs to remove the defaults that no longer exist
- Update tests to make them pass (oops)
- Fix tangentially related typo in Kind development docs
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-27 15:18:38 -05:00
Seth Foster
5b7a359c91
Add doc for adding execution node
2022-09-23 09:46:16 -04:00
Hao Liu
0b1891d82a
generate complete install bundle
...
```
➜ 34.213.5.206_install_bundle git:(instance-install-bundle-content) ✗ tree
.
├── install_receptor.yml
├── inventory.yml
├── receptor
│ ├── tls
│ │ ├── ca
│ │ │ └── receptor-ca.crt
│ │ ├── receptor.crt
│ │ └── receptor.key
│ └── work-public-key.pem
└── requirements.yml
```
Signed-off-by: Hao Liu <haoli@redhat.com>
2022-09-23 09:46:13 -04:00
Shane McDonald
9b034ad574
generate control node receptor.conf
...
when a new remote execution/hop node is added
regenerate the receptor.conf for all control node to
peer out to the new remote execution node
Signed-off-by: Hao Liu <haoli@redhat.com>
Co-Authored-By: Seth Foster <fosterseth@users.noreply.github.com>
Co-Authored-By: Shane McDonald <me@shanemcd.com>
2022-09-23 09:46:12 -04:00
Jake Jackson
484db004db
Update Kind Docs ( #12865 )
...
* update kind docs formatting and update some commands
* add tested on fedora update
2022-09-12 13:04:04 -04:00
Alan Rominger
15964dc395
Merge pull request #11745 from AlanCoding/cancel_rework_no_close
...
Close database connections while processing job output
2022-09-06 15:45:29 -04:00
Shane McDonald
1afa49f3ff
Merge pull request #12632 from TheRealHaoLiu/kind-k8s-devel
...
Add documentation for running development environment in kind
2022-09-02 12:12:01 -04:00
Alan Rominger
c59bbdecdb
Refactor canceling to work through messaging and signals, not database
...
If canceled attempted before, still allow attempting another cancel
in this case, attempt to send the sigterm signal again.
Keep clicking, you might help!
Replace other cancel_callbacks with sigterm watcher
adapt special inventory mechanism for this too
Get rid of the cancel_watcher method with exception in main thread
Handle academic case of sigterm race condition
Process cancelation as control signal
Fully connect cancel method and run_dispatcher to control
Never transition workflows directly to canceled, add logs
2022-09-01 15:20:31 -04:00
Shane McDonald
66529d0f70
Automate bootstrapping of Prometheus in the development environment
2022-08-29 09:39:44 -04:00
Jeremy White
9f3396d867
rebasing
2022-08-23 09:51:04 -05:00
Hao Liu
13fc845bcc
develop AWX on MacOS using K8S
...
Add instruction for AWX development on MacOS using Kind Cluster
Signed-off-by: Hao Liu <haoli@redhat.com>
2022-08-15 22:48:23 -04:00
Shane McDonald
fcebd188a6
Fix Kubernetes dev environment + update docs
2022-08-01 10:45:10 -04:00
Sarabraj Singh
cd2fae3471
buffed docs for AWX Release and canonical Triage responses
2022-07-14 14:13:18 -04:00
Alex Corey
8d4089c7f3
Bumps code mirror and adds license files
2022-07-08 15:09:54 -04:00
Seth Foster
d2013bd416
Merge pull request #12366 from fosterseth/remove_update_on_project_update
...
Remove deprecated field update_on_project_update
2022-06-28 13:15:57 -04:00
Seth Foster
0522233892
remove update_on_project_update from InventorySource
2022-06-24 15:27:08 -04:00
Alex Corey
6cc22786bc
Adds license files
2022-06-23 09:26:34 -04:00
John Westcott IV
31d8ddcf84
Updating release docs ( #12403 )
...
Adding standard subject line to triage_replies.md
Removing PR commit generated change log in favor of github auto-commit log
Updating some images
Adding AWX matrix chanel to IRC notifications
Adding references between operator and AWX releases
2022-06-22 12:36:54 -04:00
Alex Corey
f755d93a58
Merge pull request #12373 from AlexSCorey/updateJS-Yaml
...
Updates js-yaml to 4.x and updates files.
2022-06-22 11:25:52 -04:00
Sarah Akus
35a5f93182
Merge pull request #12323 from AlexSCorey/5857-t-SanitizeLoginHTML
...
Removes Sanatize html in favor of dom purify library
2022-06-16 09:59:21 -04:00
Alex Corey
bda335cb19
Updates js-yaml to 4.x and updates files.
2022-06-14 12:24:40 -04:00
Seth Foster
b7057fdc3e
Add docs for subsystem metrics
2022-06-13 11:49:56 -04:00
Alex Corey
3b6b449545
Removes unneeded license files
2022-06-08 10:04:25 -04:00
Alex Corey
781cf531e6
Removes Sanatize html in favor of dom purify library
2022-06-08 10:04:25 -04:00
John Westcott IV
ab9c97b158
Adding irc bullhorn to release process
2022-06-02 11:30:57 -04:00
John Westcott IV
78660ad0a2
Updated dependencies to reduce issues with dependabot and container scanning ( #12180 )
...
Modify updater.sh to remove the local path references.
2022-05-12 09:25:36 -04:00
John Westcott IV
adb2b0da89
Adding standard message for AWX release ( #12105 )
2022-05-03 09:24:48 -04:00
John Westcott IV
c67f50831b
Modifying schedules API to allow for rrulesets #5733 ( #12043 )
...
* Added schedule_rruleset lookup plugin for awx.awx
* Added DB migration for rrule size
* Updated schedule docs
* The schedule API endpoint will now return an array of errors on rule validation to try and inform the user of all errors instead of just the first
2022-04-28 15:38:20 -04:00
John Westcott IV
c43424ed09
Refactoring release_process docs and updating images ( #11981 )
2022-04-22 12:42:12 -04:00
Stefan Jakobs
b719e5771c
Update file path
2022-04-14 17:31:10 +02:00
Satoe Imaishi
309e58b6d7
Update cryptography to >=35 for openssl 3 support
2022-04-01 00:29:57 -04:00
Satoe Imaishi
823e4cb11a
Add license files for pkgconfig, setuptools-scm and tomli
2022-03-29 16:57:12 -04:00
Shane McDonald
e87c9d8811
Fix command in build_awx_image.md
2022-03-23 15:40:49 -04:00