diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-06 08:36:00 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-06 08:36:00 -0500 |
commit | d8883bca77ce55238b6a36c5cd80934dc603e596 (patch) | |
tree | 0e8e91cec6108fe80219e04ce2509aadb7c16cce /playbooks/libvirt/openshift-cluster/config.yml | |
parent | ba3b613f19234f3894235480d8a39a01f19aa877 (diff) | |
parent | c84677a90bd168b804cae7e511747b7af30ce387 (diff) | |
download | openshift-d8883bca77ce55238b6a36c5cd80934dc603e596.tar.gz openshift-d8883bca77ce55238b6a36c5cd80934dc603e596.tar.bz2 openshift-d8883bca77ce55238b6a36c5cd80934dc603e596.tar.xz openshift-d8883bca77ce55238b6a36c5cd80934dc603e596.zip |
Merge pull request #824 from detiber/lb_group_fixes
Fix lb group related errors
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml index c208eee81..4d1ae22ff 100644 --- a/playbooks/libvirt/openshift-cluster/config.yml +++ b/playbooks/libvirt/openshift-cluster/config.yml @@ -15,6 +15,7 @@ - include: ../../common/openshift-cluster/config.yml vars: g_etcd_group: "{{ 'tag_env-host-type-' ~ cluster_id ~ '-openshift-etcd' }}" + g_lb_group: "{{ 'tag_env-host-type-' ~ cluster_id ~ '-openshift-lb' }}" g_masters_group: "{{ 'tag_env-host-type-' ~ cluster_id ~ '-openshift-master' }}" g_nodes_group: "{{ 'tag_env-host-type-' ~ cluster_id ~ '-openshift-node' }}" g_ssh_user: "{{ hostvars.localhost.g_ssh_user_tmp }}" |