1OCF_HEARTBEAT_ALIYUN(7)       OCF resource agents      OCF_HEARTBEAT_ALIYUN(7)
2
3
4

NAME

6       ocf_heartbeat_aliyun-vpc-move-ip - Move IP within a VPC of the Aliyun
7       ECS
8

SYNOPSIS

10       aliyun-vpc-move-ip [start | stop | monitor | meta-data | validate-all]
11

DESCRIPTION

13       Resource Agent to move IP addresses within a VPC of the Aliyun
14       Webservices ECS by changing an entry in an specific routing table
15

SUPPORTED PARAMETERS

17       address
18           VPC private IP address
19
20           (required, string, no default)
21
22       routing_table
23           Name of the routing table, where the route for the IP address
24           should be changed, i.e. vtb-...
25
26           (required, string, no default)
27
28       interface
29           Name of the network interface, i.e. eth0
30
31           (required, string, default "eth0")
32
33       profile
34           Valid Aliyun CLI profile name (see 'aliyuncli-ra configure').
35
36           See
37           https://www.alibabacloud.com/help/doc-detail/43039.htm?spm=a2c63.p38356.b99.16.38a914abRZtOU3
38           for more information about aliyuncli-ra.
39
40           (optional, string, default "default")
41

SUPPORTED ACTIONS

43       This resource agent supports the following actions (operations):
44
45       start
46           Starts the resource. Suggested minimum timeout: 180s.
47
48       stop
49           Stops the resource. Suggested minimum timeout: 180s.
50
51       monitor
52           Performs a detailed status check. Suggested minimum timeout: 30s.
53           Suggested interval: 30s.
54
55       validate-all
56           Performs a validation of the resource configuration. Suggested
57           minimum timeout: 5s.
58
59       meta-data
60           Retrieves resource agent metadata (internal use only). Suggested
61           minimum timeout: 5s.
62

EXAMPLE CRM SHELL

64       The following is an example configuration for a aliyun-vpc-move-ip
65       resource using the crm(8) shell:
66
67           primitive p_aliyun-vpc-move-ip ocf:heartbeat:aliyun-vpc-move-ip \
68             params \
69               address=string \
70               routing_table=string \
71               interface="eth0" \
72             op monitor depth="0" timeout="30s" interval="30s"
73

EXAMPLE PCS

75       The following is an example configuration for a aliyun-vpc-move-ip
76       resource using pcs(8)
77
78           pcs resource create p_aliyun-vpc-move-ip ocf:heartbeat:aliyun-vpc-move-ip \
79             address=string \
80             routing_table=string \
81             interface="eth0" \
82             op monitor depth="0" timeout="30s" interval="30s"
83

SEE ALSO

85       http://clusterlabs.org/
86

AUTHOR

88       ClusterLabs contributors (see the resource agent source for information
89       about individual authors)
90
91
92
93resource-agents UNKNOWN           03/14/2019           OCF_HEARTBEAT_ALIYUN(7)
Impressum