Skip to content
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

Epic - Configure at runtime instead of install time #415

Closed
Joe-Winchester opened this issue Mar 20, 2019 · 1 comment
Closed

Epic - Configure at runtime instead of install time #415

Joe-Winchester opened this issue Mar 20, 2019 · 1 comment

Comments

@Joe-Winchester
Copy link
Member

Joe-Winchester commented Mar 20, 2019

Configure

The zowe-install.yaml file should not contain runtime data such as ports, location of pre-reqs, or any other information only needed at runtime. It should only contain information needed for the installer (such as the target path to install to)

Desire to bring up Zowe with a PARMLIB member.

/S ZWESVR, PARM=CS

This would then pickup ZWEPRMCS. The default parmlib will be ZWEPRM00

The PARMLIB member will contain key values, e.g.

JAVA_HOME=
NODE_HOME=

API-CATALOG-PORT=26000

API-GATEWAY-VERIFY-CERTIFICATES-OF-SERVICES=false

The values in the PARMLIB will be injected into the various places in the relevant files so that the ZWESVR instance that is brought up has been configured accordingly.

Core

There should be a core that contains the current zowe-1.0.2 pax - some of the "beta and sample" apps

@stevenhorsman
Copy link
Member

Dup of #433

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

2 participants