Charles Kozler

Results 13 comments of Charles Kozler

The entire `dev` object on https://github.com/networktocode/network-importer/blob/05e5c8eb226343a82382cb9a2a438189ac9555c8/network_importer/adapters/netbox_api/models.py#L255 Is of type 'None'. If I print self I get "ff-ch1-105-ext-sw.redacted.com__irb.4001" which is the device name and irb.4001 is an interface with IP x.x.x.2/24...

So I guess it was my order of operation which maybe should be documented? I did my very first run with the config you see above however it would not...

@dgarros upon adding a new device, it seems I have to do each step before import_vlans will complete. So I need to do import_ips = true with the rest set...

Actually, disregard, check works but apply does not. New object indicated this time but still dev object null 2021-01-22 11:22:15,120 - network-importer - DEBUG - Found 47 cables from Cli...

Actually, I think this comes down to VLAN information not supported in napalm for Juniper

For me I was missing vhost_traffic_status_zone; stream_server_traffic_status_zone; in nginx.conf right under http {

This is happening for me too. Client side :~/Code > git --version git version 2.4.3 Server side :/var/www/html/git/log]# git --version git version 1.7.1

Fixed some typos on versions I tried. To clarify, issues seem to exist for me across the entire 24 version. I tried version 23 once without paying much attention and...

I can confirm that, for me, I am unable to build a functional version 24. Running 23.8.1 and I can refresh projects and run templates. The attached script is a...

The attached two scripts can successfully deploy 23.8.1 and 24.5.0. The same requirements as the other script but just cleaned up with some more structure. [awx-deploy.zip](https://github.com/user-attachments/files/15803506/awx-deploy.zip) This was in an...