Skip to content

Add ODI support in WebLogic Imagetool #441

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
wants to merge 2 commits into from

Conversation

chaitanyamoger
Copy link

Added ODI support in WebLogic Imagetool

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 30, 2023
Copy link
Member

@ddsharpe ddsharpe left a comment

Choose a reason for hiding this comment

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

Does the ODI install require any other installers like Java, WebLogic Server, FMW, etc?

@@ -80,7 +80,9 @@ public enum FmwInstallerType {
WCS(Utils.toSet(FMW.products, AruProduct.WCS),
InstallerType.FMW, InstallerType.WCS),
OHS(Collections.singleton(AruProduct.OHS),
InstallerType.OHS)
InstallerType.OHS),
ODI(Collections.singleton(AruProduct.ODI),
Copy link
Member

Choose a reason for hiding this comment

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

According to the documentation at https://docs.oracle.com/cd/E17904_01/install.1111/e16453/install.htm#ODING285, a WebLogic Server install is required for ODI. But, you do not have WLS or FMW as part of the installer list here.

Copy link
Author

Choose a reason for hiding this comment

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

Currently we are only supporting ODI Standalone install type and hence did not include WLS.

To make it clear should we name ODI to ODI_STANDALONE?

Copy link
Member

Choose a reason for hiding this comment

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

No, I think ODI is the correct name. If you add ODI on WLS, we can call that one ODI_WLS. This one should stay ODI.

Copy link
Author

Choose a reason for hiding this comment

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

Ok. We will retain the name as it is.

@ddsharpe
Copy link
Member

Committed PR, ready for next release.

@ddsharpe ddsharpe closed this Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants