diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2015-07-16 16:46:33 +0200 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2015-08-03 17:11:04 +0200 |
commit | 8f951b8d458c9ec58614a65e4dad4f3ce2b74293 (patch) | |
tree | b72766b0089ab9d729e58a54c21fee0735038359 /Vagrantfile | |
parent | 3c2893290640865cce15f6093a9ab2f11c294acd (diff) | |
download | openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.gz openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.bz2 openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.xz openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.zip |
Reference deployment_type instead of hardcoding origin
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index a832ae84e..f0aa0387b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| "nodes" => ["node1", "node2"], } ansible.extra_vars = { - openshift_deployment_type: "origin", + openshift_deployment_type: deployment_type, } ansible.playbook = "playbooks/byo/config.yml" end |