File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 139
139
- ^LICENSE$
140
140
- ^tox\.ini$
141
141
vars :
142
+ base_arch : " x86_64"
142
143
publisher : false
143
144
container_engine : " docker"
144
145
extra-vars :
Original file line number Diff line number Diff line change 3
3
vars_files :
4
4
- ../vars/zuul.yml
5
5
vars :
6
- tag_suffix : " {{ '-aarch64' if ansible_architecture == 'aarch64' else '' }}"
6
+ tag_suffix : " {{ '-aarch64' if base_arch == 'aarch64' else '' }}"
7
7
kolla_build_config :
8
8
DEFAULT :
9
9
debug : true
10
10
logs_dir : " {{ kolla_build_logs_dir }}"
11
11
quiet : true
12
12
base : " {{ base_distro }}"
13
- base_arch : " {{ base_arch | default('x86_64') }}"
13
+ base_arch : " {{ base_arch }}"
14
14
engine : " {{ container_engine }}"
15
15
template_override : /etc/kolla/template_overrides.j2
16
16
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
You can’t perform that action at this time.
0 commit comments