Shane McDonald
aab58f5ae7
Dont require credential for Container Groups
...
Might want to follow up and make this only apply to Tower on Kubernetes
2021-03-03 18:56:07 -05:00
Shane McDonald
29ff69a774
For container group pods, use namespace Tower is deployed into by default
2021-03-03 18:56:07 -05:00
nixocio
33d7342ffe
Linkify reference to EE on details page
...
Linkify reference to EE on a few details page.
See: https://github.com/ansible/awx/issues/9189
2021-03-03 18:56:07 -05:00
nixocio
6e67ae68fd
Add Execution Environments into a few screens
...
Add EE to the following screens:
* Job Template
* Organization
* Project
* Workflow Job Template
Also, add a new lookup component - ExecutionEnvironmentLoookup.
See: https://github.com/ansible/awx/issues/9189
2021-03-03 18:56:05 -05:00
Shane McDonald
adf708366a
Add "copy" to EE related links
2021-03-03 18:52:55 -05:00
Rebeccah
4d2fcfd8c1
add a functional test for creating an EE, remove bum copy function because it's not needed, copy works from the base class
...
moved AWXKit pull additions to separate PR and made some changes that were causing linting errors in tests and add copy to show_capabilities for the ee serializer
2021-03-03 18:52:55 -05:00
Rebeccah
0921de5d2b
adding needed url endpoint for copy functionality and the beginning of some testing that can be fleshed out more fully in later work
2021-03-03 18:52:55 -05:00
nixocio
f2801e0c03
Minor update EE tables
...
* Add table header `actions`
* Add `name` as default search
See: https://github.com/ansible/awx/issues/7884
Also: https://github.com/ansible/awx/issues/9087
2021-03-03 18:52:55 -05:00
Shane McDonald
befc658042
Wire up --pull option for EEs
2021-03-03 18:52:55 -05:00
beeankha
60827143bb
Bump up unified_jobs_table version for new column addition
2021-03-03 18:52:55 -05:00
beeankha
5b17ab6873
Enable EE collections info to be loaded as valid JSON vs stringified JSON
2021-03-03 18:52:55 -05:00
beeankha
0e80f663ab
Add installed_collections column to unified job query
2021-03-03 18:52:55 -05:00
beeankha
cb95de0862
Assign entire file path to variable
2021-03-03 18:52:55 -05:00
beeankha
86a3a79be4
Enable utilized EE Collections name and version info to be detected
2021-03-03 18:52:55 -05:00
Jeff Bradberry
b417fc3803
Turn off permissions check bypassing for admins when hitting the execution environment list and detail views.
2021-03-03 18:52:55 -05:00
Jeff Bradberry
5b2adc89cf
Make the managed_by_tower field read-only for EEs (similar to how we deal with it not being settable for Credentials) and add permissions checking for Org EE Admins.
...
can_add: gets an explicit role to check against, `'execution_environment_admin_role'`
can_change: leverages `self.check_related()` for the case where the Org is not changing, but also adds an explicit check for the EE Admin Role when the Org is changing to an explicit different Org.
2021-03-03 18:52:55 -05:00
Rebeccah
41fb21911e
add execution_environment_admin_role to the an organizations read role, which access.py uses for determining access to reading an ee within an organization,
...
add migration file for execution_env_admin role addition to read_roles within an organization,
and set check related to mandatory
2021-03-03 18:52:55 -05:00
Rebeccah
eaa74b40c1
add org admins as able to control EEs even if they don't have the ee_admin role for the specific ee and prevent managed_by_tower EEs from being edited/deleted
2021-03-03 18:52:55 -05:00
Jake McDermott
cf513b33ee
Add name field
2021-03-03 18:52:55 -05:00
nixocio
a39e1a528b
Add execution environment list to Organizations
...
Add execution environment list to Organizations
See: https://github.com/ansible/awx/issues/8210
2021-03-03 18:52:55 -05:00
Rebeccah
b1361c8fe2
edit original migration file, add blank string as acceptable to model
2021-03-03 18:52:55 -05:00
Rebeccah
20ee73ce73
default pull options for container images to None, also adding pull options to awxkit
2021-03-03 18:52:55 -05:00
nixocio
0bd8012fd9
Update selectors on EE details page to ease testing
...
Update selectors on EE details page to ease testing.
2021-03-03 18:52:55 -05:00
Shane McDonald
05ef51f710
Add migration to reset custom pod specs
2021-03-03 18:52:55 -05:00
nixocio
d6b5990cd2
Migrate EE list to tables
...
Migrate EE list to tables.
See:https://github.com/ansible/awx/issues/7884
2021-03-03 18:52:55 -05:00
nixocio
26f7a2ba81
Update Job Detail container group variable
...
`is_containerized` was updated on the API side to be
`is_container_group`.
2021-03-03 18:52:55 -05:00
Shane McDonald
0381a3ac8c
Container Pull Option -> Pull
...
Co-authored-by: Jake McDermott <yo@jakemcdermott.me >
2021-03-03 18:52:55 -05:00
Rebeccah
4b40cb3abb
changed the field name from 'container_options' to simply 'pull'
2021-03-03 18:52:55 -05:00
Jake McDermott
b0265b060b
Remove client-side url validator
2021-03-03 18:52:55 -05:00
Jake McDermott
4ca33579a5
Add an interface for new ee options
2021-03-03 18:52:55 -05:00
Rebeccah
31e7e10f30
migration for container options for EE model
...
Co-authored-by: Shane McDonald <me@shanemcd.com >
2021-03-03 18:52:55 -05:00
Rebeccah
92f0af684c
execution model pull container options added
2021-03-03 18:52:55 -05:00
Shane McDonald
6a7520d10f
Handle quota exceeded in Container Groups v2
2021-03-03 18:52:55 -05:00
Shane McDonald
44d7d68322
Update default ee image
2021-03-03 18:52:55 -05:00
Shane McDonald
9f39bab2b8
Quick fix for jobs failing in dev environment / VMs
...
The other alternative here is to go all the way with
https://github.com/ansible/ansible-runner/pull/617 , which is proving to be
difficult if not impossible.
2021-03-03 18:52:55 -05:00
Shane McDonald
428f8addf8
Create default EE as a part of create_preload_data
2021-03-03 18:52:55 -05:00
Shane McDonald
57b317d440
Get system jobs working under new deployment model ( #9221 )
2021-03-03 18:52:55 -05:00
nixocio
68f9c5137d
Mark string to translation
...
Mark string to translation
2021-03-03 18:52:55 -05:00
Shane McDonald
86363e260e
Provide new default pod defintion in CG metadata ( #9181 )
2021-03-03 18:52:55 -05:00
Alan Rominger
8f66793276
Assure that unit_id is always defined ( #9180 )
2021-03-03 18:52:55 -05:00
Alan Rominger
c7e0e30f93
Make sure project updates run in default EE ( #9172 )
...
* Make sure project updates run in default EE
* Remove project execution_environment field from collection
2021-03-03 18:52:55 -05:00
Alan Rominger
a435843f23
Exception handling to always release work units
2021-03-03 18:52:55 -05:00
Ryan Petrello
f850f8d3e0
introduce a new global flag for denoating K8S-based deployments
...
- In K8S-based installs, only container groups are intended to be used
for playbook execution (JTs, adhoc, inventory updates), so in this
scenario, other job types have a task impact of zero.
- In K8S-based installs, traditional instances have *zero* capacity
(because they're only members of the control plane where services
- http/s, local control plane execution - run)
- This commit also includes some changes that allow for the task manager
to launch tasks with task_impact=0 on instances that have capacity=0
(previously, an instance with zero capacity would never be selected
as the "execution node"
This means that when IS_K8S=True, any Job Template associated with an
Instance Group will never actually go from pending -> running (because
there's no capacity - all playbooks must run through Container Groups).
For an improved ux, our intention is to introduce logic into the
operator install process such that the *default* group that's created at
install time is a *Container Group* that's configured to point at the
K8S cluster where awx itself is deployed.
2021-03-03 18:52:55 -05:00
Alan Rominger
c29d476919
Fix obvious code error with foreman inventory
2021-03-03 18:52:55 -05:00
Alan Rominger
b05b6b2e03
Fix minor syntax error failing AdHocCommands
2021-03-03 18:52:55 -05:00
Alan Rominger
3f76499c56
Use the fully qualified inventory plugin name only for foreman
2021-03-03 18:52:55 -05:00
Shane McDonald
e63383bde6
Add PATH to blocked inventory source vars
...
This used to be skiped because PATH was already present in the env we
constructed for runner.
2021-03-03 18:52:55 -05:00
Shane McDonald
341e1e34e3
Dont zip/unzip private data dir for local jobs
2021-03-03 18:52:55 -05:00
Shane McDonald
fe9b24cde2
flake8
2021-03-03 18:52:55 -05:00
Shane McDonald
70f7a082bb
Minimally functional container group v2 w/ receptor
2021-03-03 18:52:55 -05:00