Skip to content

Commit

Permalink
Add splitted up inventory source plugins
Browse files Browse the repository at this point in the history
Fix CI failure introduced by
ansible/awx-plugins@7d83b7d
  • Loading branch information
TheRealHaoLiu committed Oct 15, 2024
1 parent 579c2b7 commit f118bc5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion awx/main/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,24 @@
'STANDARD_INVENTORY_UPDATE_ENV',
]

CLOUD_PROVIDERS = ('azure_rm', 'ec2', 'gce', 'vmware', 'openstack', 'rhv', 'satellite6', 'controller', 'insights', 'terraform', 'openshift_virtualization')
CLOUD_PROVIDERS = (
'azure_rm',
'ec2',
'gce',
'vmware',
'openstack',
'rhv',
'satellite6',
'controller',
'insights',
'terraform',
'openshift_virtualization',
'controller_downstream' 'rhv_downstream',
'openshift_virtualization_downstream',
'insights_downstream',
'satellite6_downstream',
)

PRIVILEGE_ESCALATION_METHODS = [
('sudo', _('Sudo')),
('su', _('Su')),
Expand Down

0 comments on commit f118bc5

Please sign in to comment.