Activity log for bug #1521533

Date Who What changed Old value New value Message
2015-12-01 09:17:37 Aleksandr Didenko bug added bug
2015-12-01 09:52:42 OpenStack Infra fuel: status New In Progress
2015-12-01 09:55:06 Stanislav Makar tags area-library area-library feature
2015-12-02 16:42:30 OpenStack Infra fuel: status In Progress Fix Committed
2015-12-03 08:23:24 Mikhail Samoylov tags area-library feature area-library feature on-verification
2015-12-03 09:25:31 Aleksandr Didenko description It should be possible to override default gateway in network_scheme via Hiera. So with something like this in/etc/hiera/override/common.yaml file: network_scheme: endpoints: br-fw-admin: gateway: "" br-mgmt: gateway: "10.109.2.1" Puppet should create new default route set to 10.109.2.1 via br-mgmt interface. It should be possible to override default gateway in network_scheme via Hiera. So with something like this in /etc/hiera/override/common.yaml file for compute node: network_scheme:   endpoints:     br-fw-admin:       gateway: ""     br-mgmt:       gateway: "10.109.2.1" Puppet should create new default route set to 10.109.2.1 via br-mgmt interface.
2015-12-04 11:56:07 Mikhail Samoylov tags area-library feature on-verification area-library feature
2015-12-04 11:56:10 Mikhail Samoylov fuel: status Fix Committed Fix Released