Skip to content

Commit 5dfc361

Browse files
committed
monasca: enable for Debian/aarch64
CentOS and Ubuntu has too old librdkafka-dev Change-Id: I8d8258877e8b0990ae6e1d41a2d56caf64807d72
1 parent 6014b50 commit 5dfc361

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/source/matrix_aarch64.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mariadb,C,C,C,C,N,C
3939
masakari,N,C,C,C,N,C
4040
memcached,C,C,C,C,N,C
4141
mistral,C,C,C,C,N,C
42-
monasca,N,N,N,N,N,N
42+
monasca,N,N,N,N,N,C
4343
multipathd,C,C,C,C,N,C
4444
murano,C,C,C,C,N,C
4545
neutron,C,C,C,C,N,C

kolla/image/build.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ class Status(Enum):
9898
"zun-base",
9999
},
100100

101-
'source+aarch64': {
102-
"monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev
103-
# than distributions have
104-
},
105-
106101
'centos': {
107102
"hacluster-pcs", # Missing crmsh package
108103
"nova-spicehtml5proxy", # Missing spicehtml5 package
@@ -123,12 +118,16 @@ class Status(Enum):
123118

124119
'ubuntu+aarch64': {
125120
"kibana", # no binary package
121+
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
122+
# than distribution has
126123
},
127124

128125
'centos+aarch64': {
129126
"hacluster-pcs", # no binary package
130127
"influxdb", # no binary package
131128
"kibana", # no binary package
129+
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
130+
# than distribution has
132131
"telegraf", # no binary package
133132
},
134133

0 commit comments

Comments
 (0)