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

Collect all bigip configurations in partition folder #2540

Merged
1 commit merged into from
Aug 10, 2022

Conversation

dalamanster
Copy link
Contributor

@dalamanster dalamanster commented May 14, 2022

Most of the configuration is stored in bigip.conf file. However, configuration for GTM is stored in bigip_gtm.conf

Changing "bigip.conf" to "bigip*.conf"

Example of my environment:
[user@xx-dc-lb-02:Standby:In Sync] partitions # ls -LR
.:
EXCHANGE LYNC SP SSO

./EXCHANGE:
bigip.conf bigip_gtm.conf

./LYNC:
bigip.conf

./SP:
bigip.conf

./SSO:
bigip_gtm.conf

Pre-Request Checklist

  • Passes rubocop code analysis (try rubocop --auto-correct)
  • Tests added or adapted (try rake test)
  • Changes are reflected in the documentation
  • User-visible changes appended to CHANGELOG.md

Description

Most of the configuration is stored in bigip.conf file. However, configuration for GTM is stored in bigip_gtm.conf

Changing "bigip.conf"  to "bigip*.conf"

Example of my environment:
[user@xx-dc-lb-02:Standby:In Sync] partitions # ls -LR
.:
EXCHANGE  LYNC  SP  SSO

./EXCHANGE:
bigip.conf  bigip_gtm.conf

./LYNC:
bigip.conf

./SP:
bigip.conf

./SSO:
bigip_gtm.conf
@ghost ghost merged commit b2e7632 into ytti:master Aug 10, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant