Skip to content
Snippets Groups Projects
Commit 769582be authored by Andrea Spadaccini's avatar Andrea Spadaccini
Browse files

Add documentation for the master IP hooks


Signed-off-by: default avatarAndrea Spadaccini <spadaccio@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 2d88fdd3
No related branches found
No related tags found
No related merge requests found
......@@ -472,6 +472,26 @@ Modifies the cluster parameters.
:pre-execution: master node
:post-execution: master node
:pyeval:`constants.FAKE_OP_MASTER_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
:pyeval:`constants.FAKE_OP_MASTER_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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment