Skip to content

Commit

Permalink
deployctl does not generate clusterhost platform network
Browse files Browse the repository at this point in the history
Signed-off-by: vineela-pachchipulusu <Vineela.Pachchipulusu@windriver.com>
  • Loading branch information
vineela-pachchipulusu committed Dec 18, 2024
1 parent 22236ba commit 9208520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func (db *DeploymentBuilder) buildPlatformNetworks(d *Deployment) error {
}

d.PlatformNetworks = make([]*starlingxv1.PlatformNetwork, 0)
always_generate_networks := []string{"storage", "mgmt", "oam", "admin"}
always_generate_networks := []string{"storage", "mgmt", "oam", "admin", "cluster-host"}
sort.Strings(always_generate_networks)
for _, n := range results {
associated_pools_name = []string{}
Expand Down

0 comments on commit 9208520

Please sign in to comment.