041251d473
Mark regular non-containerized services with FIXME to be switched, once it is containerized Do not mark yet an external/backend/plugin/host-config related puppet services templates with that FIXME Mark puppet/services/ceph- related templates as TODO switch it to containerized ceph-ansible eventually, maybe. Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
33 lines
1.5 KiB
YAML
33 lines
1.5 KiB
YAML
resource_registry:
|
|
# FIXME(bogdando): switch it, once it is containerized
|
|
OS::TripleO::Services::LiquidioCompute: ../puppet/services/liquidio-compute-config.yaml
|
|
OS::TripleO::Services::NeutronMetadataAgent: ../docker/services/neutron-metadata.yaml
|
|
|
|
parameter_defaults:
|
|
LiquidioSriovVfNum: 4
|
|
LiquidioConfigureMode: ml2-odl
|
|
LiquidioEnableBonding: true
|
|
LiquidioBondingOptions: active-backup
|
|
LiquidioProviderMappings: 'datacentre:eth1'
|
|
ComputeLiquidioParameters:
|
|
KernelArgs: "intel_iommu=on iommu=pt"
|
|
#NovaSchedulerDefaultFilters: ['RetryFilter', 'AvailabilityZoneFilter', 'RamFilter', 'ComputeFilter', 'ComputeCapabilitiesFilter', 'ImagePropertiesFilter', 'ServerGroupAntiAffinityFilter', 'ServerGroupAffinityFilter', 'PciPassthroughFilter']
|
|
#NovaPCIPassthrough:
|
|
# - address: "*:02:00.*"
|
|
|
|
#LiquidioConfigureMode takes three valid values
|
|
#ml2-odl:- Installation is OpenStack and Opendaylight
|
|
#ml2-ovn:- Installation is OpenStack and OVN
|
|
#ml2-ovs:- Standard Openstack with OVS
|
|
#LiquidioEnableBonding, if set to true then DVR on LiquidioCompute nodes
|
|
#is disabled by default. to Enable DVR on LiquidioCompute nodes,
|
|
#set it to false.
|
|
#Liquidio supports three bonding options, these are considered
|
|
#only when bonding is enabled
|
|
# 1) active-backup
|
|
# 2) balance-tcp
|
|
# 3) balance-slb
|
|
#LiquidioProviderMappings: Valid input <external-network-name>:<Interface>
|
|
#Interface is connected to external network and used only when bonding
|
|
#is disabled
|