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

Devices.yaml invalid location error #223

Closed
mariokamenjak opened this issue Jun 27, 2023 · 1 comment
Closed

Devices.yaml invalid location error #223

mariokamenjak opened this issue Jun 27, 2023 · 1 comment
Labels
fixed-in-next-release Issue has already been fixed in the next release

Comments

@mariokamenjak
Copy link

mariokamenjak commented Jun 27, 2023

Hello, I am setting up our new hyperglass and adding devices to the devices.yaml file for the first time.

When testing with flask, I try to ping any address. but I get the following error:
router1 is an invalid location

I have tested the username and password and they work.

Here is my anonymized devices.yaml:

routers:
  - name: router1
    address: 1.5.2.1
    network:
      name: PRODUCTION
      display_name: AS65004
    credential:
      username: hyperglass
      password: correct
    port: 22
    nos: cisco_xr
    vrfs:
      - name: global
        default: true
        ipv4:
          source_address: 1.5.3.1
        ipv6:
          source_address: ::fffe::1

Surprisingly when I change name to name: New York City, NY , I don't get an invalid location but I get an authentication error(even though IP address and credentials are valid.

@mariokamenjak mariokamenjak added the possible-bug Something isn't working label Jun 27, 2023
@mariokamenjak
Copy link
Author

Update, after rebooting the underlying VM it seems to fix itself, most of the time.

@thatmattlove thatmattlove added fixed-in-next-release Issue has already been fixed in the next release and removed possible-bug Something isn't working labels Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-in-next-release Issue has already been fixed in the next release
Projects
None yet
Development

No branches or pull requests

2 participants