From a2ae21321a08d284a844b535c3d78034722f9f2d Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 8 Nov 2016 03:08:48 -0500 Subject: [PATCH] add cumulus switch definition template --- xCAT/templates/objects/node/cumulusswitch.stanza | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xCAT/templates/objects/node/cumulusswitch.stanza diff --git a/xCAT/templates/objects/node/cumulusswitch.stanza b/xCAT/templates/objects/node/cumulusswitch.stanza new file mode 100644 index 000000000..48575c911 --- /dev/null +++ b/xCAT/templates/objects/node/cumulusswitch.stanza @@ -0,0 +1,14 @@ +# + +cumulusswitch: + objtype=node + arch="OPTIONAL: the arch of the switch management service processor, such as armv71" + groups=switch + ip="MANDATORY:the ip address of the management interface" + mac="MANDATORY:the mac of the management interface" + mgt=switch + netboot=onie + nodetype=switch + switchtype="OPTIONAL: the manufacturer of switch" + provmethod="OPTIONAL: the full path of the cumulus installer" + usercomment="the template for cumulus switch definition"