RHsyseng / OSP-HPE

This repository is for the OSP reference architecture on HPE Proliant Servers
1 stars 7 forks source link

How to configure provider networks? #1

Open mjbright opened 7 years ago

mjbright commented 7 years ago

We have successfully deployed RHOSP10 on Proliant Gen9 hardware, using modifications to these templates.

However, we wish to use provider networks, multiple vlans on the same (bonded) physical interfaces.

We have configured mappings in extraParams.yaml but do not see how we should define the creation of the VLANs, and their mapping onto physical interfaces in the compute.yaml, controller.yaml templates.

mjbright commented 7 years ago

Fyi, entries in extraParams.yaml

  NeutronBridgeMappings: "datacentre:br-ex,datacentre-provider:br-provider"
  NeutronNetworkVLANRanges: 'datacentre:1:1000,datacentre-provider:2132:2181'

but we seem to be missing structure in the compute.yaml, controller.yaml for this to work.