Skip to content

Instantly share code, notes, and snippets.

View mgarciap's full-sized avatar

Manuel Garcia mgarciap

View GitHub Profile

0x2e4293ff5ccdfc832d1cb7a975c4d11e52869a5ded9509d86466181cea8f0cbf

Docker version 18.09.5
Compose version 1.24.0
-------------
__/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
_\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
_\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
_\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
_\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____

Keybase proof

I hereby claim:

  • I am mgarciap on github.
  • I am manugarcia (https://keybase.io/manugarcia) on keybase.
  • I have a public key ASCdocxwJeLPPo_6zFHaMYRIwh9bUkI3o4Qbcx6kfBTVTQo

To claim this, I am signing this object:

0xDf5cDc473Dd0f7cBe8D5D942ec2C39D86C7a2ea4
<!DOCTYPE html>
<html class='cyan' dir='ltr'>
<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1' />
<title>Rubix WebApp :: Admin Template</title>
<meta name='author' content='SketchPixy, support@sketchpixy.com'>
<meta name='description' content='Rubix Admin Template'>
<meta name='keywords' content='admin, template, wrapbootstrap, metro, modern, flat, responsive'>
<meta name='robots' content='index, follow'>
@mgarciap
mgarciap / ERROR
Last active November 21, 2017 02:01
Deploying Jenkins to Cloud Foundry
2014-10-08T23:26:24.61-0300 [API] OUT Created app with guid de613b7d-5d86-4c04-9d4f-d9af778d8148
2014-10-08T23:26:24.76-0300 [API] OUT Updated app with guid de613b7d-5d86-4c04-9d4f-d9af778d8148 ({"route"=>"63214764-8a1e-4eb0-9856-e906ba666203"})
2014-10-08T23:26:45.21-0300 [DEA] OUT Got staging request for app with id de613b7d-5d86-4c04-9d4f-d9af778d8148
2014-10-08T23:26:46.85-0300 [API] OUT Updated app with guid de613b7d-5d86-4c04-9d4f-d9af778d8148 ({"state"=>"STARTED"})
2014-10-08T23:26:47.51-0300 [STG] OUT -----> Downloaded app package (60M)
2014-10-08T23:26:50.83-0300 [STG] OUT -----> Java Buildpack Version: v2.4 | https://github.com/cloudfoundry/java-buildpack.git#7cdcf1a
2014-10-08T23:30:54.46-0300 [STG] OUT -----> Downloading Open Jdk JRE 1.7.0_65 from https://download.run.pivotal.io/openjdk/lucid/x86_64/openjdk-1.7.0_65.tar.gz (4m 3s)
2014-10-08T23:30:55.24-0300 [STG] OUT Expanding Open Jdk JRE to .java-buildpack/open_jdk_jre (0.7s)
2014-10-08T23:31:00.50-0300 [S
cc_api = Faraday.new 'https://api.10.244.0.34.xip.io', :ssl => {:verify => false} do |conn|
conn.request :url_encoded
conn.response :logger
conn.adapter Faraday.default_adapter
end
response = cc_api.get do |req|
req.url '/v2/info'
req.headers['Accept'] = 'application/json'
end
@mgarciap
mgarciap / gist:1182d4b48826bf3c6e13
Created July 15, 2014 02:08
Cf-storm: ERR max number of clients reached
2014-07-14T23:06:43.73-0300 [App/0] ERR [2014-07-15 02:06:43] ERROR Redis::CommandError: ERR max number of clients reached
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:85:in `call'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:70:in `connect'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:292:in `ensure_connected'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:179:in `block in process'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:258:in `logging'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor/bundle/ruby/1.9.1/gems/redis-3.0.5/lib/redis/client.rb:178:in `process'
2014-07-14T23:06:43.73-0300 [App/0] ERR /home/vcap/app/vendor
0 of 1 instances running, 1 failing
FAILED
Start unsuccessful
TIP: use 'gcf logs selfstarter --recent' for more information
~/dev/cf/test-apps/selfstarter [master|✚ 1]
02:53 PM $ gcf logs selfstarter --recent
Connected, dumping recent logs for app selfstarter in org manuel / space demos as admin...
2014-05-19T14:21:10.40-0300 [DEA] OUT Removing crash for app with id 6a458030-7cf0-44a5-af2e-434432204d8d
@mgarciap
mgarciap / gist:11308485
Last active August 29, 2015 14:00
Running Yeti tests against cf 153 (bosh lite)
#non-parallel
$bundle exec rspec spec/apps/ruby_spec.rb
09:43 PM $ export VCAP_BVT_USER_PASSWD="admin"
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ export VCAP_BVT_USER="admin"
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ bundle exec rspec spec/apps/ruby_spec.rb
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ bundle exec rspec spec/apps/ruby_spec.rb