diff options
5 files changed, 5 insertions, 34 deletions
diff --git a/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst b/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst deleted file mode 100644 index ef82456..0000000 --- a/docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> -========================================================= -OPNFV HA Guest APIs -- Base Host-to-Guest Messaging Layer -=========================================================
\ No newline at end of file diff --git a/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst b/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst deleted file mode 100644 index 59ca24e..0000000 --- a/docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> -============================================== -OPNFV HA Guest APIs -- Server Group Messaging -==============================================
\ No newline at end of file diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst deleted file mode 100644 index e2d3241..0000000 --- a/docs/development/design/index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> - -********************************* -OPNFV HA Guest APIs -********************************* - -.. toctree:: - :numbered: - :maxdepth: 2 - - OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst - OPNFV_HA_Guest_APIs-server-Group-messaging_HLD.rst diff --git a/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst index 5be0b28..17d6ac9 100644 --- a/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst +++ b/docs/development/overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst @@ -1,11 +1,10 @@ -<<<<<<< HEAD .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) <optionally add copywriters name> ==================================== OPNFV HA Guest APIs -- Overview ==================================== -======= +===================================================================== Overview ===================================================================== @@ -69,11 +68,11 @@ Messaging Layer The Host-to-Guest messaging APIs used by the services discussed in this document use a JSON-formatted application messaging layer - on top of a ‘virtio serial device’ between QEMU on the OpenStack Host + on top of a ‘virtio serial device�between QEMU on the OpenStack Host and the Guest VM. JSON formatting provides a simple, humanly readable messaging format which can be easily parsed and formatted using any high level programming language being used in the Guest VM (e.g. C/C++, - Python, Java, etc.). Use of the ‘virtio serial device’ provides a + Python, Java, etc.). Use of the ‘virtio serial device�provides a simple, direct communication channel between host and guest which is independent of the Guest’s L2/L3 networking. @@ -82,7 +81,7 @@ Messaging Layer Application JSON Message Layer: - the Base Layer provides the ability to multiplex different groups - of message types on top of a single ‘virtio serial device’ + of message types on top of a single ‘virtio serial device� e.g. + heartbeating and healthchecks, diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst index 97fc100..01a8ac9 100644 --- a/docs/development/overview/index.rst +++ b/docs/development/overview/index.rst @@ -2,16 +2,14 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) <optionally add copywriters name> -<<<<<<< HEAD ********************************* OPNFV HA Guest APIs -- Overview ********************************* -======= ********************************************************************* PROPOSAL: Reach-thru Guest Monitoring and Services for High Availability ********************************************************************* ->>>>>>> e83e826... Modify format issues + .. toctree:: :maxdepth: 4 |