2015-11-16 08:32:25 |
Ilya Tyaptin |
bug |
|
|
added bug |
2015-11-16 08:32:44 |
Ilya Tyaptin |
description |
Ceilometer agent central, agent compute and agent ipmi binaries in ceilometer-common package have been deprecated in Kilo and have been replaced completely to ceilometer-polling in Liberty. This change causes a 8.0-pkg-install-ubuntu failing at the merging Ceilometer patches.
So, we need to avoid deleted binaries checks.
Traceback from the tests:
```
Ceilometer binary ceilometer-agent-central is missed
+ for binary in '${ceilometer_binaries[@]}'
+ '[' '!' -f /usr/bin/ceilometer-agent-central ']'
+ exit_on_error 1 'Ceilometer binary ceilometer-agent-central is missed'
+ '[' 1 -ne 0 ']'
+ echo -e 'Ceilometer binary ceilometer-agent-central is missed'
Test for package ceilometer-agent-ipmi will be run with ceilometer-common package
+ RES=0
+ case ${package_to_test} in
+ '[' '!' -f /usr/bin/ceilometer-agent-ipmi ']'
+ exit_on_error 1 'Ceilometer ipmi binary is missed'
+ '[' 1 -ne 0 ']'
Ceilometer ipmi binary is missed
+ echo -e 'Ceilometer ipmi binary is missed'
``` |
Ceilometer agent central, agent compute and agent ipmi binaries in ceilometer-common package have been deprecated in Kilo and have been replaced completely to ceilometer-polling in Liberty. This change causes a 8.0-pkg-install-ubuntu failing at the merging Ceilometer patches.
So, we need to avoid deleted binaries checks.
Traceback from the tests:
Ceilometer binary ceilometer-agent-central is missed
+ for binary in '${ceilometer_binaries[@]}'
+ '[' '!' -f /usr/bin/ceilometer-agent-central ']'
+ exit_on_error 1 'Ceilometer binary ceilometer-agent-central is missed'
+ '[' 1 -ne 0 ']'
+ echo -e 'Ceilometer binary ceilometer-agent-central is missed'
Test for package ceilometer-agent-ipmi will be run with ceilometer-common package
+ RES=0
+ case ${package_to_test} in
+ '[' '!' -f /usr/bin/ceilometer-agent-ipmi ']'
+ exit_on_error 1 'Ceilometer ipmi binary is missed'
+ '[' 1 -ne 0 ']'
Ceilometer ipmi binary is missed
+ echo -e 'Ceilometer ipmi binary is missed' |
|
2015-11-16 08:32:58 |
Ilya Tyaptin |
mos: milestone |
|
8.0 |
|
2015-11-16 08:33:06 |
Ilya Tyaptin |
mos: importance |
Undecided |
Critical |
|
2015-11-16 08:34:24 |
Ilya Tyaptin |
description |
Ceilometer agent central, agent compute and agent ipmi binaries in ceilometer-common package have been deprecated in Kilo and have been replaced completely to ceilometer-polling in Liberty. This change causes a 8.0-pkg-install-ubuntu failing at the merging Ceilometer patches.
So, we need to avoid deleted binaries checks.
Traceback from the tests:
Ceilometer binary ceilometer-agent-central is missed
+ for binary in '${ceilometer_binaries[@]}'
+ '[' '!' -f /usr/bin/ceilometer-agent-central ']'
+ exit_on_error 1 'Ceilometer binary ceilometer-agent-central is missed'
+ '[' 1 -ne 0 ']'
+ echo -e 'Ceilometer binary ceilometer-agent-central is missed'
Test for package ceilometer-agent-ipmi will be run with ceilometer-common package
+ RES=0
+ case ${package_to_test} in
+ '[' '!' -f /usr/bin/ceilometer-agent-ipmi ']'
+ exit_on_error 1 'Ceilometer ipmi binary is missed'
+ '[' 1 -ne 0 ']'
Ceilometer ipmi binary is missed
+ echo -e 'Ceilometer ipmi binary is missed' |
Ceilometer agent central, agent compute and agent ipmi binaries in ceilometer-common package have been deprecated in Kilo and have been replaced completely to ceilometer-polling in Liberty. This change causes a 8.0-pkg-install-ubuntu failing at the merging Ceilometer patches.
So, we need to avoid deleted binaries checks.
It affects all our patches merging and blocks developing process.
Patch example:
https://review.fuel-infra.org/#/c/13443/
Traceback from the tests:
Ceilometer binary ceilometer-agent-central is missed
+ for binary in '${ceilometer_binaries[@]}'
+ '[' '!' -f /usr/bin/ceilometer-agent-central ']'
+ exit_on_error 1 'Ceilometer binary ceilometer-agent-central is missed'
+ '[' 1 -ne 0 ']'
+ echo -e 'Ceilometer binary ceilometer-agent-central is missed'
Test for package ceilometer-agent-ipmi will be run with ceilometer-common package
+ RES=0
+ case ${package_to_test} in
+ '[' '!' -f /usr/bin/ceilometer-agent-ipmi ']'
+ exit_on_error 1 'Ceilometer ipmi binary is missed'
+ '[' 1 -ne 0 ']'
Ceilometer ipmi binary is missed
+ echo -e 'Ceilometer ipmi binary is missed' |
|
2015-11-16 08:46:36 |
Fuel Devops McRobotson |
mos: status |
New |
In Progress |
|
2015-11-16 11:15:28 |
Ilya Tyaptin |
tags |
|
ceilometer |
|
2015-11-16 11:51:06 |
Nadya Privalova |
mos: assignee |
|
MOS Deployment Automation Team (mos-da) |
|
2015-11-16 12:04:44 |
Ivan Udovichenko |
mos: assignee |
MOS Deployment Automation Team (mos-da) |
Ivan Udovichenko (iudovichenko) |
|
2015-11-16 12:07:38 |
Nadya Privalova |
mos: assignee |
Ivan Udovichenko (iudovichenko) |
MOS Packaging Team (mos-packaging) |
|
2015-11-16 16:29:00 |
Ivan Udovichenko |
mos: assignee |
MOS Packaging Team (mos-packaging) |
Ivan Udovichenko (iudovichenko) |
|
2015-11-16 21:34:05 |
Ivan Udovichenko |
mos: status |
In Progress |
Fix Committed |
|
2015-12-30 14:01:08 |
Fuel Devops McRobotson |
mos/7.0.x: milestone |
|
7.0-updates |
|
2015-12-30 14:01:08 |
Fuel Devops McRobotson |
mos/7.0.x: assignee |
|
Ivan Udovichenko (iudovichenko) |
|
2015-12-30 15:56:26 |
Roman Podoliaka |
mos/7.0.x: status |
New |
Invalid |
|
2016-01-22 11:14:40 |
Vitaly Gusev |
mos: status |
Fix Committed |
Fix Released |
|