-
Notifications
You must be signed in to change notification settings - Fork 45
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
Deploying the BIG-IP VE in Azure - Fails #25
Comments
@starkeyjhonnold Hi, the template link you shared is from the v1 ARM template project, have you tried the v2 failover template? |
Sorry. My fault. I copy and pasted the wrong link. I corrected the comment. I have been through the process several times and it fails at the same location everytime. |
I created internal issue #288 to track updating the templates to use the correct db variables for newer versions of BIG-IP. In the meantime, please try again. I made a change to the template in the default artifact location that should allow you to deploy. |
Good day. Here is the error output. |
Can you confirm that the contentVersion of the template you're using is 2.8.0.0? Example:
What value did you use for the templateBaseUrl parameter? |
Thanks for the follow-up.
It seems the Azure Deploy in the Existing stack on the Github page is still using version 2.7.0.0. I will see what I can do to use version 2.8.0.0.
If the Azure Deploy button link can be updated that would be great too!
"https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FF5Networks%2Ff5-azure-arm-templates-v2%2Fv2.7.0.0%2Fexamples%2Ffailover%2Fazuredeploy-existing-network.json”
Let me know
Thanks!
… On Aug 1, 2023, at 10:11 AM, Mike Shimkus ***@***.***> wrote:
Can you confirm that the contentVersion of the template you're using is 2.8.0.0? Example: https://github.com/F5Networks/f5-azure-arm-templates-v2/blob/002470aceb1192b0524495e5e393a18d958d4453/examples/failover/azuredeploy.json#L3
What value did you use for the templateBaseUrl parameter?
—
Reply to this email directly, view it on GitHub <#25 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A5Y6YTYYOVPL7WEWIHI7LM3XTEMD5ANCNFSM6AAAAAA2Y2OC3M>.
You are receiving this because you were mentioned.
|
I retried with this link and verified that it was using version 2.8.0.0 Same error: |
@shyawnkarim @mikeshimkus 15.1.8.1 is listed as a validated version for the runtime-init. It seems a validated version for the runtime-init is the key. . . |
Closing. This issue was resolved with Release 2.9.0.0. |
Describe the bug
onBoarder script fails with the following error "Cannot set db variable (restjavad.useextramb = true)."
Expected behavior
Deployment to complete and have a working environment configured per the ARM template deployed
Current behavior
Deployment error is displayed in Azure Resource manager with the complete error being:
2023-07-25T19:28:30.842Z [20846]: info: Configuration file: /config/cloud/runtime-init.conf
2023-07-25T19:28:30.860Z [20846]: info: Validating provided declaration
2023-07-25T19:28:30.856Z [20846]: info: Processing controls parameters
2023-07-25T19:28:30.914Z [20846]: info: Successfully validated declaration
2023-07-25T19:28:30.917Z [20846]: info: Executing custom pre_onboard_enabled commands
2023-07-25T19:28:30.929Z [20846]: info: Executing inline shell command: /usr/bin/setdb provision.extramb 1000
2023-07-25T19:28:31.046Z [20846]: info: Shell command: /usr/bin/setdb provision.extramb 1000 execution completed; response:
2023-07-25T19:28:31.050Z [20846]: info: Executing inline shell command: /usr/bin/setdb restjavad.useextramb true
2023-07-25T19:28:31.157Z [20846]: error: Command failed: /usr/bin/setdb restjavad.useextramb true
Cannot set db variable (restjavad.useextramb = true).
2023-07-25T19:28:31.158Z [20846]: info: Sending F5 Teem report for failure case.
2023-07-25T19:28:41.846Z [20846]: info: {"id":"98ad5c92-e50e-4f42-c256a986cb3c","product":"BIG-IP","cpuCount":8,"diskSize":41984,"memoryInMb":32176,"version":"15.1.9.1","nicCount":3,"regKey":"TYQMM-LOPNP-VXQMW-GPQCP-VDJRGXU","platformId":"Z100","hostname":"bigip1","management":"10.X.X.X/24","provisionedModules":{"ltm":"nominal"},"installedPackages":{},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Jul 11 2023, 10:14:43) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2s-fips 28 May 2019"}}}
2023-07-25T19:28:51.561Z [20846]: info: F5 Teem report was successfully sent for failure case.
2023-07-25T19:28:51.562Z [20846]: info: Command failed: /usr/bin/setdb restjavad.useextramb true
Cannot set db variable (restjavad.useextramb = true).
Possible solution
I suspect that this issue may be version related. The version attempting to be deployed is 15.1.9.1
Steps to reproduce
Use the Azure deploy button at the link https://github.com/F5Networks/f5-azure-arm-templates-v2/tree/main/examples/failover
Fill out the template info as requested
Screenshots
Context
I am trying to deploy a HA pair per the Azure deploy template with 3 NIC's.
Attempting to replicate a pre-existing environment in one Azure region to another.
Your Environment
The text was updated successfully, but these errors were encountered: