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

propagate tags to volumes #260

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

mrbobbytables
Copy link
Contributor

This PR propagates tags to volumes.

Similar to the instance being created before it's usable, volumes may not be available to the instance immediately.

Through some trial and error I found ec2.client.describe_volumes to consistently return what volumes should be attached to the instance before enumerating them through the instance itself (server.volumes).

wait_until_volumes_ready mimics wait_until_ready while comparing what the client can enumerate about the instance's volumes to the instance itself. Once they agree -- proceed and tag the volumes.

@gsfjohnson
Copy link

Volume tagging would be nice to have. Any updates on when/if this will be merged?

@cheeseplus cheeseplus added this to the 1.2.1 milestone Nov 15, 2016
@cheeseplus
Copy link
Contributor

LGTM and if we can get another reviewer then we'll get this in for the next release.

@cheeseplus cheeseplus merged commit 31fac63 into test-kitchen:master Feb 7, 2017
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

Successfully merging this pull request may close these issues.

3 participants