Merge "Make pkg_locations overridable easier"
This commit is contained in:
commit
9b9dde4745
@ -66,3 +66,8 @@ repo_build_pip_no_binary:
|
||||
# Set the build tag and the repo version
|
||||
repo_build_release_tag: "{{ openstack_release }}"
|
||||
repo_build_os_distro_version: "{{ os_distro_version }}"
|
||||
|
||||
pkg_locations:
|
||||
- "{{ playbook_dir }}/../"
|
||||
- /etc/ansible/roles
|
||||
- /etc/openstack_deploy
|
||||
|
@ -125,11 +125,6 @@
|
||||
- role: "repo_build"
|
||||
vars_files:
|
||||
- defaults/repo_packages/openstack_services.yml
|
||||
vars:
|
||||
pkg_locations:
|
||||
- "{{ playbook_dir }}/../"
|
||||
- /etc/ansible/roles
|
||||
- /etc/openstack_deploy
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
tags:
|
||||
- repo-build
|
||||
|
Loading…
Reference in New Issue
Block a user