Skip to content

Commit aa8cc8b

Browse files
committed
Set load balancer image to rhel when using AOP
1 parent 3d6e5e0 commit aa8cc8b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

env_aop.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ parameters:
88
infra_flavor: m1.medium
99
node_image: rhel72
1010
node_flavor: m1.medium
11+
loadbalancer_image: rhel72
12+
loadbalancer_flavor: m1.medium
1113

1214
external_network: ext_net
1315
dns_nameserver: 8.8.4.4,8.8.8.8

env_loadbalancer_dedicated.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
parameters:
22
loadbalancer_type: dedicated
3-
# once openshift-ansible supports containerzed loadbalancer node setup
4-
# this can be deleted
5-
loadbalancer_image: centos72
6-
loadbalancer_flavor: m1.medium
73

84
resource_registry:
95
OOShift::LoadBalancer: loadbalancer_dedicated.yaml

env_origin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ parameters:
88
infra_flavor: m1.medium
99
node_image: centos72
1010
node_flavor: m1.medium
11+
loadbalancer_image: centos72
12+
loadbalancer_flavor: m1.medium
1113
external_network: ext_net
1214
dns_nameserver: 8.8.4.4,8.8.8.8
1315
node_count: 2

openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ parameters:
5252
constraints:
5353
- custom_constraint: glance.image
5454

55+
# once openshift-ansible supports containerized loadbalancer node setup
56+
# this can be deleted
5557
loadbalancer_image:
5658
description: >
5759
Select a base image to use for the loadbalancer nodes, this is required

0 commit comments

Comments
 (0)