Bug 819862 - gearname_ctl.sh does not keep consistent between existing app and newly created app after run migrate
Summary: gearname_ctl.sh does not keep consistent between existing app and newly creat...
Keywords:
Status: CLOSED DUPLICATE of bug 819966
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-08 12:11 UTC by Johnny Liu
Modified: 2015-05-14 22:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-08 21:31:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Johnny Liu 2012-05-08 12:11:09 UTC
Description of problem:
For existing app, after migrate, the following is added into gearname_ctl.sh:
export CARTRIDGE_TYPE="<gear_cartridge_type>"

Then create a new app, check its gearname_ctl.sh, found there is such line.

From that, I did not found the meaning of migrate operation. For my understanding, the goal of migrate is to make existing app and new app keep insistent.

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

How reproducible:
Always

Steps to Reproduce:
1. Launch devenv-stage_187
2. Create app - app1
3. Update packages to the latest version, then run migrate script
4. Create a new app - app2

  
Actual results:
Compared gearname_ctl.sh of app1 and app2, found the following line is only existing old app - app1.

export CARTRIDGE_TYPE="<gear_cartridge_type>"

Expected results:
Existing app and new app should keep insistent.

Additional info:

Comment 1 Rob Millner 2012-05-08 21:31:26 UTC
There was a bug preventing new apps from getting the correct "CARTRIDGE_TYPE" setting.

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


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