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 |
| 3 | image. The apply options property is specific to each firmware update |
| 4 | and is used during firmware activation. ApplyOptions usage during |
| 5 | firmware activation is implementation specific, not all firmware |
| 6 | targets need ApplyOptions. This property is removed after activation |
| 7 | of the firmware is done and when the firmware goes to Active state. |
| 8 | The default value of this property is false. |
| 9 | properties: |
| 10 | - name: ClearConfig |
| 11 | type: boolean |
| 12 | default: false |
| 13 | description: > |
| 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. |