Skip to content

Commit

Permalink
CLOUDSTACK-9859: Retirement of midonet plugin (final removal) (apache…
Browse files Browse the repository at this point in the history
…#2285)

Following the component retirement process defined in [1], a vote thread was started in [2]. The community decided to retire this Midonet plugin. This task represents the final step of the retirement, which is the removal of the plugin from CloudStacks code base.

[1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=68720798
[2] http://markmail.org/message/qigrtfirwnmct4hr
  • Loading branch information
rafaelweingartner authored and rohityadavcloud committed Oct 10, 2017
1 parent 0dfdbe0 commit b044f1b
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 2,935 deletions.
15 changes: 0 additions & 15 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,21 +1018,6 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>midonet</id>
<activation>
<property>
<name>midonet</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-network-midonet</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>srx</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
<bean id="ipDeployersRegistry"
class="org.apache.cloudstack.spring.lifecycle.registry.ExtensionRegistry">
<property name="excludeKey" value="ip.deployers.exclude" />
<property name="excludeDefault" value="MidoNetElement" />
<property name="preRegistered">
<list>
<ref bean="VpcVirtualRouter" />
Expand All @@ -145,7 +144,6 @@
<bean id="dhcpProvidersRegistry"
class="org.apache.cloudstack.spring.lifecycle.registry.ExtensionRegistry">
<property name="excludeKey" value="dhcp.providers.exclude" />
<property name="excludeDefault" value="MidoNetElement" />
<property name="preRegistered">
<list>
<ref bean="VpcVirtualRouter" />
Expand Down
60 changes: 0 additions & 60 deletions plugins/network-elements/midonet/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b044f1b

Please sign in to comment.