blob: 4d5a447a2b418e8f1308f268749f4481f3d314e5 [file] [log] [blame]
Vikram Bodireddy9a81ea82020-01-07 14:56:33 +05301description: >
2 To implement the Activation apply options for a newly uploaded firmware
Patrick Williamsa1347412022-12-06 10:56:22 -06003 image. The apply options property is specific to each firmware update and is
4 used during firmware activation. ApplyOptions usage during firmware
5 activation is implementation specific, not all firmware targets need
6 ApplyOptions. This property is removed after activation of the firmware is
7 done and when the firmware goes to Active state. The default value of this
8 property is false.
Vikram Bodireddy9a81ea82020-01-07 14:56:33 +05309properties:
10 - name: ClearConfig
11 type: boolean
12 default: false
13 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050014 This property indicates whether to clear the software configurations
15 when the firmware image update is getting applied. A value of true
16 indicates the firmware configurations should be cleared along with
17 firmware image activation.