-
Notifications
You must be signed in to change notification settings - Fork 282
Allow flexible and custom networking configuration for vSphere #295
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
Hi @rmeharg. Thanks for creating this issue. Are you able to use yaml-patch for any of the customizations? If so, providing an ops file would be ideal. |
I could for the I don't think operation specific logic should be part of I would like this to eventually be part of the core pcf-pipelines as it will be more inline with the network configuration in the Ops Manager UI. |
@rmeharg let's arrange to speak when you have time. It's not clear to me what changes you are proposing. Thanks. |
+1 on this, we are trying to add isolation segment(s) and you have to update the director network config before adding it. |
Issue
Pipeline configuration does not allow network configuration for vSphere to meet enterprise requirements at the infrastructure layer.
Release: v22
Pipeline: install-pcf
IaaS: vsphere
Version: 1.12.x
Context
I am currently working with a customer which has a complex vSphere network setup. Each foundation has 3 networks for deployment and 3 networks for services (one per AZ) and currently no dynamic services network.
The current pcf-pipelines only supports configuration of three specific networks and are required. Unfortunately the customer has 9 large PCF foundations and cannot easily change the network structure.
Possible Fix
I am having to make some customisations around supporting an array of networks and also no dynamic services network if left blank.
I would like to PR these customisations so I would like opinions on the best way to approach this to minimise rework.
Would it be best to replace the current network configuration options entirely or to provide an option/flag to provide custom networks? I am also aware there may be some limitations on using yaml arrays or json configuration with Concourse pipelines.
The text was updated successfully, but these errors were encountered: