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

example 3nic byol failover contains wrong gateway for internalIntRoute #14

Closed
JeffGiroux opened this issue Aug 22, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@JeffGiroux
Copy link

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...

          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.

Steps to reproduce

n/a

@shyawnkarim
Copy link

Thanks for reporting this issue. Its being tracked internally with ID ESECLDTPLT-3171.

@shyawnkarim shyawnkarim added the bug Something isn't working label Sep 2, 2022
@shyawnkarim shyawnkarim added this to the backlog milestone Sep 2, 2022
@shyawnkarim
Copy link

Closing. This issue was resolved with Release 2.5.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants