-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,12 @@ | |
author='GRyCAP - Universitat Politecnica de Valencia', | ||
author_email='[email protected]', | ||
url='http://www.grycap.upv.es/im', | ||
packages=['IM', 'IM.radl', 'IM.ansible','connectors'], | ||
packages=['IM', 'IM.radl', 'IM.ansible','connectors'], | ||
scripts=["im_service.py"], | ||
data_files=datafiles, | ||
data_files=datafiles, | ||
license="GPL version 3, http://www.gnu.org/licenses/gpl-3.0.txt", | ||
long_description="IM is a tool that ease the access and the usability of IaaS clouds by automating the VMI selection, deployment, configuration, software installation, monitoring and update of Virtual Appliances. It supports APIs from a large number of virtual platforms, making user applications cloud-agnostic. In addition it integrates a contextualization system to enable the installation and configuration of all the user required applications providing the user with a fully functional infrastructure.", | ||
description="IM is a tool to manage virtual infrastructures on Cloud deployments", | ||
platforms=["any"], | ||
install_requires=["ansible >= 1.4","paramiko >= 1.14","PyYAML","SOAPpy","boto >= 2.29","apache-libcloud >= 0.17","ply", "bottle", "netaddr"] | ||
install_requires=["ansible >= 1.4","paramiko >= 1.14","PyYAML","SOAPpy","boto >= 2.29","apache-libcloud >= 0.17","ply", "bottle", "netaddr"] | ||
) |