Re: [VOTE] Apache CloudStack 4.12.0.0 [RC3]

2019-02-22 Thread Simon Weller
Master -> 4.12 RC3 (no DB upgrade) Added VPC Added VPC Tier Create VM Start VM Create new volume Attach volume Unattach volume Deleted volume Installed OS via template and ISO Detach ISO Test Console Tested Snapshot Checked VR interface assignments Test ping to VR from VM Test ping to 8.8.8.8

Re: hook or callback for CloudStack API

2019-02-22 Thread Alireza Eskandari
Thank you Ivan! A novel solution based on existing capabilities! I'll investigate is for our needs. On Fri, Feb 22, 2019 at 4:49 PM Ivan Kudryavtsev wrote: > Hi, Alireza. Easy solution is to use Kafka or RMQ event bus, which are > supported by cloudstack. > > Take a look on the article in our

Re: hook or callback for CloudStack API

2019-02-22 Thread Alireza Eskandari
Async jobs is not my concern. Imagine that you have a firewall that is not integrated with CS and you want to insert new roles in it each time a new VM is created. In this case you need a hook that triggers an external script to configure the firewall. Pulling is time and resource consuming and

Re: hook or callback for CloudStack API

2019-02-22 Thread Anurag Awasthi
Hi Alireza, Could you elaborate a more on the use case you have in mind? The description you mention is very generic. As far as I know we need to use polling to track the status of any async job (which is another API call) and execute based on response. That seems to be foundation principle

Re:Re: VMs Connection break under two isolate network

2019-02-22 Thread Haijiao
Thanks Dag, you are always helpful ! We will look into your sharing and come back. 在2019年02月22 17时26分, "Dag Sonstebo"写道: Hi Haijiao, We've come across similar things in the past. In short - what is your XenServer bond mode? Is it active-active (mode 7) or LACP (mode 4)? (see

Re: Welcome Paul Bencko!

2019-02-22 Thread Nicolas Vazquez
Welcome Paul! Regards, Nicolas Vazquez From: Paul Bencko Sent: Friday, February 22, 2019 4:57 AM To: dev@cloudstack.apache.org Subject: RE: Welcome Paul Bencko! Thank you everyone for the warm welcome ! Glad to be part of this community! Bencko Paul Java

Re: hook or callback for CloudStack API

2019-02-22 Thread Ivan Kudryavtsev
Hi, Alireza. Easy solution is to use Kafka or RMQ event bus, which are supported by cloudstack. Take a look on the article in our blog: https://bitworks.software/en/2017-07-23-cloudstack-3rd-party-integration-events-subscription-kafka.html We use it very extensively for accounting, billing, DNS

hook or callback for CloudStack API

2019-02-22 Thread Alireza Eskandari
Hi, I'm looking for a solution to implement hooks or callbacks for CloudStack API. For example execute an script when user calls deployVirtualMachine API. This script could be executed right after user submit his request or after the request completed successfully or failed. Maybe some API

Re: VMs Connection break under two isolate network

2019-02-22 Thread Dag Sonstebo
Hi Haijiao, We've come across similar things in the past. In short - what is your XenServer bond mode? Is it active-active (mode 7) or LACP (mode 4)? (see https://support.citrix.com/article/CTX137599) In short if your switches don't keep up with MAC address changes on the XS hosts then you

RE: [VOTE] Apache CloudStack 4.12.0.0 [RC3]

2019-02-22 Thread Andrija Panic
-1 Blocker Security Group rules not applied at all for XenServer 6.5 / Advanced Zone https://github.com/apache/cloudstack/issues/3192 andrija.pa...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message- From: Gabriel

RE: Welcome Paul Bencko!

2019-02-22 Thread Paul Angus
Hi Paul, Welcome to the Family! paul.an...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message- From: Paul Bencko Sent: 22 February 2019 07:58 To: dev@cloudstack.apache.org Subject: RE: Welcome Paul Bencko! Thank you