Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

GroupNamingConvention is hard to work around #1469

Open
abayer opened this issue Mar 28, 2013 · 2 comments
Open

GroupNamingConvention is hard to work around #1469

abayer opened this issue Mar 28, 2013 · 2 comments

Comments

@abayer
Copy link
Member

abayer commented Mar 28, 2013

Or at least there aren't good examples of how to work around it. If you want/need more control over the names of the instances you're creating, createNodesInGroup is not particularly flexible - you can cheat this with some providers (i.e., the underlying createNodeWithGroupEncodedIntoName in CloudStackComputeServiceAdapter ignores the group argument, or with EC2, you can set the "Name" tag in the template options userMetadata to what you want the instance name to be, so long as you're only creating one instance from the Template), but it's not easy to do generally, at least so far as I can tell.

So I'd like it if either GroupNamingConvention was easier to punch into doing what I want, or at least if there were some examples of overriding the default.

@demobox
Copy link
Member

demobox commented Mar 28, 2013

Also recently came up on IRC.

@demobox
Copy link
Member

demobox commented Apr 8, 2013

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants