AC-505 Add vendored copies of ec2 and rax inventory scripts from Ansible (for now). Add vendored versions of boto and pyrax and all their dependencies, updated all vendored packages to latest versions.

This commit is contained in:
Chris Church
2013-09-29 20:36:46 -04:00
parent fe42862294
commit e0a94cbf32
1590 changed files with 214977 additions and 985 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -6,7 +6,9 @@
# Packages used for both development and production:
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
# The following packages and their dependencies are bundled with AWX
# (in awx/lib/site-packages):
#boto
#django-auth-ldap
#django-celery
#django-extensions
@@ -15,6 +17,7 @@ Django>=1.4
#djangorestframework>=2.3.0,<2.4.0
#Markdown
#pexpect
#pyrax
#python-dateutil
#requests
#South>=0.8,<2.0

View File

@@ -1,45 +1,87 @@
# PIP requirements for AWX development/build environment (using only local
# packages). Install using "pip --no-index -r dev_local.txt".
distribute-0.6.45.tar.gz
distribute-0.7.3.zip
setuptools-1.1.6.tar.gz
Django-1.5.4.tar.gz
# The following packages are now bundled with AWX (awx/lib/site-packages):
# Needed by python-dateutil, django-extensions:
#six-1.3.0.tar.gz
# The following packages are bundled with AWX (in awx/lib/site-packages):
# For Python2.6 support:
#importlib-1.0.2.tar.bz2
#ordereddict-1.1.tar.gz
# Needed by python-dateutil, django-extensions, python-novaclient:
#six-1.4.1.tar.gz
# Needed by kombu:
#amqp-1.0.13.tar.gz
#amqp-1.2.1.tar.gz
#anyjson-0.3.3.tar.gz
# Needed by celery:
#billiard-2.7.3.32.tar.gz
#kombu-2.5.14.tar.gz
#python-dateutil-2.1.tar.gz
# Needed by django-celery:
#celery-3.0.22.tar.gz
#pytz-2013b.tar.gz
#celery-3.0.23.tar.gz
# Needed by django-celery, babel:
#pytz-2013d.tar.bz2
# Needed by pbr:
#pip-1.4.1.tar.gz
# Needed by python-novaclient:
#Babel-1.3.tar.gz
#iso8601-0.1.4.tar.gz
#prettytable-0.7.2.tar.bz2
#requests-2.0.0.tar.gz
#simplejson-3.3.0.tar.gz
# Needed by python-novaclient, python-swiftclient:
#pbr-0.5.21.tar.gz
# Needed by rackspace-novaclient, os-diskconfig-python-novaclient-ext,
# os-networksv2-python-novaclient-ext,
# rax-default-network-flags-python-novaclient-ext,
# rax-scheduled-images-python-novaclient-ext:
#python-novaclient-2.15.0.tar.gz
# Needed by rackspace-novaclient:
#rackspace-auth-openstack-1.0.tar.gz
#os_diskconfig_python_novaclient_ext-0.1.1.tar.gz
#os_networksv2_python_novaclient_ext-0.21.tar.gz
#rax_default_network_flags_python_novaclient_ext-0.1.3.tar.gz
#rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz
# Needed by distribute:
#setuptools-1.1.6.tar.gz
# Needed by d2to1:
#distribute-0.7.3.tar.gz
# Needed by python-swiftclient:
#d2to1-0.2.11.tar.gz
# Needed by pyrax:
#httplib2-0.8.tar.gz
#keyring-3.0.5.zip
#mock-1.0.1.tar.gz
#python-swiftclient-1.6.0.tar.gz
#rackspace-novaclient-1.3.tar.gz
# Remaining dev/prod packages:
#boto-2.13.3.tar.gz
#django-auth-ldap-1.1.4.tar.gz
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
#django-celery-3.0.23.tar.gz
#django-extensions-1.2.2.tar.gz
#django-jsonfield-0.9.10.tar.gz
#django-taggit-0.10.tar.gz
#djangorestframework-2.3.7.tar.gz
#djangorestframework-2.3.8.tar.gz
#Markdown-2.3.1.tar.gz
#pexpect-2.4.tar.gz
#requests-1.2.3.tar.gz
#pyrax-1.5.0.tar.gz
#South-0.8.2.tar.gz
# Remaining dev-only packages:
# Dev-only packages:
django-debug-toolbar-0.9.4.tar.gz
django-devserver-0.6.2.tar.gz
# Needed for Python2.6 support:
unittest2-0.5.1.tar.gz
# Needed by pylint:
logilab-common-0.60.0.tar.gz
astroid-1.0.0.tar.gz
# Needed by django-jenkins:
coverage-3.6.tar.gz
pylint-1.0.0.tar.gz
# Remaining dev-only packages:
django-jenkins-0.14.1.tar.gz
ipython-1.0.0.tar.gz
ipython-1.1.0.tar.gz
# You may also need to install the following extra packages using the OS
# package manager, or pip if you're running inside a virtualenv.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3,7 +3,9 @@
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
# The following packages and their dependencies are bundled with AWX
# (in awx/lib/site-packages):
#boto
#django-auth-ldap
#django-celery
#django-extensions
@@ -12,6 +14,7 @@ Django>=1.4
#djangorestframework>=2.3.0,<2.4.0
#Markdown
#pexpect
#pyrax
#python-dateutil
#requests
#South>=0.8,<2.0

