Skip to content

Commit 0ae3adf

Browse files
committed
added documentation for using openamt bundle
Signed-off-by: Jacob Payne <[email protected]>
1 parent dd414db commit 0ae3adf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/en/docs/Examples/openamt.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Intel Open AMT Registration"
3+
linkTitle: "Intel Open AMT Registration"
4+
weight: 6
5+
date: 2023-04-17
6+
description: >
7+
This bundle configures Intel AMT devices during Kairos installation.
8+
---
9+
10+
If Kairos is installed on a device with an Intel AMT device, the device can be automatically registered with an MPS server.
11+
The registration will only run during installation. Devices with Kairos already installed will not be affected.
12+
13+
## Configuration
14+
15+
To configure this bundle, it must be referenced in the install bundles section. Additional configuration can be included
16+
under the amt section. To see all configuration options see the [openamt repository](https://github.com/kairos-io/openamt).
17+
18+
```yaml
19+
#cloud-config
20+
21+
install:
22+
bundles:
23+
- run://quay.io/kairos/community-bundles:openamt_latest
24+
amt:
25+
server_address: wss://mps.contoso.com/activate
26+
profile: myprofile
27+
```

0 commit comments

Comments
 (0)