diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-19 14:24:00 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 12:21:38 -0400 |
commit | b60e949da09a024b85366add7c7a26276b635093 (patch) | |
tree | 64c5621f9ec2a41f524f639c38504dc57bc2a7cf /playbooks/openstack/openshift-cluster/vars.yml | |
parent | 82126ed401be4f7272c4f896dfef299828c660f6 (diff) | |
download | openshift-b60e949da09a024b85366add7c7a26276b635093.tar.gz openshift-b60e949da09a024b85366add7c7a26276b635093.tar.bz2 openshift-b60e949da09a024b85366add7c7a26276b635093.tar.xz openshift-b60e949da09a024b85366add7c7a26276b635093.zip |
fix up variable references remove "online" support from bin/cluster
Diffstat (limited to 'playbooks/openstack/openshift-cluster/vars.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/vars.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/openstack/openshift-cluster/vars.yml b/playbooks/openstack/openshift-cluster/vars.yml index d45ab6b9e..84cba0506 100644 --- a/playbooks/openstack/openshift-cluster/vars.yml +++ b/playbooks/openstack/openshift-cluster/vars.yml @@ -28,10 +28,6 @@ deployment_vars: image: "{{ lookup('oo_option', 'image_name') | default('centos-70-raw', True) }}" ssh_user: openshift become: yes - online: - image: - ssh_user: root - become: no enterprise: "{{ deployment_rhel7_ent_base }}" openshift-enterprise: "{{ deployment_rhel7_ent_base }}" atomic-enterprise: "{{ deployment_rhel7_ent_base }}" |