Jeff Bradberry
c1133b3f6d
Add in more model changes around execution environments
...
- a new unique name field to EE
- a new configure-Tower-in-Tower setting DEFAULT_EXECUTION_ENVIRONMENT
- an Org-level execution_environment_admin_role
- a default_environment field on Project
- a new Container Registry credential type
- order EEs by reverse of the created timestamp
- a method to resolve which EE to use on jobs
2021-03-03 18:52:54 -05:00
Alan Rominger
7a433f4e8f
Change the shebang back to just python
2021-03-03 18:52:54 -05:00
Alan Rominger
b716e2b099
Make insights integration tests pass again
2021-03-03 18:52:54 -05:00
Alan Rominger
69dcbe0865
More inventory update containerization fixes
2021-03-03 18:52:54 -05:00
Shane McDonald
14a8e3da5e
WIP: containerized inventory updates. Thanks ALAN!!
2021-03-03 18:52:54 -05:00
Shane McDonald
6ff1424e8c
Fix tests after rebasing in inventory update refactor
2021-03-03 18:52:54 -05:00
nixocio
9786dc08d3
Add organization as part of creating/editing an execution environments
...
Add organization as part of creating/editing an execution environments
If one is a `system admin` the Organization is an optional field. Not
providing an Organization makes the execution environment globally
available.
If one is a `org admin` the Organization is a required field.
See: https://github.com/ansible/awx/issues/7887
2021-03-03 18:52:54 -05:00
Shane McDonald
ecaa66c13b
Fix linter
2021-03-03 18:52:54 -05:00
Shane McDonald
1f4a45a698
Remove "pull" field from EE mixin
...
I think this should go on the EE definition itself
2021-03-03 18:52:54 -05:00
Shane McDonald
966bb6fc74
Back to green
2021-03-03 18:52:54 -05:00
Alan Rominger
7c6975baec
Collections volume permission fix, and container group fix
...
Use same image for both types of container isolation
Inventory move fix related to container groups
2021-03-03 18:52:54 -05:00
Kersom
6e6cd51b4d
Update usage of summary_fields for execution environments ( #8217 )
...
Update usage of summary_fields for execution environments. Also, update
unit-tests to cover this change.
See: https://github.com/ansible/awx/issues/8216
2021-03-03 18:52:54 -05:00
Jeff Bradberry
3d233faed8
Expose the user capabilities dict for EEs ( #8208 )
2021-03-03 18:52:54 -05:00
Kersom
54d0f173dc
Add details page for Execution Environments ( #8172 )
...
* Add feature to Add/Edit Execution Environments
Add feature to Add/Edit Execution Environments.
Also, add key for `ExecutionEnvironmentsList`.
See: https://github.com/ansible/awx/issues/7887
* Add details page for execution environments
Add details page for execution environments
See: https://github.com/ansible/awx/issues/8171
2021-03-03 18:52:54 -05:00
Kersom
684b9bd47a
Add feature to Add/Edit Execution Environments ( #8165 )
...
* Add feature to Add/Edit Execution Environments
Add feature to Add/Edit Execution Environments.
Also, add key for `ExecutionEnvironmentsList`.
See: https://github.com/ansible/awx/issues/7887
* Update registry credential label
2021-03-03 18:52:54 -05:00
Kersom
b7209d1694
Add list Execution Environments ( #8148 )
...
See: https://github.com/ansible/awx/issues/7886
2021-03-03 18:52:54 -05:00
Alan Rominger
9d806ddb82
Initial minimal hooking up of JT EEs to jobs
2021-03-03 18:52:54 -05:00
Alan Rominger
332c802317
Deal with missing HOME env var
2021-03-03 18:52:54 -05:00
Alan Rominger
9660e27246
Fix project folder deletion
...
Fix another absolute path reference in containers
2021-03-03 18:52:54 -05:00
Alan Rominger
64f45da4d2
Fix pathing issue for credential file references
2021-03-03 18:52:54 -05:00
Alan Rominger
73418e41f3
Fix pathing issue with custom credentials
...
also fix some minor flake8 issues
2021-03-03 18:52:54 -05:00
Alan Rominger
6e2010ca40
Respect user proot show paths when using containers
2021-03-03 18:52:54 -05:00
Alan Rominger
50433789ae
Purge environment variables to work with ansible-runner changes
...
Remove inventory scripts show because they no longer exist
Remove reference to non-existent callback directory
Remove more references to removed paths
2021-03-03 18:52:54 -05:00
Alan Rominger
a3f0158a94
Add Z to volume mount
...
Update to AWX execution environment
use the special 2.9 container image
revert setting back for merge
Fix another permission error by mapping 2 folders
also create folders before running
2021-03-03 18:52:54 -05:00
Alan Rominger
130bf076f4
Add Z to volume mount
...
Set ansible-runner back to main fork due to merge
2021-03-03 18:52:54 -05:00
Shane McDonald
06d7a61ca1
Initial EE integration
2021-03-03 18:52:54 -05:00
Kersom
297fecba3a
Add execution environments files ( #7909 )
...
Update navigation bar and routing system to add execution environments.
Also, add stub files for the remaining related work.
See: https://github.com/ansible/awx/issues/7885
Also: https://github.com/ansible/awx/issues/7884
2021-03-03 18:52:54 -05:00
Jeff Bradberry
45a0084f78
Add a sublist api view for the UJTs that use a given execution environment
2021-03-03 18:52:54 -05:00
Jeff Bradberry
f9741b619c
Make changes to support capture by the activity stream
...
Including exposing a new API view for a particular EE's activity
stream objects.
2021-03-03 18:52:54 -05:00
Jeff Bradberry
5ec7378135
Add a new Swagger topic
2021-03-03 18:52:54 -05:00
Jeff Bradberry
cc429f9741
Expose an API view for all of the execution environments under an org
2021-03-03 18:52:54 -05:00
Jeff Bradberry
cb766c6a95
Add execution_environment and pull to the fields for UJs and UJTs
2021-03-03 18:52:54 -05:00
Jeff Bradberry
3c637cd54c
Change OrganizationSerializer to show and set default_environment
2021-03-03 18:52:53 -05:00
Jeff Bradberry
61cbd34586
Add in the basic list and detail api views
2021-03-03 18:52:53 -05:00
Jeff Bradberry
9697999ddd
Create the RBAC access class for execution environments
2021-03-03 18:52:53 -05:00
Jeff Bradberry
41613ff544
Add a new ExecutionEnvironment model
2021-03-03 18:52:53 -05:00
nixocio
899a5fca0b
Revert change on WorkflowJobTemplateAdd
...
Revert removal of `await` on WorkflowJobTemplateAdd
See: https://github.com/ansible/awx/pull/9459
2021-03-03 10:05:42 -05:00
softwarefactory-project-zuul[bot]
3903e88a47
Merge pull request #8992 from saito-hideki/awx/issue/8839
...
Add inventory source and project links to details view of Jobs list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-03 02:09:06 +00:00
softwarefactory-project-zuul[bot]
11b8ca1ef9
Merge pull request #9443 from rooftopcellist/update_translations_targets
...
Update translations targets
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-02 23:52:56 +00:00
Christian M. Adams
6b8267d2b8
add extract-template to pot target
2021-03-02 14:45:34 -05:00
nixocio
5969d9e3e2
Fix minor UI issues
...
Fix minor UI issues
* fix typo
* add string to be translated
* remove not necessary `await`
2021-03-02 14:13:56 -05:00
Christian M. Adams
53d0611cf8
Update translation make targets and add init PO files
2021-03-02 09:51:04 -05:00
softwarefactory-project-zuul[bot]
d1c49d45bf
Merge pull request #9047 from AlexSCorey/8923-JTPOLPagination
...
Fixes pagination issue on modal
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-01 20:04:12 +00:00
softwarefactory-project-zuul[bot]
4cdec9c297
Merge pull request #9417 from mabashian/typeahead-select-ouia
...
Adds ouia id's to typeahead select components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-27 19:52:07 +00:00
softwarefactory-project-zuul[bot]
4baada37d8
Merge pull request #9037 from dejongm/devel
...
Update defaults.py RH Satellite settings to use new Foreman plugin variables.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-25 16:34:31 +00:00
mabashian
cb3f7b9ef5
Remove duplicate ouia id
2021-02-25 11:15:56 -05:00
mabashian
1c7fbc2806
Adds ouia id's to typeahead select components
2021-02-25 11:15:10 -05:00
softwarefactory-project-zuul[bot]
060578b30b
Merge pull request #9196 from keithjgrant/6189-admin-list-tables
...
Convert admin pages lists to tables
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-25 13:40:50 +00:00
Jake McDermott
218b97883d
Fix schedule loading flicker
2021-02-24 12:20:37 -05:00
Jake McDermott
d337948bd6
Use system job type as identifier
2021-02-24 12:20:30 -05:00