Bug 1023857

Summary: Failed to add alias for existing app after migration on INT
Product: OpenShift Online Reporter: chunchen <chunchen>
Component: ContainersAssignee: Rob Millner <rmillner>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfisher, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-28 21:25:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description chunchen 2013-10-28 06:20:07 UTC
Description of problem:
It's failed to add alias for existing app after migration.

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

How reproducible:
always

Steps to Reproduce:
1.Create an app on INT
rhc app create crb19 ruby-1.9 --no-git
2.Upgrade and migrate INT servers
3.Add alias for this app
rhc alias add crb19 c.c1.com

Actual results:
Unable to complete the requested operation due to: Node execution failure (invalid exit code from node)..
Reference ID: 60aeb3a420ce9351284032cc3eecf986

Expected results:
Add alias for app should be successfully

Additional info:

Comment 1 chunchen 2013-10-28 07:22:59 UTC
This issue is not reproduced on devenv_stage_528 which is upgraded and migrated to devenv_3953.

Comment 2 Rob Millner 2013-10-28 18:11:53 UTC
Can't reproduce:
$ rhc alias add rm1 foo.fiendly.org
Alias 'foo.fiendly.org' has been added.

$ rhc domain show
Domain rmillnerint (owned by rmillner)
-------------------------------------------------
  Created:            10:49 AM
  Allowed Gear Sizes: small

  rm1 @ http://rm1-rmillnerint.int.rhcloud.com/ (uuid: 526ea3d503ef64df6b00013a)
  ------------------------------------------------------------------------------
    Domain:     rmillnerint
    Created:    10:50 AM
    Gears:      1 (defaults to small)
    Git URL:    ssh://526ea3d503ef64df6b00013a.rhcloud.com/~/git/rm1.git/
    SSH:        526ea3d503ef64df6b00013a.rhcloud.com
    Deployment: auto (on git push)
    Aliases:    foo.fiendly.org

    php-5.3 (PHP 5.3)
    -----------------
      Gears: 1 small

You have 1 application in your domain.

Comment 3 Rob Millner 2013-10-28 21:25:15 UTC

*** This bug has been marked as a duplicate of bug 1023854 ***