Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/ha/ha-failover b/cli/documentation/en_US/ha/ha-failover
new file mode 100755
index 0000000..18ee394
--- /dev/null
+++ b/cli/documentation/en_US/ha/ha-failover
@@ -0,0 +1,7 @@
+Configures failover parameters, or triggers a failover event.
+
+The 'failover' token directs the current node to fail over to
+a configured slave controller.
+
+The 'provision' token configures a slave controller by IP address that
+will function as a master controller after a failover event.
diff --git a/cli/documentation/en_US/ha/ha-failover-example b/cli/documentation/en_US/ha/ha-failover-example
new file mode 100755
index 0000000..3d6b73b
--- /dev/null
+++ b/cli/documentation/en_US/ha/ha-failover-example
@@ -0,0 +1,5 @@
+ha failover
+  Fail this controller node, defer to a slave controller
+
+ha provision 1.2.3.4
+  Configure a new controller node to function as a slave
diff --git a/cli/documentation/en_US/ha/ha-vrrp b/cli/documentation/en_US/ha/ha-vrrp
new file mode 100755
index 0000000..093fe12
--- /dev/null
+++ b/cli/documentation/en_US/ha/ha-vrrp
@@ -0,0 +1 @@
+Configure parameters for the VRRP protocol
diff --git a/cli/documentation/en_US/ha/ha-vrrp-example b/cli/documentation/en_US/ha/ha-vrrp-example
new file mode 100755
index 0000000..df69b3b
--- /dev/null
+++ b/cli/documentation/en_US/ha/ha-vrrp-example
@@ -0,0 +1,5 @@
+ha cluster-number 42
+  Set the cluster number (VRRP router ID)
+
+no ha cluster-number
+  Reset the VRRP router ID to the default ('1')