HEAT Trigger with project creation
how do i trigger a heat stack with a project creation? I want to create a network environment always that a project is created
First time here? Check out the FAQ!
how do i trigger a heat stack with a project creation? I want to create a network environment always that a project is created
The Adjutant project is building workflows for project (i.e. tenant) management (amongst other things). That is probably the best place to implement what you're trying to do. (It is an official OpenStack project.)
The other option is to trigger something off of events. To do this as a regular user, you could trigger off an event alarm and use a Zaqar subscription to execute a Mistral workflow that creates the network environment (example in another context). However, IIUC you are speaking as a cloud operator and therefore have no need to restrict yourself to APIs a regular user can access. So you could write something to listen to oslo.notification events directly and make the API calls you want.
Asked: 2019-02-05 09:06:14 -0600
Seen: 96 times
Last updated: Feb 12 '19
disable cloud-init's network setup from Heat template
is ther anyway to mark an instance as unhealthy?
python nova, get server project from servers
PROBLEM: Authentication cannot be scoped to multiple targets
Mount multiple cinder volumes to VM via heat
How can I get information on other instances created in a Heat template
how to change hostname of created VM
Heat: heat create command successfull, but no resources created.
I suggest you look into event alarms.