1OCF_HEARTBEAT_AWS-V(7) OCF resource agents OCF_HEARTBEAT_AWS-V(7)
2
3
4
6 ocf_heartbeat_aws-vpc-move-ip - Move IP within a VPC of the AWS EC2
7
9 aws-vpc-move-ip [start | stop | monitor | meta-data | validate-all]
10
12 Resource Agent to move IP addresses within a VPC of the Amazon
13 Webservices EC2 by changing an entry in an specific routing table
14
16 awscli
17 Path to command line tools for AWS
18
19 (optional, string, default "/usr/bin/aws")
20
21 profile
22 Valid AWS CLI profile name (see ~/.aws/config and 'aws configure')
23
24 (optional, string, default "default")
25
26 ip
27 VPC private IP address
28
29 (required, string, no default)
30
31 address
32 Deprecated IP address param. Use the ip param instead.
33
34 (optional, string, no default)
35
36 routing_table
37 Name of the routing table, where the route for the IP address
38 should be changed, i.e. rtb-...
39
40 (required, string, no default)
41
42 interface
43 Name of the network interface, i.e. eth0
44
45 (required, string, default "eth0")
46
47 monapi
48 Enable enhanced monitoring using AWS API calls to check route table
49 entry
50
51 (optional, boolean, default false)
52
54 This resource agent supports the following actions (operations):
55
56 start
57 Starts the resource. Suggested minimum timeout: 180s.
58
59 stop
60 Stops the resource. Suggested minimum timeout: 180s.
61
62 monitor
63 Performs a detailed status check. Suggested minimum timeout: 30s.
64 Suggested interval: 60s.
65
66 validate-all
67 Performs a validation of the resource configuration. Suggested
68 minimum timeout: 5s.
69
70 meta-data
71 Retrieves resource agent metadata (internal use only). Suggested
72 minimum timeout: 5s.
73
75 The following is an example configuration for a aws-vpc-move-ip
76 resource using the crm(8) shell:
77
78 primitive p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
79 params \
80 ip=string \
81 routing_table=string \
82 interface="eth0" \
83 op monitor depth="0" timeout="30s" interval="60s"
84
86 The following is an example configuration for a aws-vpc-move-ip
87 resource using pcs(8)
88
89 pcs resource create p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
90 ip=string \
91 routing_table=string \
92 interface="eth0" \
93 op monitor depth="0" timeout="30s" interval="60s"
94
96 http://clusterlabs.org/
97
99 ClusterLabs contributors (see the resource agent source for information
100 about individual authors)
101
102
103
104resource-agents UNKNOWN 10/24/2018 OCF_HEARTBEAT_AWS-V(7)