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

[VanFlow] Router-emitted SITE record ID mismatch with ROUTER record parent #1597

Closed
c-kruse opened this issue Aug 13, 2024 · 1 comment
Closed
Assignees

Comments

@c-kruse
Copy link

c-kruse commented Aug 13, 2024

The SITE record emitted from the router has an ID that does not match that referenced by the ROUTER record as a parent.

example (from console api)

$ curl -s http://localhost:8081/api/v1alpha1/sites/?source=fc4dw:0 | jq
 {
  "count": 1,
  "status": "",
  "timeRangeCount": 1,
  "results": [
    {
      "endTime": 0,
      "identity": "fc4dw:2",
      "parent": "",
      "source": "fc4dw:0",
      "startTime": 1723569790747202,
      "location": "",
      "name": "podman-ck1",
      "nameSpace": "ck1",
      "platform": "podman",
      "policy": "",
      "provider": "",
      "siteVersion": ""
    }
  ]
}
$ curl -s http://localhost:8081/api/v1alpha1/routers/fc4dw:0/ | jq
{
  "count": 1,
  "status": "",
  "results": {
    "endTime": 0,
    "identity": "fc4dw:0",
    "parent": "rh-christian-1723562240",
    "source": "fc4dw:0",
    "startTime": 1723569790725733,
    "buildVersion": "0.0.0+febbe3a23caeffd407a6ef50f6163f165b8a4b1b-main",
    "hostName": "",
    "imageName": "skupper-router",
    "imageVersion": "latest",
    "mode": "interior",
    "name": "0/ck1-rh-christian-1723562240"
  }
}
@c-kruse
Copy link
Author

c-kruse commented Aug 13, 2024

@ted-ross fyi.

@ted-ross ted-ross self-assigned this Sep 18, 2024
ted-ross added a commit to ted-ross/skupper-router that referenced this issue Sep 19, 2024
…cord ids and use this option for the emitted site record.
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

2 participants