From 96af268a93412624dec8aff4e9391e7054d7f597 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Feb 2020 19:18:17 -0700 Subject: [PATCH] test example validation --- hyperglass/examples/hyperglass.yaml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/hyperglass/examples/hyperglass.yaml b/hyperglass/examples/hyperglass.yaml index e1935ab..2844954 100644 --- a/hyperglass/examples/hyperglass.yaml +++ b/hyperglass/examples/hyperglass.yaml @@ -1,15 +1,12 @@ --- -# general: -# debug: false -# google_analytics: '' -# org_name: The Company -# primary_asn: '65001' -# redis_host: localhost -# redis_port: 6379 -# request_timeout: 30 -# requires_ipv6_cidr: -# - cisco_ios -# - cisco_nxos +fake_key: true +# debug: false +# google_analytics: '' +# org_name: The Company +# primary_asn: '65001' +# redis_host: localhost +# redis_port: 6379 +# request_timeout: 30 # branding: # colors: @@ -122,4 +119,4 @@ # noresponse_error: No response. # request_timeout: Request timed out. # requires_ipv6_cidr: '{device_name} requires IPv6 BGP lookups to be in CIDR notation.' -# vrf_not_associated: VRF {vrf_name} is not associated with {device_name}. \ No newline at end of file +# vrf_not_associated: VRF {vrf_name} is not associated with {device_name}.