Created
November 18, 2011 12:30
-
-
Save mapio/1376321 to your computer and use it in GitHub Desktop.
Issues with my openshift account
This file contains 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
$ rhc-chk -l [email protected] | |
Password: | |
Ruby Version: 1.8.7 | |
host_alias: | |
Proxy being used: none | |
TEST1: Confirming connection to OpenShift | |
Code: 200 | |
Message: OK | |
{"debug":"","data":"{\"carts\":[\"raw-0.1\",\"jenkins-1.4\",\"jbossas-7.0\",\"perl-5.10\",\"rack-1.1\",\"wsgi-3.2\",\"php-5.3\"]}","api_c":["placeholder"],"result":null,"messages":"","broker":"1.1.1","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"exit_code":0,"api":"1.1.1"} | |
Cart Info: {"carts":["raw-0.1","jenkins-1.4","jbossas-7.0","perl-5.10","rack-1.1","wsgi-3.2","php-5.3"]} | |
TEST2: Authentication (RHN account) / user info | |
Code: 200 | |
Message: OK | |
{"debug":"","data":"{\"user_info\":{\"rhc_domain\":\"rhcloud.com\",\"uuid\":\"a3b0327f63be48f79e1a36eb35ca3f85\",\"rhlogin\":\"[email protected]\",\"ssh_key\":\"AAAAB3NzaC1kc3MAAACBANldRJbbjO7mrzFqOAkB3JT+cZI03ZhpuQsBgemX+DyDduA6PWCR/ODfL45GYNMIKJcmF8etE9o0Eb22z9qT4Is4WPoERhoYdKBfvaVwHIfl3y6jdEDFRvyKYrrRWdMq1YvcVvfKgjSIDwkfZ0AFVzeKvxa1fSwApN3vtWCNfXKtAAAAFQCL5Wd83Z3LWKB3J5xpbudCli+ULwAAAIBOTee34mDi5Napk+VsaRAsJgagyZ2Xz8EljXUCGbOS/iDE52FG+ZbHHcL173VYQWtSaqdWi5QbgnFy3NKECyRybaRx25KsmXZbHOPHW+r3cv+PdogHKDXi8k9yDxrD+2cdsly1FefzVsususvJZkwGo2FM2oYgefaBSR7hdezT2AAAAIAZQFYZo2o50tJnMxKsbmkAQktSM4bSwbSfAR5wwJM3wV7xNmBE64CoSz6+bI1MYg+6TmEFBZMKlyvIBqrSp2IbmSlXsG1xE0VSUqYjmCtY1UsuJResEL/CEVTkRLNgTrKjZkgOzPp8+tipCNyBXLB8TF03I551NzQZUlZh381j3g==\",\"namespace\":\"mapio\"},\"app_info\":{\"test2\":{\"uuid\":\"eba2fdc059514a30971f3e1f9abe1046\",\"creation_time\":\"2011-11-18T07:15:18-05:00\",\"aliases\":null,\"framework\":\"wsgi-3.2\",\"embedded\":null}}}","api_c":["placeholder"],"result":null,"messages":"","broker":"1.1.1","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"exit_code":0,"api":"1.1.1"} | |
rhlogin: [email protected] | |
namespace: mapio | |
TEST3: SSH Key check | |
OK: /Users/santini/.ssh/id_dsa - Found | |
Enter passphrase: | |
OK: /Users/santini/.ssh/id_dsa.pub Found | |
OK: Remote and /Users/santini/.ssh/id_dsa.pub - match | |
OK: local /Users/santini/.ssh/id_dsa should auth with openshift |
This file contains 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
$ rhc-create-app -l [email protected] -a test3 -t wsgi-3.2 | |
Password: | |
Found a bug? Post to the forum and we'll get right on it. | |
IRC: #openshift on freenode | |
Forums: https://www.redhat.com/openshift/forums | |
Attempting to create remote application space: test3 | |
Now your new domain name is being propagated worldwide (this might take a minute)... | |
Pulling new repo down | |
Permission denied (publickey,gssapi-keyex,gssapi-with-mic). | |
fatal: The remote end hung up unexpectedly | |
Error in git clone | |
Cleaning up application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed, somehow, by deleting the app and creating a new one…