FAQ | This is a LIVE service | Changelog

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

Merge branch 'arcus/2023.1-staging' into 'arcus/2023.1-production'

Add PVC switch ethsw-ar19-u22 to staging cloud configurations. Secrets change...

See merge request !531
parents 8923024b 16bf2a4c
No related branches found
No related tags found
2 merge requests!538Sync/20250310 antelope staging sync,!531Add PVC switch ethsw-ar19-u22 to staging cloud configurations. Secrets change...
......@@ -65,6 +65,7 @@ core-switches
[hs-switches:children]
force10-s4810
cumulus-sn3700c
os10-s5232f
[force10-s4810]
ethsw-ar06-u24
......@@ -72,5 +73,7 @@ ethsw-ar06-u24
[cumulus-sn3700c]
ethsw-ar05-u19
[core-switches]
[os10-s5232f]
ethsw-ar19-u22
[core-switches]
......@@ -9,6 +9,18 @@ backend_url = {% raw %}"etcd3+http://{{ api_interface_address }}:{{ etcd_client_
# the limited concurrency possible when applying changes.
acquire_timeout = 300
[genericswitch:ethsw-ar19-u22]
device_type = netmiko_dell_os10
ip = 10.45.253.46
username = arcus-ngs
password = {{ secrets_arcus_ngs_switch_ssh_password }}
ngs_physical_networks = physnet1
ngs_port_default_vlan = 630
ngs_disable_inactive_ports = False
ngs_max_connections = 1
ngs_batch_requests = False
ngs_manage_vlans = False
[genericswitch:ethsw-ar05-u19]
device_type = netmiko_cumulus
ip = 10.45.253.85
......
This diff is collapsed.
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