netbox-topology-views icon indicating copy to clipboard operation
netbox-topology-views copied to clipboard

Load images from netbox storage_backend settings

Open ThomasADavis opened this issue 2 years ago • 3 comments

We are running netbox in k8s using the bootc helm chart.

I'd like to use a S3 service to load images.

https://docs.netbox.dev/en/stable/configuration/optional-settings/#storage_backend

I'm currently having to update the docker container to add any images.

ThomasADavis avatar May 23 '22 20:05 ThomasADavis

The link to the docs has changed: https://docs.netbox.dev/en/stable/configuration/system/#storage_backend

I have neither the experience nor the possibility to access S3 or other storage backends. I don't use docker either but maybe @mattieserver can help here.

If somebody likes to take work on it, please raise your hand.

dreng avatar Mar 19 '23 15:03 dreng

netbox v3.5 adds some bulk loader stuff.. but need to wait and see what the actual API will be when released.

https://github.com/netbox-community/netbox/blob/feature/docs/release-notes/version-3.5.md#remote-data-sources-11558 (this link will break in the future)

ThomasADavis avatar Mar 20 '23 21:03 ThomasADavis

The remote storage in v3.5 looks interesting, lets wait to see how that is implemented.

If needed i can test with S3.

mattieserver avatar Mar 21 '23 15:03 mattieserver