Remove multi-server controller
Removed all pages associated with the multi-server feature.
Before, this page was visible at /multi-server/overview.
This page is not used and there is a lot of work to get
multi-server working. There was also a lot of hardcoded values
in the multi-server controllers.
This code could still be used in the future by looking at the git
history or checking out an earlier tag.
Removing these controllers saves us a few KBs in the image.
Tested: Manual regression testing on a Witherspoon.
Change-Id: Ic2f727a80404291338a66cde4857cf1f4ad228b2
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/index.js b/app/index.js
index 1eb7dd6..d333dca 100644
--- a/app/index.js
+++ b/app/index.js
@@ -78,9 +78,6 @@
import snmp_controller from './configuration/controllers/snmp-controller.js';
import firmware_controller from './configuration/controllers/firmware-controller.js';
-import multi_server_index from './multi-server/index.js';
-import multi_server_controller from './multi-server/controllers/multi-server-controller.js';
-
import users_index from './users/index.js';
import user_accounts_controller from './users/controllers/user-accounts-controller.js';
@@ -101,8 +98,7 @@
'app.common.filters',
// Model resources
'app.login', 'app.overview', 'app.serverControl',
- 'app.serverHealth', 'app.configuration', 'app.users', 'app.redfish',
- 'app.multiServer'
+ 'app.serverHealth', 'app.configuration', 'app.users', 'app.redfish'
])
// Route configuration
.config([