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
setenv("NSObjCMessageLoggingEnabled", "YES", 1); | |
instrumentObjcMessageSends(YES); | |
instrumentObjcMessageSends(NO); | |
grep -v '\- DVT' __FILE__ | grep -v '\- NS' | grep -v '\+ NS' | grep -v '\+ DVT' | grep -v '_NS' |
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
MockClass.define(:MockGateway, Gateway) do | |
overrides :create do |name, type, otps={}| | |
# noop | |
end | |
end |
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
$require_indent = 0 | |
$require_times = [] | |
$require_abs_start = Time.now.to_f | |
def putz(*args, &blk) | |
puts(*args, &blk) | |
end | |
module Kernel | |
alias_method :old_require, :require |
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
| |-bosh-agent,675 -I aws -P ubuntu -C /var/vcap/bosh/agent.json | |
| | |-bash,1583 -x packaging | |
| | | `-gem,12126 /var/vcap/packages/ruby/bin/gem install --local --verbose --no-ri --no-rdoc -w -n/var/vcap/package | |
| | | `-{gem},12127 | |
[#<Thread:0x007fd5f0382660 sleep>] | |
eval:1:in `backtrace' | |
eval:1:in `block in connect' | |
/var/vcap/packages/ruby/lib/ruby/2.1.0/net/http.rb:879:in `initialize' | |
/var/vcap/packages/ruby/lib/ruby/2.1.0/net/http.rb:879:in `open' |
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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "AddPerm", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "*" | |
}, | |
"Action": "s3:GetObject", |
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
GET v2/service_instances/abc123 | |
{ | |
"metadata": { | |
"guid":"abc123", | |
"url": "v2/service_instances/abc123" | |
}, | |
"entity": { | |
"name":"myservice-instance", | |
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
--- | |
name: cf | |
director_uuid: REPLACE_WITH_DIRECTOR_ID | |
releases: | |
- {name: cf, version: latest} | |
networks: | |
- name: cf_private | |
type: manual |
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
--- | |
name: redis-from-scratch | |
resource_pools: | |
- name: default | |
network: default | |
cloud_properties: | |
instance_type: m3.medium | |
networks: |
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
diff --git a/src/bosh-dns/dns/internal/datatests/prodlike20180124/aliases.json b/src/bosh-dns/dns/internal/datatests/prodlike20180124/aliases.json | |
index b943537..1ba39e2 100644 | |
--- a/src/bosh-dns/dns/internal/datatests/prodlike20180124/aliases.json | |
+++ b/src/bosh-dns/dns/internal/datatests/prodlike20180124/aliases.json | |
@@ -1,4 +1,7 @@ | |
{ | |
+ "test.bosh": [ | |
+ "*.ig-5fc2278*.net-79382b0e.dep-966b6cac.bosh" | |
+ ], | |
"_.cell.service.cf.internal": [ |
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
https://github.com/cloudfoundry/bosh-agent/commit/032c79bdfc82bb58c94b46069c66a946117b8c78 | |
https://www.pivotaltracker.com/n/projects/956238/stories/150308840 | |
cake layering approach |