Default install method to pip
We want to encourge users to use the released versions of nodepool, so flip the switch to pip. We still support git and will continue to test against it. Change-Id: If45a1392b1caed8d1c181bd463bad30f91eab899 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6a95700860
commit
3d96a9ae01
@ -15,8 +15,6 @@
|
||||
- job:
|
||||
name: ansible-role-nodepool
|
||||
parent: ansible-role-nodepool-base
|
||||
vars:
|
||||
nodepool_install_method: pip
|
||||
|
||||
- job:
|
||||
name: ansible-role-nodepool-fedora-27
|
||||
|
@ -55,7 +55,7 @@ nodepool_git_version: master
|
||||
# nodepool_git_refspec:
|
||||
# nodepool_git_update:
|
||||
|
||||
nodepool_install_method: git
|
||||
nodepool_install_method: pip
|
||||
|
||||
nodepool_pip_name: nodepool
|
||||
# nodepool_pip_executable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user