espenak / awsfabrictasks

Other
84 stars 26 forks source link

VPC instances #12

Open chocobn69 opened 10 years ago

chocobn69 commented 10 years ago

It looks like we can't create an ec2 instance to a specific VPC instance

I will submit a patch about that in the currents weeks

espenak commented 10 years ago

Would be a great addition to the framework. Looking forward to the patch.

chocobn69 commented 10 years ago

I wanted to work on this feature (Yeah, I got some delay..) and I have an issue with bootstrap.py :

Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg Traceback (most recent call last): File "bootstrap.py", line 258, in ws.require(requirement) File "/tmp/tmp3zesBU/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, in require File "/tmp/tmp3zesBU/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 569, in resolve pkg_resources.VersionConflict: (setuptools 0.6c11 (/tmp/tmp3zesBU/setuptools-0.6c11-py2.7.egg), Requirement.parse('setuptools>=0.7'))

any idea to avoid this ? I need to run tests

espenak commented 10 years ago

This is a version conflict that is popping up in many places after distribute and setuptools was merged into a single project in setuptools 0.7. I just pushed an update that fixes this issue. I also changed the development environment setup to the more common virtualenv+pip instead of bootstrap. The README has been updated with detailed help for setting up a development environment and running tests.

chocobn69 commented 10 years ago

It's working fine, thank you !