View File

@@ -1,31 +1,69 @@
# PIP requirements for AWX production environment (using only local packages).
# Install using "pip --no-index -r prod_local.txt".
Django-1.5.2.tar.gz
Django-1.5.4.tar.gz
# The following packages are now bundled with AWX (awx/lib/site-packages):
# Needed by python-dateutil, django-extensions:
#six-1.3.0.tar.gz
# The following packages are bundled with AWX (in awx/lib/site-packages):
# For Python2.6 support:
#importlib-1.0.2.tar.bz2
#ordereddict-1.1.tar.gz
# Needed by python-dateutil, django-extensions, python-novaclient:
#six-1.4.1.tar.gz
# Needed by kombu:
#amqp-1.0.13.tar.gz
#amqp-1.2.1.tar.gz
#anyjson-0.3.3.tar.gz
# Needed by celery:
#billiard-2.7.3.32.tar.gz
#kombu-2.5.14.tar.gz
#python-dateutil-2.1.tar.gz
# Needed by django-celery:
#celery-3.0.22.tar.gz
#pytz-2013b.tar.gz
#celery-3.0.23.tar.gz
# Needed by django-celery, babel:
#pytz-2013d.tar.bz2
# Needed by pbr:
#pip-1.4.1.tar.gz
# Needed by python-novaclient:
#Babel-1.3.tar.gz
#iso8601-0.1.4.tar.gz
#prettytable-0.7.2.tar.bz2
#requests-2.0.0.tar.gz
#simplejson-3.3.0.tar.gz
# Needed by python-novaclient, python-swiftclient:
#pbr-0.5.21.tar.gz
# Needed by rackspace-novaclient, os-diskconfig-python-novaclient-ext,
# os-networksv2-python-novaclient-ext,
# rax-default-network-flags-python-novaclient-ext,
# rax-scheduled-images-python-novaclient-ext:
#python-novaclient-2.15.0.tar.gz
# Needed by rackspace-novaclient:
#rackspace-auth-openstack-1.0.tar.gz
#os_diskconfig_python_novaclient_ext-0.1.1.tar.gz
#os_networksv2_python_novaclient_ext-0.21.tar.gz
#rax_default_network_flags_python_novaclient_ext-0.1.3.tar.gz
#rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz
# Needed by distribute:
#setuptools-1.1.6.tar.gz
# Needed by d2to1:
#distribute-0.7.3.tar.gz
# Needed by python-swiftclient:
#d2to1-0.2.11.tar.gz
# Needed by pyrax:
#httplib2-0.8.tar.gz
#keyring-3.0.5.zip
#mock-1.0.1.tar.gz
#python-swiftclient-1.6.0.tar.gz
#rackspace-novaclient-1.3.tar.gz
# Remaining dev/prod packages:
#boto-2.13.3.tar.gz
#django-auth-ldap-1.1.4.tar.gz
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
#django-celery-3.0.23.tar.gz
#django-extensions-1.2.2.tar.gz
#django-jsonfield-0.9.10.tar.gz
#django-taggit-0.10.tar.gz
#djangorestframework-2.3.7.tar.gz
#djangorestframework-2.3.8.tar.gz
#Markdown-2.3.1.tar.gz
#pexpect-2.4.tar.gz
#requests-1.2.3.tar.gz
#pyrax-1.5.0.tar.gz
#South-0.8.2.tar.gz
# You may also need to install the following extra packages using the OS

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.