Skip to content

Commit 0decadc

Browse files
committed
Debian: enable OVN images for AArch64
Thomas Goirand uploaded OVN packages into official bullseye-backports repository. They are available for both x86-64 and aarch64 so we can enable them now. Change-Id: I90abeca62e2de264539b711d8bea22ec17ff03c8
1 parent 4b3ad06 commit 0decadc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/source/matrix_aarch64.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ nova,C,C,C,C,N,C
4848
nova-spicehtml5proxy,N,N,C,C,N,C
4949
octavia,C,C,N,C,N,C
5050
openvswitch,C,C,C,C,N,C
51-
ovn,C,C,C,C,N,N
51+
ovn,C,C,C,C,C,C
5252
ovsdpdk,N,N,C,C,N,C
5353
placement,C,C,N,C,N,C
5454
prometheus,C,C,C,C,N,C

kolla/image/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ class Status(Enum):
115115
"qdrouterd", # There is no qdrouterd package for Ubuntu
116116
},
117117

118-
'debian+aarch64': {
119-
"ovn-base", # no binary package
120-
},
121-
122118
'ubuntu+aarch64': {
123119
"kibana", # no binary package
124120
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev

0 commit comments

Comments
 (0)