diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-05 21:21:37 -0500 | 
|---|---|---|
| committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-05 22:04:22 -0500 | 
| commit | c84677a90bd168b804cae7e511747b7af30ce387 (patch) | |
| tree | 0e8e91cec6108fe80219e04ce2509aadb7c16cce /playbooks/openstack | |
| parent | ba3b613f19234f3894235480d8a39a01f19aa877 (diff) | |
| download | openshift-c84677a90bd168b804cae7e511747b7af30ce387.tar.gz openshift-c84677a90bd168b804cae7e511747b7af30ce387.tar.bz2 openshift-c84677a90bd168b804cae7e511747b7af30ce387.tar.xz openshift-c84677a90bd168b804cae7e511747b7af30ce387.zip | |
Fix lb group related errors
Diffstat (limited to 'playbooks/openstack')
| -rw-r--r-- | playbooks/openstack/openshift-cluster/config.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/playbooks/openstack/openshift-cluster/config.yml b/playbooks/openstack/openshift-cluster/config.yml index a5ee2d6a5..888804e28 100644 --- a/playbooks/openstack/openshift-cluster/config.yml +++ b/playbooks/openstack/openshift-cluster/config.yml @@ -10,6 +10,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 }}" | 
