mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Modified ova template name to use failure domain name
This commit is contained in:
@@ -116,3 +116,8 @@ func ConstructKargsFromNetworkConfig(ipAddrs []string, nameservers []string, gat
|
||||
logrus.Debugf("Generated karg: [%v].", outKargs)
|
||||
return outKargs, nil
|
||||
}
|
||||
|
||||
// GenerateVSphereTemplateName returns expected template name.
|
||||
func GenerateVSphereTemplateName(clusterID, fdName string) string {
|
||||
return fmt.Sprintf("%s-rhcos-%s", clusterID, fdName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user