Skip to content

Added 14.1.2.0.0 images and updated cluster domain creation execution #355

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sanjaymantoor
Copy link
Member

  • Added 14.1.2.0.0 base VM images references
  • Cluster domain creation flow using pack/unpack
  • Hostname verifier constraints updated as per globalResourceNameSuffix
  • Updated WebLogic versions and OS versions supported

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 29, 2025
@gnsuryan
Copy link
Member

I have reviewed the changes done for Azure - WLS on VM Cluster Offer and it looks good.

Comment on lines +616 to +618
"adminVMNamePrefix": {
"value": "[parameters('adminVMNamePrefix')]"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

In the outputs section, we do need to output the remote console URL for HTTP and HTTPS, exactly as we do in WLS on AKS.

See

output adminRemoteConsoleUrl string = const_showRemoteAdminConsoleExUrl ? networkingDeployment.outputs.adminRemoteConsoleEndpoint : ''

This is very important for usability. Without it, it's very to demonstrate the utility of the product in a pre-sales or conference meeting.

Copy link
Contributor

@edburns edburns left a comment

Choose a reason for hiding this comment

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

This applies to mainTemplate.json.

In the outputs section, we do need to output the remote console URL for HTTP and HTTPS, exactly as we do in WLS on AKS.

See

output adminRemoteConsoleUrl string = const_showRemoteAdminConsoleExUrl ? networkingDeployment.outputs.adminRemoteConsoleEndpoint : ''

This is very important for usability. Without it, it's very to demonstrate the utility of the product in a pre-sales or conference meeting.

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.

6 participants