diff options
author | 2017-11-28 04:43:46 +0000 | |
---|---|---|
committer | 2017-11-28 04:43:46 +0000 | |
commit | 10dcd010eab755eb644297940b7d40062889c233 (patch) | |
tree | aed41817e7511ffc10212d2410a06af9022f78d0 /docs/sections | |
parent | 6816bc89bf1e6a814442725bab8a92df5a2bb838 (diff) | |
parent | 95be74bfa769f7e57bc64d5621f1bfd96e016ee5 (diff) |
Merge "Fix Doc8 errors" into amsterdam
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/apis/ves.rst | 2429 | ||||
-rw-r--r-- | docs/sections/architecture.rst | 2 | ||||
-rw-r--r-- | docs/sections/blueprints/ves.rst | 10 | ||||
-rw-r--r-- | docs/sections/images/designate.gif | bin | 0 -> 115887 bytes | |||
-rw-r--r-- | docs/sections/installation.rst | 4 | ||||
-rw-r--r-- | docs/sections/installation_heat.rst | 153 | ||||
-rw-r--r-- | docs/sections/installation_manual.rst | 645 | ||||
-rw-r--r-- | docs/sections/installation_test.rst | 8 | ||||
-rw-r--r-- | docs/sections/release-notes.rst | 5 |
9 files changed, 1588 insertions, 1668 deletions
diff --git a/docs/sections/apis/ves.rst b/docs/sections/apis/ves.rst index 41d903be..4fb338f8 100644 --- a/docs/sections/apis/ves.rst +++ b/docs/sections/apis/ves.rst @@ -99,850 +99,850 @@ Body :header: "Name", "Required", "Type", "Format", "Properties", "Description" :widths: 20, 10, 15, 15, 30, 25 - event | No | :ref:`event <d_0eeffb3cd3e31135c2f3cf8ee4a2bdbb>` | | | + event | No | :ref:`event <d_0eeffb3cd3e31135c2f3cf8ee4a2bdbb>` | | | .. code-block:: javascript { "event": { "commonEventHeader": { - "domain": "fault", - "eventId": "somestring", - "eventName": "somestring", - "eventType": "somestring", - "internalHeaderFields": {}, - "lastEpochMicrosec": 1, - "nfNamingCode": "somestring", - "nfcNamingCode": "somestring", - "priority": "High", - "reportingEntityId": "somestring", - "reportingEntityName": "somestring", - "sequence": 1, - "sourceId": "somestring", - "sourceName": "somestring", - "startEpochMicrosec": 1, + "domain": "fault", + "eventId": "somestring", + "eventName": "somestring", + "eventType": "somestring", + "internalHeaderFields": {}, + "lastEpochMicrosec": 1, + "nfNamingCode": "somestring", + "nfcNamingCode": "somestring", + "priority": "High", + "reportingEntityId": "somestring", + "reportingEntityName": "somestring", + "sequence": 1, + "sourceId": "somestring", + "sourceName": "somestring", + "startEpochMicrosec": 1, "version": 1 - }, + }, "faultFields": { "alarmAdditionalInformation": [ { - "name": "somestring", + "name": "somestring", "value": "somestring" - }, + }, { - "name": "somestring", + "name": "somestring", "value": "somestring" } - ], - "alarmCondition": "somestring", - "alarmInterfaceA": "somestring", - "eventCategory": "somestring", - "eventSeverity": "CRITICAL", - "eventSourceType": "somestring", - "faultFieldsVersion": 1, - "specificProblem": "somestring", + ], + "alarmCondition": "somestring", + "alarmInterfaceA": "somestring", + "eventCategory": "somestring", + "eventSeverity": "CRITICAL", + "eventSourceType": "somestring", + "faultFieldsVersion": 1, + "specificProblem": "somestring", "vfStatus": "Active" - }, + }, "heartbeatFields": { "additionalFields": [ { - "name": "somestring", + "name": "somestring", "value": "somestring" - }, + }, { - "name": "somestring", + "name": "somestring", "value": "somestring" } - ], - "heartbeatFieldsVersion": 1, + ], + "heartbeatFieldsVersion": 1, "heartbeatInterval": 1 - }, + }, "measurementsForVfScalingFields": { "additionalFields": [ { - "name": "somestring", + "name": "somestring", "value": "somestring" - } |