This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-07-28T16:00:04.55-0700 [App/0] OUT 2015/07/28 23:00:04 Received request: | |
2015-07-28T16:00:04.55-0700 [App/0] OUT 2015/07/28 23:00:04 X-Cf-Forwarded-Url: http://spring-music2.10.244.0.34.xip.io/ | |
2015-07-28T16:00:04.55-0700 [App/0] OUT 2015/07/28 23:00:04 X-Cf-Proxy-Signature: mEfkGoXkAbAeHwrvgYXaDblOJk7OyzSIoM0dLacNJOq62VM29hF-h0OYU8LbUwQJyX6U7ThpddpZgQ7HGm06gWjwWQ== | |
2015-07-28T16:00:04.55-0700 [App/0] OUT 2015/07/28 23:00:04 | |
2015-07-28T16:00:04.55-0700 [App/0] OUT 2015/07/28 23:00:04 Headers: http.Header{"X-Cf-Instanceid":[]string{"49807622f3664abc8ed6817ee649a7b3c5034306900a4fc6a1a7db83d813a3b4"}, "X-Cf-Proxy-Metadata":[]string{"eyJpdiI6IlNiOWdpdUdVekVVSVVEaEsiLCJub25jZSI6IjAxaU9iUjZUalBiemRSYVIifQ=="}, "X-Forwarded-For":[]string{"192.168.50.1, 10.0.2.15, 10.0.2.15, 10.0.2.15"}, "Accept":[]string{"*/*"}, "X-Cf-Applicationid":[]string{"eb0a13f1-75c2-4dca-a153-420ac06504d9"}, "X-Cf-Proxy-Signature":[]string{"mEfkGoXkAbAeHwrvgYXaDblOJk7OyzSIoM0dLacNJOq62VM29hF-h0OYU8LbUwQJyX6U7Thpd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
networks: | |
- name: private-shared | |
type: manual | |
subnets: | |
- range: 10.0.0.0/16 | |
gateway: 10.0.0.1 | |
reserved: | |
- 10.0.16.2-10.0.16.3 | |
- 10.0.31.255 | |
static: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl localhost/v1/routes/:route_config_name/:service_cluster/:service_node | |
{ | |
"virtual_hosts": [ | |
{ | |
"name": "...", | |
"domains": [ | |
"<route uri>" | |
], | |
"routes": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff 0.142.0..0.172.0 jobs/*/spec | |
diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec | |
index 73e5484..d482a2d 100644 | |
--- a/jobs/acceptance_tests/spec | |
+++ b/jobs/acceptance_tests/spec | |
@@ -6,9 +6,8 @@ templates: | |
config.json.erb: bin/config.json | |
packages: | |
- - golang1.6 |