From 573f866af10b6127a669d346e8f2c306f00d2ceb Mon Sep 17 00:00:00 2001 From: fuqiao Date: Fri, 31 Mar 2017 13:52:17 +0800 Subject: Modify git conflict Modify git conflict JIRA: HA-28 Change-Id: I283a216b1f97ff9ee225ff9ee92f1e2049383fe3 Signed-off-by:fuqiao@chinamobile.com --- .../design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst | 6 ------ .../OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst | 6 ------ docs/development/design/index.rst | 14 -------------- .../overview/OPNFV_HA_Guest_APIs-Overview_HLD.rst | 9 ++++----- docs/development/overview/index.rst | 4 +--- 5 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 docs/development/design/OPNFV_HA_Guest_APIs-Base-Messaging-Layer.rst delete mode 100644 docs/development/design/OPNFV_HA_Guest_APIs-Server-Group-Messaging_HLD.rst delete mode 100644 docs/development/design/index.rst 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) -========================================================= -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) -============================================== -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) - -********************************* -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) ==================================== 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) -<<<<<<< HEAD ********************************* OPNFV HA Guest APIs -- Overview ********************************* -======= ********************************************************************* PROPOSAL: Reach-thru Guest Monitoring and Services for High Availability ********************************************************************* ->>>>>>> e83e826... Modify format issues + .. toctree:: :maxdepth: 4 -- cgit 1.2.3-korg