Skip to content

Commit a42650c

Browse files
authored
Merge pull request #30 from kairos-io/openamt
added documentation for using openamt bundle
2 parents f463291 + 450281a commit a42650c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

content/en/docs/Examples/openamt.md

+27
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)