ibm-cloud-docs / vmwaresolutions

IBM Cloud for VMware Solutions Production URL:
https://cloud.ibm.com/docs/services/vmwaresolutions?topic=vmware-solutions-getting-started#getting-started-with-ibm-cloud-for-vmware-solutions
8 stars 42 forks source link

Script has invalid static route to the ESG #940

Closed Catoptromancer closed 5 years ago

Catoptromancer commented 5 years ago

Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.100.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false

Should in fact be Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.133.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false

delia-rusu commented 5 years ago

Tracked internally in https://github.ibm.com/tornado/tracker/issues/19272

delia-rusu commented 5 years ago

Issue is fixed and the update will be visible in the next release.