Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
[#123252211] adding all partition registrations to cloud foundry plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xchapter7x committed Jul 11, 2016
1 parent e011a73 commit baa0be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/products/cloudfoundry/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func init() {
RegisterInstanceGrouperFactory(NewMySQLProxyPartition)
RegisterInstanceGrouperFactory(NewMySQLPartition)
RegisterInstanceGrouperFactory(NewCloudControllerPartition)
//ha_proxy-partition
RegisterInstanceGrouperFactory(NewClockGlobalPartition)
RegisterInstanceGrouperFactory(NewCloudControllerWorkerPartition)
RegisterInstanceGrouperFactory(NewDiegoBrainPartition)
Expand All @@ -30,6 +29,8 @@ func init() {
RegisterInstanceGrouperFactory(NewDopplerPartition)
RegisterInstanceGrouperFactory(NewLoggregatorTrafficController)
RegisterInstanceGrouperFactory(NewUAAPartition)
RegisterInstanceGrouperFactory(NewSmokeErrand)
RegisterInstanceGrouperFactory(NewHaProxyPartition)

acceptanceTests := func(c *cli.Context) InstanceGrouper {
return NewAcceptanceTestsPartition(c, true)
Expand Down

0 comments on commit baa0be5

Please sign in to comment.