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