Skip to content

Conversation

@CarolynRountree
Copy link
Contributor

Resolve the parameters in the list of mustache templates specified with new command line argument --resolveFiles. This command line argument takes a comma separated list of path/file names.

The options used to resolve the parameters are from knowledge that the image tool has, such as from the input on the command line.

The options are contained in a single generic file, but can be broken out into multiple files as the mustache command takes in a list of option files.

* @param options list of option files to resolve the mustache parameters
* @throws IOException if a file in the fileNames is invalid
*/
public static void writeResolvedFiles(List<String> fileNames, List<Object> options)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

List fileNames
to match input

IMG-0070=Failed to find latest patches for {0}, version {1}
IMG-0071=WDT Operation is set to UPDATE, but the DOMAIN_HOME environment variable was not defined in the base image, {0}. Did you mean to use "--wdtOperation CREATE" to create a new domain?
IMG-0072=ORACLE_HOME environment variable is not defined in the base image: {0}
IMG-0073=Invalid file {0} listed in --resolveFiles
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--resolveFiles does not match the CLA now

@ddsharpe ddsharpe merged commit c21e10e into master Jun 11, 2020
@ddsharpe ddsharpe deleted the Jira#OWLS-82595-resolve-verrazzano-parameters branch June 11, 2020 15:15
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

Successfully merging this pull request may close these issues.

3 participants