This does not include configuring VLAN on the switch and I don’t think it is integrated in baremetal deployment flow. So we may need to write our own.
> On 11-Sep-2017, at 4:37 PM, S. Brüseke - proIO GmbH <[email protected]> > wrote: > > Hi Harikrishna, > > thank you for your response! We are using Juniper switches. I found this > here: > https://www.juniper.net/documentation/en_US/release-independent/junos/topics/topic-map/cloudstack-network-guru-plugin.html > Any experience with it? It looks a little bit outdated. > > Mit freundlichen Grüßen / With kind regards, > > Swen > > -----Ursprüngliche Nachricht----- > Von: Harikrishna Patnala [mailto:[email protected]] > Gesendet: Montag, 11. September 2017 11:01 > An: [email protected]; S. Brüseke - proIO GmbH > <[email protected]> > Betreff: Re: somebody experience with bare metal? > > Hi, > > We have a pretty good experience with baremetal deployments in both basic and > advanced zones. > > Yes, as you said currently cloudstack supports only Dell Force10 switch for > dynamic VLAN configuration. > Since this is a plugin model, one can develop their own support for the > switches. Only thing is that, switch should support configuring VLANs > dynamically. > > Here is the interface to implement > https://github.com/apache/cloudstack/blob/master/plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalSwitchBackend.java > > Regards, > Harikrishna > > >> On 04-Sep-2017, at 3:45 PM, S. Brüseke - proIO GmbH <[email protected]> >> wrote: >> >> Hello, >> >> I have 2 questions and hope somebody can share his/her experience with me: >> 1) Does somebody have experience with bare metal servers in an advanced >> network environment? >> >> 2) As far as I understand the docu correctly bare metal servers will only >> work with Force10 switches because of automated network port configuration >> of the uplink port for the physical servers. >> We are using Juniper EX switches and I found a plugin called Network Guru >> Plugin from Juniper Networks >> (http://www.juniper.net/documentation/en_US/release-independent/junos/topics/topic-map/cloudstack-network-guru-plugin.html). >> Does anybody know or using thus plugin? >> >> Thanks to all! >> >> Mit freundlichen Grüßen / With kind regards, >> >> Swen >> >> >> >> - proIO GmbH - >> Geschäftsführer: Swen Brüseke >> Sitz der Gesellschaft: Frankfurt am Main >> >> USt-IdNr. DE 267 075 918 >> Registergericht: Frankfurt am Main - HRB 86239 >> >> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte >> Informationen. >> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich >> erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie >> diese Mail. >> Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind >> nicht gestattet. >> >> This e-mail may contain confidential and/or privileged information. >> If you are not the intended recipient (or have received this e-mail in >> error) please notify the sender immediately and destroy this e-mail. >> Any unauthorized copying, disclosure or distribution of the material in this >> e-mail is strictly forbidden. >> >> > > DISCLAIMER > ========== > This e-mail may contain privileged and confidential information which is the > property of Accelerite, a Persistent Systems business. It is intended only > for the use of the individual or entity to which it is addressed. If you are > not the intended recipient, you are not authorized to read, retain, copy, > print, distribute or use this message. If you have received this > communication in error, please notify the sender and delete all copies of > this message. Accelerite, a Persistent Systems business does not accept any > liability for virus infected mails. > > > > - proIO GmbH - > Geschäftsführer: Swen Brüseke > Sitz der Gesellschaft: Frankfurt am Main > > USt-IdNr. DE 267 075 918 > Registergericht: Frankfurt am Main - HRB 86239 > > Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte > Informationen. > Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich > erhalten haben, > informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. > Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht > gestattet. > > This e-mail may contain confidential and/or privileged information. > If you are not the intended recipient (or have received this e-mail in error) > please notify > the sender immediately and destroy this e-mail. > Any unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > >
