1<?xml version="1.0"?>
2<!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1">
3<!--
4
5 This file and its contents are supplied under the terms of the
6 Common Development and Distribution License ("CDDL"), version 1.0.
7 You may only use this file in accordance with the terms of version
8 1.0 of the CDDL.
9
10 A full copy of the text of the CDDL should have accompanied this
11 source.  A copy of the CDDL is also available via the Internet at
12 http://www.illumos.org/license/CDDL.
13
14 Copyright (c) 2018, Joyent, Inc.
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           <propitem value='System Temp' />
39         </propval>
40      </propgroup>
41    </node>
42  </range>
43</topology>
44