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

MetroAE always requires VSC control interface to be up #1455

Open
jbemmel opened this issue Apr 2, 2020 · 0 comments
Open

MetroAE always requires VSC control interface to be up #1455

jbemmel opened this issue Apr 2, 2020 · 0 comments

Comments

@jbemmel
Copy link
Collaborator

jbemmel commented Apr 2, 2020

In nuage-metro/src/roles/vsc-health/tasks/main.yml:

 - name: Check for expected control Adm Status
    assert: {
      that: "{{ show_router_interfaces_json.control_Adm | match('Up') }}",
      msg: "Invalid Adm status for control interface. ({{ show_router_interfaces_json.control_Adm }}) detected. Expected 'Up'. Check 'show router interface'."
      }

In case of a tagged control interface, the regular untagged control interface may be down - this is not an error

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