Skip to content

unable to specify PlanStagingMode when deploying an app online #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
httpants opened this issue Nov 19, 2021 · 3 comments
Closed

unable to specify PlanStagingMode when deploying an app online #1013

httpants opened this issue Nov 19, 2021 · 3 comments

Comments

@httpants
Copy link

The ApplicationsDeployer.__deploy_app_online method currently does not have a plan_stage_mode parameter, so all applications are deployed with the default PlanStagingMode of nostage, even if you specify staged in the model.

For example this model will result in the DbAdapter application being deployed with a PlanStagingMode value of nostage...

appDeployments:
    Application:
        DbAdapter:
            SourcePath: '@@ORACLE_HOME@@/soa/soa/connectors/DbAdapter.rar'
            PlanStagingMode: stage
            ModuleType: rar
            PlanPath: '@@DOMAIN_HOME@@/DBAdapterPlan.xml'
            Target: DefaultServer
@tbarnes-us
Copy link

@ddsharpe @CarolynRountree

@CarolynRountree
Copy link
Contributor

@jshum2479

@ddsharpe
Copy link
Member

Fixed in #1015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants