
This change implements unit tests for the Spyglass XLS plugin CLI. Change-Id: I0761f8508f3134b1ffb77e78543a72bf1fcf5ca5
34 lines
641 B
YAML
34 lines
641 B
YAML
##############################################
|
|
# Site Specific Spyglass XLS Plugin Settings #
|
|
##############################################
|
|
---
|
|
site_info:
|
|
ldap:
|
|
common_name: test
|
|
url: ldap://ldap.example.com
|
|
subdomain: test
|
|
ntp:
|
|
servers: 10.10.10.10,20.20.20.20,30.30.30.30
|
|
sitetype: foundry
|
|
domain: atlantafoundry.com
|
|
dns:
|
|
servers: 8.8.8.8,8.8.4.4,208.67.222.222
|
|
network:
|
|
vlan_network_data:
|
|
ingress:
|
|
subnet:
|
|
- 132.68.226.72/29
|
|
bgp :
|
|
peers:
|
|
- '172.29.0.2'
|
|
- '172.29.0.3'
|
|
asnumber: 64671
|
|
peer_asnumber: 64688
|
|
storage:
|
|
ceph:
|
|
controller:
|
|
osd_count: 6
|
|
...
|
|
|
|
|