Heya All, This week we will be working from the Nicira office on integrating SDN with CloudStack. In the recent discussion thread "making VM startup more fine-grained" one of our questions is already addressed.
Another more basic question is how do we get our NetworkGuru to be used/selected by CloudStack when we build a new network. Basically what we want to do is when a guest network is created it should call our NetworkGuru to create the logical switch in the SDN and when a VM is started it should plug the NIC into an lport. The code to get this done is looking straight forward (except for the vif uuid discussion mentioned earlier). What has me baffled is the way to "plug" the new guru into CloudStack, how do we do this? I was looking at code commited by Salvatore as the OVS GRE implementation looks similar to what I intend to do. It appears he is in the process of adding a Service "Connectivity", is this the way to do it? In the end I want to be able to create one or two networkofferings for the SDN integration, so my Guru gets called when a new network is created. How do I do this? Cheers, Hugo