diff options
Diffstat (limited to 'site')
6 files changed, 34 insertions, 10 deletions
diff --git a/site/intel-pod15/networks/physical/networks.yaml b/site/intel-pod15/networks/physical/networks.yaml index b5d19aa..f93b9bf 100644 --- a/site/intel-pod15/networks/physical/networks.yaml +++ b/site/intel-pod15/networks/physical/networks.yaml @@ -252,10 +252,4 @@ data: # NEWSITE-CHANGEME: Update to the gateway address for this network gateway: 10.10.155.1 metric: 100 - labels: - # NEWSITE-CHANGEME: All cruisers should have this enabled, set to false if this - # is a special case in corridor 1 that doesn't support a floating IP pool. - # If set to false, IP Addresses and CIDR will still need to be specified - # above to satisfy the schema and substitution used by other documents. - enabled: true ... diff --git a/site/intel-pod15/site-definition.yaml b/site/intel-pod15/site-definition.yaml index 068cd36..37a8549 100644 --- a/site/intel-pod15/site-definition.yaml +++ b/site/intel-pod15/site-definition.yaml @@ -12,6 +12,6 @@ data: repositories: global: - revision: refs/changes/79/755079/5 + revision: refs/changes/47/757647/7 url: https://opendev.org/airship/treasuremap.git ... diff --git a/site/intel-pod15/software/charts/osh/openstack-compute-kit/neutron.yaml b/site/intel-pod15/software/charts/osh/openstack-compute-kit/neutron.yaml index fcbac5b..94f74f6 100644 --- a/site/intel-pod15/software/charts/osh/openstack-compute-kit/neutron.yaml +++ b/site/intel-pod15/software/charts/osh/openstack-compute-kit/neutron.yaml @@ -23,4 +23,9 @@ data: conf: sriov_init: - besteffort + plugins: + sriov_agent: + sriov_nic: + physical_device_mappings: sriovnet1:ens785f1 + exclude_devices: ens785f1:0000:05:10.1; 0000:05:10.3 ... diff --git a/site/intel-pod15/software/charts/osh/openstack-compute-kit/nova.yaml b/site/intel-pod15/software/charts/osh/openstack-compute-kit/nova.yaml new file mode 100644 index 0000000..0f5595f --- /dev/null +++ b/site/intel-pod15/software/charts/osh/openstack-compute-kit/nova.yaml @@ -0,0 +1,25 @@ +--- +schema: armada/Chart/v1 +metadata: + schema: metadata/Document/v1 + replacement: true + name: nova + layeringDefinition: + abstract: false + layer: site + parentSelector: + name: nova-cruiserlite + component: nova + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + values: + conf: + nova: + pci: + ## NOTE: Exclude vf0 from each of the sriov nic + passthrough_whitelist: | + [{"address": {"domain":"0000","bus":"05","slot":"10","function":"[57]"}, "physical_network": "sriovnet1"},{"address": {"domain":"0000","bus":"05","slot":"1[1-7]","function":"[1357]"}, "physical_network": "sriovnet1"}] +... diff --git a/site/intel-pod17/networks/physical/networks.yaml b/site/intel-pod17/networks/physical/networks.yaml index 5c438f5..a0c5ca6 100644 --- a/site/intel-pod17/networks/physical/networks.yaml +++ b/site/intel-pod17/networks/physical/networks.yaml @@ -245,8 +245,8 @@ data: ranges: - type: reserved # NEWSITE-CHANGEME: Update to the start and end addresses to be used for the Floating IP pool - start: 10.10.175.31 - end: 10.10.175.128 + start: 10.10.175.1 + end: 10.10.175.19 routes: - subnet: 0.0.0.0/0 # NEWSITE-CHANGEME: Update to the gateway address for this network diff --git a/site/intel-pod17/site-definition.yaml b/site/intel-pod17/site-definition.yaml index 951ec63..051fe0c 100644 --- a/site/intel-pod17/site-definition.yaml +++ b/site/intel-pod17/site-definition.yaml @@ -12,6 +12,6 @@ data: repositories: global: - revision: refs/changes/79/755079/2 + revision: refs/changes/47/757647/7 url: https://opendev.org/airship/treasuremap.git ... |