diff --git a/client/pom.xml b/client/pom.xml index 760923b2a16..300e79803fd 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -554,6 +554,11 @@ cloud-vmware-base ${project.version} + + org.apache.cloudstack + cloud-plugin-network-cisco-vnmc + ${project.version} + diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index f03e8d50adb..f87ab5701da 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -546,3 +546,13 @@ revertToSnapshot=15 #### Baremetal commands addBaremetalHost=1 + +#### Cisco Vnmc command +addCiscoVnmcResource=1 +deleteCiscoVnmcResource=1 +listCiscoVnmcResources=1 + +#### Cisco Asa1000v command +addCiscoAsa1000vResource=1 +deleteCiscoAsa1000vResource=1 +listCiscoAsa1000vResources=1 diff --git a/client/tomcatconf/components-nonoss.xml.in b/client/tomcatconf/components-nonoss.xml.in index fbfc5cc2726..56a2fed2824 100755 --- a/client/tomcatconf/components-nonoss.xml.in +++ b/client/tomcatconf/components-nonoss.xml.in @@ -45,53 +45,56 @@ under the License. - + - + - + - + + + + + + - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - true - + + + + + + + + + + + + + + true + - true + true - - - diff --git a/plugins/network-elements/cisco-vnmc/pom.xml b/plugins/network-elements/cisco-vnmc/pom.xml index 0a8d2423524..1ac6bd8d8c9 100644 --- a/plugins/network-elements/cisco-vnmc/pom.xml +++ b/plugins/network-elements/cisco-vnmc/pom.xml @@ -24,9 +24,19 @@ org.apache.cloudstack cloudstack-plugins - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT ../../pom.xml + + org.apache.cloudstack + cloud-plugin-hypervisor-vmware + ${project.version} + + + org.apache.cloudstack + cloud-vmware-base + ${project.version} + diff --git a/plugins/pom.xml b/plugins/pom.xml index b856cd2a73b..c67ef3cb7ec 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -49,7 +49,6 @@ network-elements/ovs network-elements/nicira-nvp network-elements/bigswitch-vns - network-elements/cisco-vnmc storage-allocators/random user-authenticators/ldap user-authenticators/md5 @@ -133,6 +132,7 @@ hypervisors/vmware + network-elements/cisco-vnmc