wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

Dynamic cluster createUiDefinition.json throwing error during testing at sandbox #239

Closed sanjaymantoor closed 3 years ago

sanjaymantoor commented 3 years ago

Issue noticed: arm-oraclelinux-wls-dynamic-cluster createUiDefinition.json is throwing following error when it is tested at Azure SandboxBlade.

"The element for [basics('basicsOptional').useSystemAssignedManagedIdentity] could not be found in the createuidefinition"

I think recent change "Add system assigned managed identity and ELK index cleanup (#91)" has caused the issue.

Probably following is causing the error.

"useSystemAssignedManagedIdentity" section is not under "basicsOptional" but it is referred as "useSystemAssignedManagedIdentity": "[basics('basicsOptional').useSystemAssignedManagedIdentity]" Dynamic Cluster UI Definition issue at outputs section.

Currently live OHS base images skuUrnVersion update and testing is waiting for this fix.

sanjaymantoor commented 3 years ago

Currently live OHS base images skuUrnVersion update and testing is waiting for this fix.

galiacheng commented 3 years ago

Thank you @sanjaymantoor. We will solve it as soon as possible. Hello @zhengchang907 , could you have a check, thank you!

zhengchang907 commented 3 years ago

Thank you @galiacheng! Hi @sanjaymantoor , thanks for creating the issue. I've located the problem and fired a PR for it: https://github.com/wls-eng/arm-oraclelinux-wls-dynamic-cluster/pull/94

zhengchang907 commented 3 years ago

@sanjaymantoor Hi Sanjay, the PR is merged, can you please verify & close this issue?

sanjaymantoor commented 3 years ago

Changes are merged and tested.