Bug 1014410 - [origin] can't create scaleable apps of any type in Origin.
Summary: [origin] can't create scaleable apps of any type in Origin.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Krishna Raman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 23:13 UTC by Peter Ruan
Modified: 2015-05-15 02:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-24 03:21:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Peter Ruan 2013-10-01 23:13:24 UTC
Description of problem:
  Can't seem to create scalable apps of any kind in the latest Origin build.  Get the following error during app creation process.

The target_update option specified but no old configuration:

Version-Release number of selected component (if applicable):
latest

How reproducible:
always.

Steps to Reproduce:
1. rhc app create appx php-5.5 -s -d
2.
3.

Actual results:

DEBUG: SSL Verification failed -- Using self signed cert
DEBUG:    code 422 15857 ms
Unexpected error: The target_update option specified but no old configuration: : appx-origin.example.com

Expected results:
success.

Additional info:

Comment 1 Abhishek Gupta 2013-11-13 18:40:40 UTC
This seems to be fixed now.

Comment 2 Jianwei Hou 2013-11-15 08:39:00 UTC
Verified with latest build, the scalable apps can be created now.

[root@broker ~]# rhc create-app rs ruby-2.0 -s
Application Options
-------------------
  Domain:     bmeng
  Cartridges: ruby-2.0
  Gear Size:  default
  Scaling:    yes

Creating application 'rs' ... done


Waiting for your DNS name to be available ... done

正克隆到 'rs'...
The authenticity of host 'rs-bmeng.example.com (10.66.8.145)' can't be established.
RSA key fingerprint is be:4e:bb:46:0a:73:0e:09:d9:c5:fb:5c:57:b3:2b:15.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'rs-bmeng.example.com' (RSA) to the list of known hosts.

Your application 'rs' is now available.

  URL:        http://rs-bmeng.example.com/
  SSH to:     5285dd3b6892df3f9b000024.com
  Git remote: ssh://5285dd3b6892df3f9b000024.com/~/git/rs.git/
  Cloned to:  /root/rs

Run 'rhc show-app rs' for more details about your app.


Note You need to log in before you can comment on or make changes to this bug.