-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathipfailover_none.yaml
46 lines (38 loc) · 1.01 KB
/
ipfailover_none.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
heat_template_version: 2016-10-14
description: >
A template which deploys a IP failover service for the Openshift router
parameters:
fixed_network:
description: >
The name or ID of the admin and public network
type: string
constraints:
- custom_constraint: neutron.network
fixed_subnet:
description: >
The name or ID of the admin and public IPv4 space
type: string
constraints:
- custom_constraint: neutron.subnet
external_network:
description: >
The name of the inbound access network
type: string
constraints:
- custom_constraint: neutron.network
loadbalancer_ip:
type: string
outputs:
router_ip:
description: >
The Openshift Router external IP
value: {get_param: loadbalancer_ip}
router_vip:
description: >
The Openshift Router virtual private IP
value: ""
allowed_address_pairs:
description: >
Allowed address pairs to apply on the ports of the nodes
that host the Openshift router
value: []