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
{ | |
"metadata":{ | |
"name":"failover-router" | |
}, | |
"kind":"Config", | |
"apiVersion":"v1beta1", | |
"creationTimestamp":"2014-09-18T18:28:38-04:00", | |
"items":[ | |
{ | |
"id": "router-service", |
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
[vagrant@openshiftdev origin]$ openshift ex router --credentials="${KUBECONFIG}" --virtual-ips="10.0.2.100-102" --latest-images=true -o json | |
{ | |
"metadata": {}, | |
"items": [ | |
{ | |
"metadata": { | |
"name": "router", | |
"creationTimestamp": null, | |
"labels": { | |
"router": "router" |
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
On SSD instance - running bonnie++ for disk benchmarking. Will run on EBS based pgshards once we have a new instance launched. | |
ram@ip-10-2-16-37 [apm_pgshard]: ~$ bonnie++ -d /ebs/benchmark/bonnie -r 122698 | |
Writing a byte at a time...done | |
Writing intelligently...done | |
Rewriting...done | |
Reading a byte at a time...done | |
Reading intelligently...done | |
start 'em...done...done...done...done...done... | |
Create files in sequential order...done. |
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
cf push dynode --buildpack=git://github.com/ramr/strongloop-buildpack.git --no-create-services --instances 1 --memory 128M | |
Using manifest file manifest.yml | |
Creating dynode... OK | |
1: dynode | |
2: none | |
Subdomain> dynode | |
1: a1.cf-app.com |
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
bin/compile completed @ Sun Apr 21 23:20:11 UTC 2013 | |
/var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:115:in `environment_variables': undefined method `[]' for false:FalseClass (NoMethodError) | |
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:84:in `startup_script' | |
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:139:in `block in create_startup_script' | |
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:138:in `open' | |
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:138:in `create_startup_script' | |
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:19:in `block in stage_application' | |
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:12:in `chdir' | |
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:12:in `stage_application' | |
from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in `<main>' |
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
source 'http://rubygems.org' | |
gem 'rails', '3.2.6' | |
gem 'prototype-rails', '3.2.1' | |
gem "i18n", "~> 0.6.0" | |
gem "coderay", "~> 1.0.6" | |
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] | |
gem "builder" | |
gem "minitest" | |
gem "mysql" |
NewerOlder