Comment 43 for bug 1455489

Revision history for this message
Anton Chevychalov (achevychalov) wrote :

Have regression in MOS 8.0 centos bootstrap. https://bugs.launchpad.net/fuel/+bug/1604365

It is possible to have configured hostname in "reset and redeploy scenario" because cobbler provides names over dhcp during pxe load. Ubuntu bootstrap is not affected because it never change hostname due to some lucky conditions (It rewrites rewrites hostname to static allways).

While it can be fixed in centos image in same fashion as it done in ubuntu (static hostname in image) I think it is better to discuss hostname based solution one more time.

As I see now we can do one the following.
1. Hostname solution. Do static hostname in centos (8.0 only).
2. Hostname solution. Fix cobbler in reset scenario. (all versions I think)
3. Drop hostname solution to something else.

By the way. Do we really need nailgun-agent after deployment?