Vikram Bodireddy | 9a81ea8 | 2020-01-07 14:56:33 +0530 | [diff] [blame] | 1 | description: > |
| 2 | To implement the Activation apply options for a newly uploaded firmware |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 3 | 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 Bodireddy | 9a81ea8 | 2020-01-07 14:56:33 +0530 | [diff] [blame] | 9 | properties: |
| 10 | - name: ClearConfig |
| 11 | type: boolean |
| 12 | default: false |
| 13 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 14 | 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. |