Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPC instances #12

Open
chocobn69 opened this issue Dec 11, 2013 · 4 comments
Open

VPC instances #12

chocobn69 opened this issue Dec 11, 2013 · 4 comments

Comments

@chocobn69
Copy link

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
Copy link
Owner

espenak commented Dec 11, 2013

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

@chocobn69
Copy link
Author

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
Copy link
Owner

espenak commented Apr 9, 2014

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
Copy link
Author

It's working fine, thank you !

chocobn69 added a commit to chocobn69/awsfabrictasks that referenced this issue Apr 10, 2014
chocobn69 added a commit to chocobn69/awsfabrictasks that referenced this issue Apr 10, 2014
chocobn69 added a commit to chocobn69/awsfabrictasks that referenced this issue Jun 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants