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

COSMETIC: when all l7 routes are deleted virtual-servers and monitors definitions are not deleted from BIG-IP #16

Open
alonsocamaro opened this issue Dec 6, 2021 · 0 comments

Comments

@alonsocamaro
Copy link
Collaborator

When all l7 routes are evacuated this is the AS3 post done

{
  "class": "ADC",
  "schemaVersion": "3.21.0",
  "id": "GSLB_Tool",
  "Common": {
    "class": "Tenant",
    "Shared": {
      "class": "Application",
      "template": "shared",
      "monitor_tcp_80": {
        "class": "GSLB_Monitor",
        "monitorType": "tcp",
        "label": "monitor_tcp_80",
        "target": "*:80"
      },
      "monitor_tcp_443": {
        "class": "GSLB_Monitor",
        "monitorType": "tcp",
        "label": "monitor_tcp_443",
        "target": "*:443"
      }
    }
  },
  "gslb_f5bddemos_io": {
    "class": "Tenant",
    "Application": {
      "class": "Application"
    }
  }
}

This doesn't eliminate the virtual-servers and the monitors associated with them. This issue is being considered cosmetic. No service configuration is left so this doesn't affect functionality.

@alonsocamaro alonsocamaro changed the title COSMETIC: when all l7 routes are deleted virtual-servers and monitors definition are not deleted COSMETIC: when all l7 routes are deleted virtual-servers and monitors definitions are not deleted from BIG-IP Dec 7, 2021
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

No branches or pull requests

1 participant