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

Manage Heat templates #153

Open
julienvey opened this issue Nov 6, 2014 · 3 comments
Open

Manage Heat templates #153

julienvey opened this issue Nov 6, 2014 · 3 comments
Assignees

Comments

@julienvey
Copy link
Collaborator

After many requests, I think we need to add heat support to the provider.

We could add in the configuration the following attributes

os.stacks = [{
  name: 'mystack',
  template: '/path/to/my/template.yml',             
  template_url: 'http://test.heat', 
  environment: '/path/to/my/environment.yml',
  environment_url: 'http://environment.heat',
  parameters: {
    router_id: '1234'
  }
}]

name and parameters should be optional

We should support multiple syntax, a single object or an array or even a single string which would be the template.

template_url and template should not be both allowed in a stack, it's one or the other

When vagrant up, we whould create the heat stacks, maybe update the stack when doing vagrant reload, and delete the stacks when doing vagrant destroy

We need to think of how to handle heat stack in the context of a multi-machines environment

@ggiamarchi
Copy link
Owner

At a first sight i would prefer to not consider the stack update. It could be a further issue.

@julienvey
Copy link
Collaborator Author

Sure, this is the high level feature, but we should definitively split the work into multiple (and more simple) issues

@julienvey
Copy link
Collaborator Author

I have started to work on a first implementation on this, should have a PR soon

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

2 participants