File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+ ` ` `
You can’t perform that action at this time.
0 commit comments