Sha256: 8843c777c12234de458436502ce85639db866bb94281e9d6df04b6528e62da4d
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
# Clean up Ci Currently, the travis runs are not self-destroying the servers. If CI fails, ask @drnic to run: ``` fog = Fog::Compute::AWS.new(Fog.credentials.merge(region: 'us-east-1')) fog.security_groups.select {|sg| p sg.name =~ /inception-vm/}.each {|sg| fog.servers.select {|s| s.security_group_ids.include? sg.group_id}.each {|s| puts s; s.destroy}}; nil ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bosh-bootstrap-0.10.2 | CleanupCi.md |
bosh-bootstrap-0.10.1 | CleanupCi.md |
bosh-bootstrap-0.10.0 | CleanupCi.md |