mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-16 23:10:33 +00:00
CI: Fix pip mirror multiline
Change-Id: Ic75fdaedfa62816fae0cc0b7924425b574feb1ee
This commit is contained in:
parent
aa44d7a9d1
commit
06ac69bd87
1 changed files with 5 additions and 5 deletions
|
|
@ -7,8 +7,8 @@ nodepool_cbs_centos_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
|
|||
nodepool_docker_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/docker"
|
||||
|
||||
# NOTE(hrw): wheel cache goes over 80/443 not on 8080
|
||||
nodepool_wheel_mirror: >-
|
||||
https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-
|
||||
{{ (ansible_os_family == 'Debian') |
|
||||
ternary(ansible_distribution_version, ansible_distribution_major_version) }}-
|
||||
{{ ansible_architecture | lower }}
|
||||
nodepool_wheel_mirror:
|
||||
"https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-\
|
||||
{{ (ansible_os_family == 'Debian') | \
|
||||
ternary(ansible_distribution_version, ansible_distribution_major_version) }}-\
|
||||
{{ ansible_architecture | lower }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue