1<?xml version="1.0"?> 2<!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1"> 3<!-- 4 Copyright (c) 2017, Joyent, Inc. 5 6 7 This file and its contents are supplied under the terms of the 8 Common Development and Distribution License ("CDDL"), version 1.0. 9 You may only use this file in accordance with the terms of version 10 1.0 of the CDDL. 11 12 A full copy of the text of the CDDL should have accompanied this 13 source. A copy of the CDDL is also available via the Internet at 14 http://www.illumos.org/license/CDDL. 15 16--> 17 18<topology name='chassis' scheme='hc'> 19 <range name='chassis' min='0' max='0'> 20 <node instance='0'> 21 <fac-enum provider='fac_prov_ipmi' /> 22 <!-- 23 chassis locate LED 24 --> 25 <facility name='locate' type='indicator' provider='fac_prov_ipmi' > 26 <propgroup name='facility' version='1' name-stability='Private' 27 data-stability='Private' > 28 <propval name='type' type='uint32' value='1' /> 29 <propmethod name='chassis_ident_mode' version='0' 30 propname='mode' proptype='uint32' mutable='1' > 31 </propmethod> 32 </propgroup> 33 </facility> 34 <propgroup name='ipmi' version='1' 35 name-stability='Private' data-stability='Private' > 36 <propval name='entity-list' type='string_array' > 37 <propitem value='Chassis Intru' /> 38 </propval> 39 </propgroup> 40 </node> 41 </range> 42</topology> 43