Signed-off-by: Andrea Spadaccini <[email protected]>
---
 doc/hooks.rst |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/doc/hooks.rst b/doc/hooks.rst
index d9f09f2..a7097c6 100644
--- a/doc/hooks.rst
+++ b/doc/hooks.rst
@@ -472,6 +472,26 @@ Modifies the cluster parameters.
 :pre-execution: master node
 :post-execution: master node
 
+OP_CLUSTER_IP_TURNUP
+++++++++++++++++++++
+
+Called when the master IP is activated.
+
+:directory: master-ip-turnup
+:env. vars: MASTER_NETDEV, MASTER_IP
+:pre-execution: master node
+:post-execution: master node
+
+OP_CLUSTER_IP_TURNDOWN
+++++++++++++++++++++++
+
+Called when the master IP is deactivated.
+
+:directory: master-ip-turndown
+:env. vars: MASTER_NETDEV, MASTER_IP
+:pre-execution: master node
+:post-execution: master node
+
 
 Obsolete operations
 ~~~~~~~~~~~~~~~~~~~
@@ -601,6 +621,12 @@ MASTER_CAPABLE
 VM_CAPABLE
   Whether the node can host instances.
 
+MASTER_NETDEV
+  Network device of the master IP
+
+MASTER_IP
+  The master IP
+
 INSTANCE_TAGS
   A space-delimited list of the instance's tags.
 
-- 
1.7.3.1

Reply via email to