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

Facet.instances not resolving correctly if facet is stated multiple times #183

Open
temujin9 opened this issue Oct 2, 2012 · 0 comments
Assignees
Milestone

Comments

@temujin9
Copy link
Contributor

temujin9 commented Oct 2, 2012

cluster :broken do
  facet(:collector).cloud(:ec2).security_group('broken-collector').authorize_group('systemwide')
  facet :collector do
    instances           2
    cloud(:ec2).flavor        'm1.large'
  end
end

It appears that facet.instances is getting set to 1 by the first facet statement (as a default), which is then swamping out the later instances during resolve.

mrflip pushed a commit that referenced this issue Oct 5, 2012
dsl seems to handle override of facet instances just fine; error must lie elsewhere
@ghost ghost assigned temujin9 Apr 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant