Comment 0 for bug 1496604

Revision history for this message
Larry Hernandez (lhernandez) wrote :

Updated the Fuel master ip and gateway during deployment. The eth0 ip was updated but the following config files needed to be manually updated after deployment.

/etc/dockerctl/config
/etc/fuel/astute.yaml
/etc/fuel/client/config.yaml

The issue was discovered when running "dockerctl check" and noticed postgres still trying to connect to 10.20.0.2.

Workaround
==========
Manually update the following files from 10.20.0.2 to new.ip.add.ress

/etc/dockerctl/config (Adjust DHCP range if necessary)
/etc/fuel/astute.yaml
/etc/fuel/client/config.yaml

Run "dockerctl destroy all" then "dockerctl build all"