Open rojohn2 opened 11 months ago
parameter_defaults: CloudName: standalone.shiftstack ContainerCli: podman Debug: true DeploymentUser: stack DnsServers:
KernelIpNonLocalBind: 1
ExtraSysctlSettings: net.ipv6.conf.all.forwarding: value: 1
KernelIpv6ConfAllForwarding: 1 DockerInsecureRegistryAddress:
CloudDomain: shiftstack NeutronDnsDomain: shiftstack NeutronBridgeMappings: external:br-ex,hostonly:br-hostonly NeutronFlatNetworks: external,hostonly,hostonly-sriov NeutronGlobalPhysnetMtu: 1400 OVNCMSOptions: "enable-chassis-as-gw" NeutronPhysicalDevMappings: "hostonly:ens3f0" NovaPCIPassthrough:
vendor_id: "8086" product_id: "158b" address: "0000:11:0." physical_network: "hostonly" KernelArgs: "intel_iommu=on" StandaloneEnableRoutedNetworks: false StandaloneHomeDir: "/home/stack" InterfaceLocalMtu: 1500 SELinuxMode: permissive
StandaloneNetworkConfigTemplate: "/home/stack/dev-install_net_config.yaml"
StandaloneNetConfigOverride: network_config:
KernelArgsDeferReboot: true StandaloneExtraGroupVars: tripleo_kernel_defer_reboot: true
NovaComputeUseCowImages: false NovaComputeLibvirtPreAllocateImages: space
NtpServer: 10.122.3.10 ContainerImageRegistryCredentials: registry.redhat.io: xxx@xxxx.com: 'xxxxx' ContainerImageRegistryLogin: true
sriov interface is not mapping in nova.conf in nova compute also how we can add mutiple sriov interfaces
vi:syntax=yaml
parameter_defaults: CloudName: standalone.shiftstack ContainerCli: podman Debug: true DeploymentUser: stack DnsServers:
needed for vip & pacemaker
KernelIpNonLocalBind: 1
For OSP16
ExtraSysctlSettings: net.ipv6.conf.all.forwarding: value: 1
For OSP17 and beyond
KernelIpv6ConfAllForwarding: 1 DockerInsecureRegistryAddress:
domain name used by the host
CloudDomain: shiftstack NeutronDnsDomain: shiftstack NeutronBridgeMappings: external:br-ex,hostonly:br-hostonly NeutronFlatNetworks: external,hostonly,hostonly-sriov NeutronGlobalPhysnetMtu: 1400 OVNCMSOptions: "enable-chassis-as-gw" NeutronPhysicalDevMappings: "hostonly:ens3f0" NovaPCIPassthrough:
vendor_id: "8086" product_id: "158b" address: "0000:11:0." physical_network: "hostonly" KernelArgs: "intel_iommu=on" StandaloneEnableRoutedNetworks: false StandaloneHomeDir: "/home/stack" InterfaceLocalMtu: 1500 SELinuxMode: permissive
For OSP17+:
StandaloneNetworkConfigTemplate: "/home/stack/dev-install_net_config.yaml"
For OSP16:
StandaloneNetConfigOverride: network_config:
We never want the node to reboot during tripleo deploy, but defer to later
KernelArgsDeferReboot: true StandaloneExtraGroupVars: tripleo_kernel_defer_reboot: true
Configure Nova to use preallocated raw disks for consistent storage
performance.
NovaComputeUseCowImages: false NovaComputeLibvirtPreAllocateImages: space
NtpServer: 10.122.3.10 ContainerImageRegistryCredentials: registry.redhat.io: xxx@xxxx.com: 'xxxxx' ContainerImageRegistryLogin: true
sriov interface is not mapping in nova.conf in nova compute also how we can add mutiple sriov interfaces