We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example yaml runtime init has incorrect gateway for the internalIntRoute
Gateway should be internal gateway.
External gateway is used in yaml and does not exist in internal network...fails.
https://github.com/F5Networks/f5-google-gdm-templates-v2/blob/main/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01.yaml Current code block...
internalIntRoute: class: Route gw: '{{{EXTERNAL_GW}}}' network: '{{{INTERNAL_NETWORK}}}/{{{INTERNAL_BITMASK}}}' mtu: 1460
Needs to be like 02 device. https://github.com/F5Networks/f5-google-gdm-templates-v2/blob/main/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02.yaml
internalIntRoute: class: Route gw: '{{{INTERNAL_GW}}}' network: '{{{INTERNAL_NETWORK}}}/{{{INTERNAL_BITMASK}}}' mtu: 1460
Please check all example files.
n/a
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Its being tracked internally with ID ESECLDTPLT-3171.
Sorry, something went wrong.
Closing. This issue was resolved with Release 2.5.0.0.
No branches or pull requests
Describe the bug
Example yaml runtime init has incorrect gateway for the internalIntRoute
Expected behavior
Gateway should be internal gateway.
Current behavior
External gateway is used in yaml and does not exist in internal network...fails.
Possible solution
https://github.com/F5Networks/f5-google-gdm-templates-v2/blob/main/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01.yaml
Current code block...
Needs to be like 02 device.
https://github.com/F5Networks/f5-google-gdm-templates-v2/blob/main/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02.yaml
Please check all example files.
Steps to reproduce
n/a
The text was updated successfully, but these errors were encountered: