Activity log for bug #1529888

Date Who What changed Old value New value Message
2015-12-29 15:46:22 Aleksandr Didenko bug added bug
2015-12-29 15:53:56 Aleksandr Didenko description Introduced by https://review.openstack.org/255996 where 'node_role' has been removed from Hiera. But we still have a bunch of rspec tests that rely on 'node_role' hiera key and thus they do not work at the moment. For example: enable = (Noop.hiera_structure('murano/enabled') and Noop.hiera('node_role') == 'primary-controller') from murano_rspec.rb test currently always return false so we never run tests for primary controller role. Introduced by https://review.openstack.org/255996 where 'node_role' was removed from Hiera. But we still have a bunch of rspec tests that rely on 'node_role' hiera key and thus they do not work at the moment. For example: enable = (Noop.hiera_structure('murano/enabled') and Noop.hiera('node_role') == 'primary-controller') from murano_rspec.rb test currently return 'false' even for primary controllers, so we no longer run tests for primary controller role.
2015-12-29 15:54:04 OpenStack Infra fuel: status New In Progress
2015-12-30 13:57:35 OpenStack Infra fuel: status In Progress Fix Committed
2016-02-03 13:22:41 Mikhail Samoylov fuel: status Fix Committed Fix Released