-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPasteBin_Dec062017
32 lines (10 loc) · 1.3 KB
/
PasteBin_Dec062017
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
wget -O - --retry-connrefused --no-check-certificate -T 60 "http://dev-int-kube.aeg.cloud/api/v1/proxy/namespaces/catalog-ingest/services/https:linearcontent:443/v1/service/linear/coldStart?ccid=3007&start=2017-11-20T00:00:00Z&end=2017-11-21T00:00:00Z" | jq .
wget -O - --retry-connrefused --no-check-certificate -T 60 "http://dev-int-kube.aeg.cloud/api/v1/proxy/namespaces/catalog-ingest/services/https:linearcontent:443/v1/service/linear/coldStart?ccid=3007&start=2017-11-20T00:00:00Z&end=2017-11-21T00:00:00Z" | jq .
wget -O - --retry-connrefused --no-check-certificate -T 60 "http://dev-int-kube.aeg.cloud/api/v1/proxy/namespaces/catalog-ingest/services/https:channels:443/v1/service/linear/coldStart" | jq .
wget -O - --retry-connrefused --no-check-certificate -T 60 "http://dev-int-kube.aeg.cloud/api/v1/proxy/namespaces/catalog-ingest/services/https:channels:443/v1/service/vod/coldStart" | jq .
wget -O - --retry-connrefused --no-check-certificate -T 60 "http://dev-int-kube.aeg.cloud/api/v1/proxy/namespaces/catalog-ingest/services/https:channels:443/env.json" | jq .
## Change spring property to kubernetis kConfigManger property
echo "cms.cold.data.url" | sed 's/./\U&/g' | sed 's/\./_/g'
## In bashRc
kC(){ echo "$1" | sed 's/./\U&/g' | sed 's/\./_/g'; }
kC server.ssl.enabled