FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d79c6dda authored by Paul Browne's avatar Paul Browne
Browse files

Merge branch 'feat/dell_os10_support' into 'arcus/victoria-staging'

Feat/dell os10 support

See merge request !275
parents f86828c8 87a3ca11
No related branches found
No related tags found
4 merge requests!280Sync victoria staging into wallaby-staging,!278Draft: sync victoria-staging into wallaby-staging,!276Sync arcus/victoria staging to arcus/victoria-production,!275Feat/dell os10 support
......@@ -22,11 +22,22 @@ acquire_timeout = 300
#ngs_max_connections = 1
#ngs_batch_requests = False
[genericswitch:ethsw-ar09-u20]
device_type = netmiko_dell_force10
ip = 10.45.253.132
username = admin
password = {{ secrets_switch_ssh_password }}
ngs_physical_networks = physnet1
ngs_port_default_vlan = 610
ngs_disable_inactive_ports = False
ngs_max_connections = 1
ngs_batch_requests = False
[genericswitch:ethsw-cr01-u40]
device_type = netmiko_dell_force10
ip = 10.45.253.252
username = admin
password ={{ secrets_switch_ssh_password }}
password = {{ secrets_switch_ssh_password }}
ngs_physical_networks = physnet1
ngs_port_default_vlan = 610
ngs_disable_inactive_ports = False
......@@ -37,7 +48,7 @@ ngs_batch_requests = False
device_type = netmiko_dell_force10
ip = 10.45.253.200
username = admin
password ={{ secrets_switch_ssh_password }}
password = {{ secrets_switch_ssh_password }}
ngs_physical_networks = physnet1
ngs_port_default_vlan = 610
ngs_disable_inactive_ports = False
......
......@@ -30,6 +30,7 @@ ipa_build_dib_elements_extra:
- "extra-hardware"
- "disable-selinux"
- "stable-interface-names"
- "devuser"
# List of Diskimage Builder (DIB) elements to use when building IPA images.
# Default is combination of ipa_build_dib_elements_default and
......@@ -46,6 +47,10 @@ ipa_build_dib_env_extra:
YUM: dnf
DIB_RELEASE: "8-stream"
DIB_DHCP_TIMEOUT: 120
DIB_DEV_USER_USERNAME: "dev"
DIB_DEV_USER_PASSWORD: "{{ secrets_ipa_dev_user_password }}"
DIB_DEV_USER_PWDLESS_SUDO: 1
DIB_DEV_USER_SHELL: "/usr/bin/bash"
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
# during IPA image build.
......@@ -158,7 +163,7 @@ ipa_kernel_options_default: >
ipa_kernel_options_extra:
- "ipa-debug=1"
# With the default timeout of 30s we often miss LLDP frames.
- "ipa-lldp-timeout=120"
- "ipa-lldp-timeout=30"
# Blacklist mpt3sas kernel module
- "mpt3sas.blacklist=1 rd.driver.blacklist=mpt3sas"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment