After installing a new CF in AWS I am able to push and stage my first test app but not subsequent apps.
- AWS
- CF[140|144|146]
- Stemcell 1226
| { | |
| "title": "Logstash Search", | |
| "services": { | |
| "query": { | |
| "idQueue": [ | |
| 1 | |
| ], | |
| "list": { | |
| "0": { | |
| "query": "*", |
| --- | |
| :update_sources: true | |
| # Use the CF gems | |
| :sources: | |
| - http://rubygems.org/ | |
| - https://s3.amazonaws.com/bosh-jenkins-gems/ | |
| # Don't build the docs | |
| gem: --no-ri --no-rdoc |
| tell application "System Events" to tell process "SecurityAgent" | |
| set value of text field 1 of window 1 to the clipboard | |
| click button 1 of window 1 | |
| end tell |
| root@8871a70b-1d0c-4892-a779-53fbcb1c1ce6:/var/vcap/sys/log/mysql_gateway# cat mysql_gateway.stderr.log | |
| Resque::Helpers will be gone with no replacement in Resque 2.0.0. | |
| /var/vcap/data/packages/mysql_gateway/0.1-dev.1/mysql_service/vendor/bundle/ruby/1.9.1/gems/vcap_services_base-0.2.0/lib/base/service_error.rb:13: warning: already initialized constant HTTP_BAD_REQUEST | |
| /var/vcap/data/packages/mysql_gateway/0.1-dev.1/mysql_service/vendor/bundle/ruby/1.9.1/gems/vcap_services_base-0.2.0/lib/base/service_error.rb:14: warning: already initialized constant HTTP_NOT_AUTHORIZED | |
| /var/vcap/data/packages/mysql_gateway/0.1-dev.1/mysql_service/vendor/bundle/ruby/1.9.1/gems/vcap_services_base-0.2.0/lib/base/service_error.rb:15: warning: already initialized constant HTTP_FORBIDDEN | |
| /var/vcap/data/packages/mysql_gateway/0.1-dev.1/mysql_service/vendor/bundle/ruby/1.9.1/gems/vcap_services_base-0.2.0/lib/base/service_error.rb:16: warning: already initialized constant HTTP_NOT_FOUND | |
| /var/vcap/data/packages/mysql_gateway/0.1-dev. |
| package com.github.styx.config; | |
| import javax.net.ssl.*; | |
| import java.io.IOException; | |
| import java.net.URL; | |
| import java.security.KeyManagementException; | |
| import java.security.cert.CertificateException; | |
| import java.security.cert.X509Certificate; | |
| import java.security.NoSuchAlgorithmException; |
| git clone https://github.com/cloudfoundry/cf-release.git | |
| cd cf-release | |
| git fetch | |
| git submodule update --init --recursive | |
| # | |
| bosh create release releases/cf-138.yml |
| --- | |
| name: cf | |
| director_uuid: a6bede21-3374-4c8d-a29d-a330199d0d61 | |
| releases: | |
| - name: cf | |
| version: 138 | |
| networks: | |
| - name: floating |
| --- | |
| name: cf_ngis_v2 | |
| director_uuid: 124da01f-5593-4eb6-a7bb-8e3d9bbef034 | |
| release: | |
| name: cf | |
| version: latest #130.65-dev | |
| compilation: | |
| workers: 3 |
| tastle@tastle-w500 play-hello-world $ cf target http://9.10.5.59:9022 | |
| Setting target to http://9.10.5.59:9022... OK | |
| tastle@tastle-w500 play-hello-world $ cf login | |
| target: http://9.10.5.59:9022 | |
| Email> admin | |
| Password> ***** |