l23network doesn't do autolookup for gateway when adding static routes

Bug #1500625 reported by Nikita Koshikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Fuel Library (Deprecated)

Bug Description

If I want to add static route via network_scheme and don't specify gateway - the resource is skipped. It will be nice to have autolookup feature, that tries to resolve default_gateway for appropriate network.

Examples:
1) Works:
   "br-storage"=>
    {"IP"=>["10.128.9.3/24"],
     "routes"=>[{"net"=>"192.168.210.0/24", "via"=>"10.128.9.1"}],

2)Not works - autoresolve
   "br-storage"=>
    {"IP"=>["10.128.9.3/24"],
     "routes"=>[{"net"=>"192.168.210.0/24"}],

Changed in fuel:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Fuel Library Team (fuel-library)
milestone: none → 8.0
tags: added: module-networks
Revision history for this message
Sergey Vasilenko (xenolog) wrote :

Autodetect of any resource peremeters -- is a not puppet way.
Module has ability for make routing for network by given gateway.

Changed in fuel:
status: Confirmed → Invalid
Dmitry Pyzhov (dpyzhov)
tags: added: area-library
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.