Comment 0 for bug 1734158

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Adapt config downloads for deployed servers

In quickstart, there is a template https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/tree/roles/overcloud-deploy/templates/config-download.yaml.j2 that configures port mappings for deployed servers, yet does this too opinionated and consumable with only CI multinode cases.

The flexible approach should follow the deployed server docs https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/deployed_server.html#network-configuration and allow users, say RDOcloud to meet their case, which is to transform :

  DeployedServerPortMap:
 controller0-ctlplane:
   fixed_ips:
  - ip_address:

into configurable:

  DeployedServerPortMap:
 <host-cloud-nova-server-hostname>-ctlplane:
   fixed_ips:
  - ip_address: <host-cloud-ctlplane-subnet-IP>