mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
cd7e358b73
Bump keystone auth to resolve problem with openstack script Clarify code path, routing to template vs. managed injector behavior is also now reflected in test data files Refactor test data layout for inventory injector logic Add developer docs for inventory plugins transition Memoize only get_ansible_version with no parameters Make inventory plugin injector enablement a separate concept from the initial_version switch tests to look for plugin_name as well Add plugin injectors for tower and foreman. Add jinja2 native types compat feature move tower source license compare logic to management command introduce inventory source compat mode pin jinja2 for native Ansible types Add parent group keys, and additional translations manual dash sanitization for un-region-like ec2 groups nest zones under regions using Ansible core feature just merged implement conditionally only with BOTH group_by options Make compat mode default be true in API models, UI add and edit controllers Add several additional hostvars to translation Add Azure tags null case translation Make Azure group_by key off source_vars to be consistent with the script support top-level ec2 boto_profile setting
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
# Azure
|
|
# azure deps from https://github.com/ansible/ansible/blob/stable-2.7/packaging/requirements/requirements-azure.txt
|
|
packaging
|
|
azure-cli-core==2.0.35
|
|
azure-cli-nspkg==3.0.2
|
|
azure-common==1.1.11
|
|
azure-mgmt-batch==4.1.0
|
|
azure-mgmt-compute==2.1.0
|
|
azure-mgmt-containerinstance==0.4.0
|
|
azure-mgmt-containerregistry==2.0.0
|
|
azure-mgmt-containerservice==3.0.1
|
|
azure-mgmt-dns==1.2.0
|
|
azure-mgmt-keyvault==0.40.0
|
|
azure-mgmt-marketplaceordering==0.1.0
|
|
azure-mgmt-monitor==0.5.2
|
|
azure-mgmt-network==1.7.1
|
|
azure-mgmt-nspkg==2.0.0
|
|
azure-mgmt-rdbms==1.2.0
|
|
azure-mgmt-resource==1.2.2
|
|
azure-mgmt-sql==0.7.1
|
|
azure-mgmt-storage==1.5.0
|
|
azure-mgmt-trafficmanager==0.50.0
|
|
azure-mgmt-web==0.32.0
|
|
azure-nspkg==2.0.0
|
|
azure-storage==0.35.1
|
|
msrest==0.4.29
|
|
msrestazure==0.4.31
|
|
azure-keyvault==1.0.0a1
|
|
azure-graphrbac==0.40.0
|
|
# AWS
|
|
boto==2.47.0 # last which does not break ec2 scripts
|
|
boto3==1.6.2
|
|
google-auth==1.6.2 # needed for gce inventory imports
|
|
jinja2==2.10 # required for native jinja2 types for inventory compat mode
|
|
# netconf for network modules
|
|
ncclient==0.6.3
|
|
# netaddr filter
|
|
netaddr
|
|
# oVirt/RHV
|
|
ovirt-engine-sdk-python==4.2.4 # minimum set inside Ansible facts module requirements
|
|
# AWX usage
|
|
pexpect==4.6.0 # same as AWX requirement
|
|
psutil==5.4.3 # same as AWX requirement
|
|
setuptools==36.0.1
|
|
pip==9.0.1
|
|
# VMware
|
|
pyvmomi==6.5
|
|
# WinRM
|
|
backports.ssl-match-hostname==3.5.0.1
|
|
pywinrm[kerberos]==0.3.0
|
|
requests
|
|
requests-credssp==0.1.0 # For windows authentication awx/issues/1144
|
|
# OpenStack
|
|
openstacksdk==0.23.0
|