Hi Will, What about notification events? I'm not sure what the best source of documentation is for events, but googling "OpenStack Notification Events" yields a bunch of information that should lead you in the right direction.
With events, you would write a custom scripts / daemon that polls rabbit for the latest events and acts upon certain ones (instance create, instance destroy). Thanks, Joe On Mon, Aug 15, 2016 at 8:08 AM, William Josefsson < william.josef...@gmail.com> wrote: > Yes thanks Tomas. I thought of the nova boot --user-data myscript.sh > option, but I'm not sure how that would manage a deprovisioning. nova > delete myvm, at this point I also wanna run a delete script than to > delete the A-record, or is that possible? thx! Will > > On Mon, Aug 15, 2016 at 7:59 PM, Tomáš Vondra <von...@homeatcloud.cz> > wrote: > > Hi Will! > > You may want one of two things: > > a) OpenStack Designate, which is a DNS as a Service system integrated > with Nova. It will add a record for every instance in a zone you delegate > to it. > > b) Cloud-init. It runs in nearly every OpenStack Linux OS image and is > configured by /etc/cloud/cloud.cfg. There you will see a module that does a > curl call at the end of the boot process. You don't have to modify the > image, it takes configuration as a user-data script. > > Tomas > > > > > > -------- Původní zpráva -------- > > Odesílatel: William Josefsson <william.josef...@gmail.com> > > Odesláno: 14. srpna 2016 17:54:45 SELČ > > Komu: openstack-operators@lists.openstack.org > > Předmět: [Openstack-operators] cURL call at the end of provisioning and > deprovisioning > > > > Hi list, > > > > I wanted to make a cURL call once an instance provisioning finished, > > and also when an instance gets deprovisioned. I will make a http call > > to PowerDNS for registration and deregistration of A record. > > > > Is there any way to run a common for a instance once it is finished > > provisioning and when it gets deprovisioned? > > > > thx, will > > > > _______________________________________________ > > OpenStack-operators mailing list > > OpenStack-operators@lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > > > > _______________________________________________ > OpenStack-operators mailing list > OpenStack-operators@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators >
_______________________________________________ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators