Skip to content
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

Skip installation delay when package is already installed #21

Open
ghost opened this issue Jul 29, 2021 · 5 comments
Open

Skip installation delay when package is already installed #21

ghost opened this issue Jul 29, 2021 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Jul 29, 2021

For speed of troubleshooting, it would be great to have the extension installation delay skipped if the package is already installed:

Snippet:

extension_packages:
    install_operations:
        - extensionType: do
          extensionVersion: 1.21.1
        - extensionType: as3
          extensionVersion: 3.29.0
        - extensionType: ts
          extensionVersion: 1.20.1

Result:

2021-07-29T18:04:22.378Z [12809]: silly: package is already installed
2021-07-29T18:04:22.379Z [12809]: silly: Extension installation delay is set to 10000 milliseconds
@shyawnkarim
Copy link

Thanks for suggesting this enhancement. We are now tracking it internally with ID ESECLDTPLT-2745.

@shyawnkarim shyawnkarim added the enhancement New feature or request label Jul 30, 2021
@shyawnkarim shyawnkarim added this to the backlog milestone Jul 30, 2021
@mikeshimkus
Copy link
Contributor

@grf5 You can workaround this by setting the delay to 0 prior to rerunning runtime init:

[admin@bigip01:Active:Standalone] ~ # export F5_BIGIP_RUNTIME_EXTENSION_INSTALL_DELAY_IN_MS=0
[admin@bigip01:Active:Standalone] ~ # f5-bigip-runtime-init -c /config/cloud/runtime-init.conf

@ghost
Copy link
Author

ghost commented Dec 8, 2022

Is there a way to do this dynamically? The delay is important if the extension is not installed, correct? Perhaps something like F5_BIGIP_RUNTIME_EXTENSION_SKIP_DELAY_IF_INSTALLED=TRUE?

@mikeshimkus
Copy link
Contributor

Yes, that update will be in the next release. Just pointing out the workaround in case you weren't already aware.

@ghost
Copy link
Author

ghost commented Dec 8, 2022

Fantastic. Thank you @mikeshimkus!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants