You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2022/02/28 20:53:16 UTC

[trafficcontrol] branch master updated: Fixes an issue with the dev cached snapshot causing unmarshaling failure (#6591)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 46374c1  Fixes an issue with the dev cached snapshot causing unmarshaling failure (#6591)
46374c1 is described below

commit 46374c10e00f6467937953e3e32d27e6110988f4
Author: ocket8888 <oc...@apache.org>
AuthorDate: Mon Feb 28 13:53:00 2022 -0700

    Fixes an issue with the dev cached snapshot causing unmarshaling failure (#6591)
---
 dev/traffic_ops/seed.psql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/traffic_ops/seed.psql b/dev/traffic_ops/seed.psql
index 97a7153..9500b1b 100644
--- a/dev/traffic_ops/seed.psql
+++ b/dev/traffic_ops/seed.psql
@@ -46,7 +46,7 @@ INSERT INTO snapshot (
 	monitoring
 ) VALUES (
 	'dev',
-	'{"config":{"coveragezone.polling.url":"file:///root/go/src/github.com/apache/trafficcontrol/dev/traffic_router/czf.json","dnssec.enabled":"false","domain_name":"ciab.test","geolocation.polling.url":"file:///root/go/src/github.com/apache/trafficcontrol/traffic_router/core/src/test/resources/geo/GeoLite2-City.mmdb.gz"},"contentServers":{"edge":{"cacheGroup":"dev","deliveryServices":["edge.dev-ds.ciab.test"],"fqdn":"edge.dev.ciab.test","hashCount":999,"hashId":"edge","httpsPort":443,"inte [...]
+	'{"config":{"coveragezone.polling.url":"file:///root/go/src/github.com/apache/trafficcontrol/dev/traffic_router/czf.json","dnssec.enabled":"false","domain_name":"ciab.test","geolocation.polling.url":"file:///root/go/src/github.com/apache/trafficcontrol/traffic_router/core/src/test/resources/geo/GeoLite2-City.mmdb.gz"},"contentServers":{"edge":{"cacheGroup":"dev","deliveryServices":{"dev-ds":["edge.dev-ds.ciab.test"]},"fqdn":"edge.dev.ciab.test","hashCount":999,"hashId":"edge","httpsPort [...]
 	'{"trafficServers":[{"profile":"EDGE_dev","status":"REPORTED","port":80,"cachegroup":"dev","hostname":"edge","fqdn":"edge.dev.ciab.test","interfaces":[{"ipAddresses":[{"address":"129.0.0.2","gateway":null,"serviceAddress":true}],"maxBandwidth":null,"monitor":true,"mtu":1500,"name":"eth0"}],"type":"EDGE","hashid":""}],"trafficMonitors":[{"profile":"RASCAL_TM_dev","status":"ONLINE","port":80,"cachegroup":"dev","hostname":"trafficmonitor","fqdn":"trafficmonitor.dev.ciab.test","ip":"129.0.0 [...]
 )
 ON CONFLICT DO NOTHING;