-
Notifications
You must be signed in to change notification settings - Fork 17
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
03afe2c
Updating 14.1.2.0 images and handling pack/unpack domain
sanjaymantoor 3bd58d8
Updated hostname verifier to handle unique resource name
sanjaymantoor dc4b3ac
Updated ListenAddress as part of managed-domain
sanjaymantoor 88efe92
Added adminVMNamePrefix parameter
sanjaymantoor 787f0b6
Updated WebLogic and OS versions
sanjaymantoor 35fdb60
Added remote console url at output section
sanjaymantoor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -293,23 +293,21 @@ | |||
}, | ||||
"skuUrnVersion": { | ||||
"type": "string", | ||||
"defaultValue": "owls-141100-jdk11-ol91;Oracle:weblogic-141100-jdk11-ol91:owls-141100-jdk11-ol91;latest", | ||||
"defaultValue": "owls-141200-jdk21-ol94;Oracle:weblogic-141200-jdk21-ol94:owls-141200-jdk21-ol94;latest", | ||||
"allowedValues": [ | ||||
"owls-141200-jdk21-ol94;Oracle:weblogic-141200-jdk21-ol94:owls-141200-jdk21-ol94;latest", | ||||
"owls-141200-jdk21-ol810;Oracle:weblogic-141200-jdk21-ol810:owls-141200-jdk21-ol810;latest", | ||||
"owls-141200-jdk17-ol94;Oracle:weblogic-141200-jdk17-ol94:owls-141200-jdk17-ol94;latest", | ||||
"owls-141200-jdk17-ol810;Oracle:weblogic-141200-jdk17-ol810:owls-141200-jdk17-ol810;latest", | ||||
"owls-141100-jdk11-ol91;Oracle:weblogic-141100-jdk11-ol91:owls-141100-jdk11-ol91;latest", | ||||
"owls-141100-jdk11-ol87;Oracle:weblogic-141100-jdk11-ol87:owls-141100-jdk11-ol87;latest", | ||||
"owls-141100-jdk8-ol91;Oracle:weblogic-141100-jdk8-ol91:owls-141100-jdk8-ol91;latest", | ||||
"owls-141100-jdk8-ol87;Oracle:weblogic-141100-jdk8-ol87:owls-141100-jdk8-ol87;latest", | ||||
"owls-122140-jdk8-ol91;Oracle:weblogic-122140-jdk8-ol91:owls-122140-jdk8-ol91;latest", | ||||
"owls-122140-jdk8-ol87;Oracle:weblogic-122140-jdk8-ol87:owls-122140-jdk8-ol87;latest", | ||||
"owls-122140-jdk8-ol76;Oracle:weblogic-122140-jdk8-ol76:owls-122140-jdk8-ol7;latest", | ||||
"owls-141100-jdk8-ol76;Oracle:weblogic-141100-jdk8-ol76:owls-141100-jdk8-ol7;latest", | ||||
"owls-141100-jdk11-ol76;Oracle:weblogic-141100-jdk11-ol76:owls-141100-jdk11-ol7;latest", | ||||
"owls-141100-jdk11-rhel87;Oracle:weblogic-141100-jdk11-rhel87:owls-141100-jdk11-rhel87;latest", | ||||
"owls-141100-jdk8-rhel87;Oracle:weblogic-141100-jdk8-rhel87:owls-141100-jdk8-rhel87;latest", | ||||
"owls-122140-jdk8-rhel87;Oracle:weblogic-122140-jdk8-rhel87:owls-122140-jdk8-rhel87;latest", | ||||
"owls-122140-jdk8-rhel76;Oracle:weblogic-122140-jdk8-rhel76:owls-122140-jdk8-rhel76;latest", | ||||
"owls-141100-jdk8-rhel76;Oracle:weblogic-141100-jdk8-rhel76:owls-141100-jdk8-rhel76;latest", | ||||
"owls-141100-jdk11-rhel76;Oracle:weblogic-141100-jdk11-rhel76:owls-141100-jdk11-rhel76;latest" | ||||
"owls-122140-jdk8-rhel87;Oracle:weblogic-122140-jdk8-rhel87:owls-122140-jdk8-rhel87;latest" | ||||
], | ||||
"metadata": { | ||||
"description": "The Oracle Linux image with Weblogic and Java preinstalled. Semicolon separated string of Sku, URN, and Version" | ||||
|
@@ -615,6 +613,9 @@ | |||
"adminUsername": { | ||||
"value": "[parameters('adminUsername')]" | ||||
}, | ||||
"adminVMNamePrefix": { | ||||
"value": "[parameters('adminVMNamePrefix')]" | ||||
}, | ||||
Comment on lines
+616
to
+618
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the See
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. |
||||
"adminVMName": { | ||||
"value": "[variables('name_adminVM')]" | ||||
}, | ||||
|
@@ -733,6 +734,9 @@ | |||
"adminUsername": { | ||||
"value": "[parameters('adminUsername')]" | ||||
}, | ||||
"adminVMNamePrefix": { | ||||
"value": "[parameters('adminVMNamePrefix')]" | ||||
}, | ||||
"adminVMName": { | ||||
"value": "[variables('name_adminVM')]" | ||||
}, | ||||
|
@@ -1191,6 +1195,9 @@ | |||
"adminVMName": { | ||||
"value": "[variables('name_adminVM')]" | ||||
}, | ||||
"adminVMNamePrefix": { | ||||
"value": "[parameters('adminVMNamePrefix')]" | ||||
}, | ||||
"authenticationType": { | ||||
"value": "[parameters('authenticationType')]" | ||||
}, | ||||
|
@@ -1291,6 +1298,9 @@ | |||
"adminVMName": { | ||||
"value": "[variables('name_adminVM')]" | ||||
}, | ||||
"adminVMNamePrefix": { | ||||
"value": "[parameters('adminVMNamePrefix')]" | ||||
}, | ||||
"authenticationType": { | ||||
"value": "[parameters('authenticationType')]" | ||||
}, | ||||
|
@@ -1430,6 +1440,14 @@ | |||
"type": "string", | ||||
"value": "[if(parameters('enableDNSConfiguration'), uri(format('https://{0}.{1}:7002/console/', parameters('dnszoneAdminConsoleLabel'), parameters('dnszoneName')), ''),reference(variables('clusterTemplateRef'), '${azure.apiVersionForDeployment}').outputs.adminSecuredConsole.value)]" | ||||
}, | ||||
"adminRemoteConsoleURL": { | ||||
"type": "string", | ||||
"value": "[if(parameters('enableDNSConfiguration'), uri(format('http://{0}.{1}:7001', parameters('dnszoneAdminConsoleLabel'), parameters('dnszoneName')), ''),reference(variables('clusterTemplateRef'), '${azure.apiVersionForDeployment}').outputs.adminRemoteConsoleURL.value)]" | ||||
}, | ||||
"adminRemoteConsoleSecuredURL": { | ||||
"type": "string", | ||||
"value": "[if(parameters('enableDNSConfiguration'), uri(format('https://{0}.{1}:7002', parameters('dnszoneAdminConsoleLabel'), parameters('dnszoneName')), ''),reference(variables('clusterTemplateRef'), '${azure.apiVersionForDeployment}').outputs.adminRemoteConsoleSecuredURL.value)]" | ||||
}, | ||||
"appGatewayURL": { | ||||
"type": "string", | ||||
"value": "[if(parameters('enableAppGateway'), if(parameters('enableDNSConfiguration'), uri(concat('http://',parameters('dnszoneAppGatewayLabel'),'.',parameters('dnszoneName')),''), reference('appGatewayLinkedTemplate', '${azure.apiVersionForDeployment}').outputs.appGatewayURL.value),'')]" | ||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize that 14.1.2 JDK 17 and 21 on RedHat Linux 8 are missing. Is this by design?