Description of problem: can not create python-2.7 and python-3.3 applications Version-Release number of selected component (if applicable): devenv_2823 rhc-1.5.1 How reproducible: Always Steps to Reproduce: 1. Create python-2.7 or python-3.3 app rhc app create python700 python-2.7 rhc app create python300 python-3.3 Actual results: Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. Expected results: python-2.7 and python-3.3 applications should create successfully. Additional info:
Created attachment 698751 [details] The broker log
Fixed in https://github.com/openshift/origin-server/pull/1396
We will verify this bug after pull request being merged.
It is fixed, verified on devenv_2835 with rhc-1.5.2.
(In reply to comment #4) > It is fixed, verified on devenv_2835 with rhc-1.5.2. Please refer to following results: 1. Create python-2.7 app 1) create scalabe app [root@fedora17_ccy 0220]# rhc app create python7s0 python-2.7 --scaling Password: Application Options ------------------- Namespace: cydy Cartridges: python-2.7 Gear Size: default Scaling: yes Creating application 'python7s0' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Cloning into 'python7s0'... The authenticity of host 'python7s0-cydy.dev.rhcloud.com (54.234.227.178)' can't be established. RSA key fingerprint is ac:6b:4f:cd:58:8d:65:f6:d4:f1:a2:53:49:1d:5e:e7. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'python7s0-cydy.dev.rhcloud.com' (RSA) to the list of known hosts. Your application code is now in 'python7s0' python7s0 @ http://python7s0-cydy.dev.rhcloud.com/ (uuid: 512434a27186294425000026) ----------------------------------------------------------------------------------- Created: 2:27 AM Gears: 1 (defaults to small) Git URL: ssh://512434a27186294425000026.rhcloud.com/~/git/python7s0.git/ SSH: 512434a27186294425000026.rhcloud.com python-2.7 (Python 2.7 Community Cartridge) ------------------------------------------- Scaling: x1 (minimum: 1, maximum: available) on small gears haproxy-1.4 (OpenShift Web Balancer) ------------------------------------ Gears: Located with python-2.7 RESULT: Application python7s0 was created. Disclaimer: This is a community supported Python cartridge that provides a way to use/run Python 2.7 on Openshift. 2) create non-scalabe app [root@fedora17_ccy 0220]# rhc app create python700 python-2.7 Password: Application Options ------------------- Namespace: cydy Cartridges: python-2.7 Gear Size: default Scaling: no Creating application 'python700' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Cloning into 'python700'... The authenticity of host 'python700-cydy.dev.rhcloud.com (54.234.227.178)' can't be established. RSA key fingerprint is ac:6b:4f:cd:58:8d:65:f6:d4:f1:a2:53:49:1d:5e:e7. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'python700-cydy.dev.rhcloud.com' (RSA) to the list of known hosts. Your application code is now in 'python700' python700 @ http://python700-cydy.dev.rhcloud.com/ (uuid: 5124378a7186294425000084) ----------------------------------------------------------------------------------- Created: 2:40 AM Gears: 1 (defaults to small) Git URL: ssh://5124378a7186294425000084.rhcloud.com/~/git/python700.git/ SSH: 5124378a7186294425000084.rhcloud.com python-2.7 (Python 2.7 Community Cartridge) ------------------------------------------- Gears: 1 small RESULT: Application python700 was created. Disclaimer: This is a community supported Python cartridge that provides a way to use/run Python 2.7 on Openshift. 2. Create python-3.3 app 1) create scalabe app [root@fedora17_ccy 0220]# rhc app create python3s0 python-3.3 --scaling Password: Application Options ------------------- Namespace: cydy Cartridges: python-3.3 Gear Size: default Scaling: yes Creating application 'python3s0' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Cloning into 'python3s0'... The authenticity of host 'python3s0-cydy.dev.rhcloud.com (54.234.227.178)' can't be established. RSA key fingerprint is ac:6b:4f:cd:58:8d:65:f6:d4:f1:a2:53:49:1d:5e:e7. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'python3s0-cydy.dev.rhcloud.com' (RSA) to the list of known hosts. Your application code is now in 'python3s0' python3s0 @ http://python3s0-cydy.dev.rhcloud.com/ (uuid: 512433e67186294425000005) ----------------------------------------------------------------------------------- Created: 2:24 AM Gears: 1 (defaults to small) Git URL: ssh://512433e67186294425000005.rhcloud.com/~/git/python3s0.git/ SSH: 512433e67186294425000005.rhcloud.com python-3.3 (Python 3.3 Community Cartridge) ------------------------------------------- Scaling: x1 (minimum: 1, maximum: available) on small gears haproxy-1.4 (OpenShift Web Balancer) ------------------------------------ Gears: Located with python-3.3 RESULT: Application python3s0 was created. Disclaimer: This is a community supported Python cartridge that provides a way to use/run Python 3.3 on Openshift. 2)create non-scalabe app [root@fedora17_ccy 0220]# rhc app create python30 python-3.3 Password: Application Options ------------------- Namespace: cydy Cartridges: python-3.3 Gear Size: default Scaling: no Creating application 'python30' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Cloning into 'python30'... The authenticity of host 'python30-cydy.dev.rhcloud.com (54.234.227.178)' can't be established. RSA key fingerprint is ac:6b:4f:cd:58:8d:65:f6:d4:f1:a2:53:49:1d:5e:e7. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'python30-cydy.dev.rhcloud.com' (RSA) to the list of known hosts. Your application code is now in 'python30' python30 @ http://python30-cydy.dev.rhcloud.com/ (uuid: 5124353b718629442500005a) --------------------------------------------------------------------------------- Created: 2:30 AM Gears: 1 (defaults to small) Git URL: ssh://5124353b718629442500005a.rhcloud.com/~/git/python30.git/ SSH: 5124353b718629442500005a.rhcloud.com python-3.3 (Python 3.3 Community Cartridge) ------------------------------------------- Gears: 1 small RESULT: Application python30 was created. Disclaimer: This is a community supported Python cartridge that provides a way to use/run Python 3.3 on Openshift.