Comment 1 for bug 1500667

Revision history for this message
Artem Panchenko (apanchenko-8) wrote :

Hi Tudor,

changing gateway for admin network using Fuel menu after master node deployment doesn't change GW stored in Nailgun database, so you need to do it manually:

# dockerctl shell postgres su - postgres -c "psql nailgun -c \"UPDATE network_groups SET gateway = '10.20.0.1' WHERE name = 'fuelweb_admin';\""

In 7.0 release we added an ability to manage network groups using CLI (https://docs.mirantis.com/openstack/fuel/fuel-master/operations.html#using-networking-templates), but unfortunately in 6.1 there is no such feature.

Also, I think this bug is about lack of Fuel documentation regarding changing admin network gateway. Python guys, please assign it to fuel-docs team if you agree.