Revision 3738b8d6 doc/hooks.rst

b/doc/hooks.rst
472 472
:pre-execution: master node
473 473
:post-execution: master node
474 474

  
475
:pyeval:`constants.FAKE_OP_MASTER_TURNUP`
476
+++++++++++++++++++++++++++++++++++++++++
477

  
478
Called when the master IP is activated.
479

  
480
:directory: master-ip-turnup
481
:env. vars: MASTER_NETDEV, MASTER_IP
482
:pre-execution: master node
483
:post-execution: master node
484

  
485
:pyeval:`constants.FAKE_OP_MASTER_TURNDOWN`
486
+++++++++++++++++++++++++++++++++++++++++++
487

  
488
Called when the master IP is deactivated.
489

  
490
:directory: master-ip-turndown
491
:env. vars: MASTER_NETDEV, MASTER_IP
492
:pre-execution: master node
493
:post-execution: master node
494

  
475 495

  
476 496
Obsolete operations
477 497
~~~~~~~~~~~~~~~~~~~
......
601 621
VM_CAPABLE
602 622
  Whether the node can host instances.
603 623

  
624
MASTER_NETDEV
625
  Network device of the master IP
626

  
627
MASTER_IP
628
  The master IP
629

  
604 630
INSTANCE_TAGS
605 631
  A space-delimited list of the instance's tags.
606 632

  

Also available in: Unified diff