Comment 27 for bug 1349702

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

Mike, Dima, Sheena,

I'm not sure whether you understand what's done in scope of this bug or not, but let me explain a bit.

Previously we had hardcoded net04 and net04_ext everywhere. It was hardcoded in Nailgun, it was hardcoded in puppet manifests, it was hardcoded in OSTF, it was hardcoded in system tests and so on. So even simple renaming was painful, since it was required to do renaming across several projects.. and merge patches at one time.

So we've decided to remove this hardcoded, and currently there's only one source of truth - Nailgun. Both library, OSTF and system tests retrieve names from Nailgun. So that's better, isn't it?

From Nailgun POV, it's not hardcoded anymore either. Each cluster stores these names in neutron_config settings, so different cluster may have different names. So what we need to do now is to show these fields on UI somehow. If so, I believe the bug should be assigned to Fuel UI team and the 'tricky' tag must be removed.