mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Primary development of inventory plugins, partial compat layer
Initialize some inventory plugin test data files Implement openstack inventory plugin This may be removed later: - port non-JSON line strip method from core Dupliate effort with AWX mainline devel - Produce ansible_version related to venv Refactor some of injector management, moving more of this overhead into tasks.py, when it comes to managing injector kwargs Upgrade and move openstack inventory script sync up parameters Add extremely detailed logic to inventory file creation for ec2, Azure, and gce so that they are closer to a genuine superset of what the contrib script used to give.
This commit is contained in:
@@ -50,4 +50,4 @@ pywinrm[kerberos]==0.3.0
|
||||
requests
|
||||
requests-credssp==0.1.0 # For windows authentication awx/issues/1144
|
||||
# OpenStack
|
||||
shade==1.27.0
|
||||
openstacksdk==0.23.0
|
||||
|
||||
@@ -74,13 +74,12 @@ netaddr==0.7.19
|
||||
netifaces==0.10.6 # via openstacksdk
|
||||
ntlm-auth==1.0.6 # via requests-credssp, requests-ntlm
|
||||
oauthlib==2.0.6 # via requests-oauthlib
|
||||
openstacksdk==0.12.0 # via shade
|
||||
os-client-config==1.29.0 # via shade
|
||||
openstacksdk==0.23.0
|
||||
os-service-types==1.2.0 # via openstacksdk
|
||||
ovirt-engine-sdk-python==4.2.4
|
||||
packaging==17.1
|
||||
paramiko==2.4.0 # via azure-cli-core, ncclient
|
||||
pbr==3.1.1 # via keystoneauth1, openstacksdk, os-service-types, shade, stevedore
|
||||
pbr==3.1.1 # via keystoneauth1, openstacksdk, os-service-types, stevedore
|
||||
pexpect==4.6.0
|
||||
psutil==5.4.3
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
@@ -108,7 +107,7 @@ rsa==4.0 # via google-auth
|
||||
s3transfer==0.1.13 # via boto3
|
||||
secretstorage==2.3.1 # via keyring
|
||||
selectors2==2.0.1 # via ncclient
|
||||
shade==1.27.0
|
||||
|
||||
six==1.11.0 # via azure-cli-core, bcrypt, cryptography, google-auth, isodate, keystoneauth1, knack, munch, ncclient, ntlm-auth, openstacksdk, ovirt-engine-sdk-python, packaging, pynacl, pyopenssl, python-dateutil, pyvmomi, pywinrm, stevedore
|
||||
stevedore==1.28.0 # via keystoneauth1
|
||||
tabulate==0.7.7 # via azure-cli-core, knack
|
||||
|
||||
Reference in New Issue
Block a user