Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • interoperability and compatibility requirements
    • KVM Hypervisor, VMWare (as supported by Cloudstack);
    • NetworkDirector-API (version 1.5 if user prefers to use NetworkDirector-API application);
    • Juniper's EX,QFX-switches running JUNOS 13.2 (and above);
  • Marketing marketing specifications
    Our customers need this plugin in Cloudstack deployments to automatically orchestrate the Juniper switches to create Virtual Networks. Without this plugin, there will be a manual intervention needed to configure the switches

...

To orchestrate Juniper's switches, the plugin leverages Network-Director API which is a JUNOS space application for configuring juniper equipment. It uses NETCONF protocol to control the juniper device configuration and exposes REST APIs for integration with other application. The plugin also has the ability to directly orchestrate the Juniper's switches using NETCONF protocol.

Image RemovedImage Added

The plugin introduces a new class called JuniperNetworkGuru which extends the GuestNetworkGuru (of Cloudstack) and extends the implement() method to orchestrate the Juniper's switches.

...