Skip to content

[netbox] Some Bugs with Openshift 3.11 #18

@tiagoalves83

Description

@tiagoalves83

What I tried:

helm install netbox-enix enix/netbox

BUG 1: postgresql image could not be pulled
Solution replace container location from docker.io/bitnami/postgresql:11.8.0-debian-10-r14 to bitnami/postgresql:11.8.0-debian-10-r14

BUG 2: redis image could not be pulled
Solution replace container location from docker.io/bitnami/redis:6.0.4-debian-10-r0 to bitnami/redis:6.0.4-debian-10-r0

BUG 3: netbox configuration error: REDIS_PORT enviroment variable was being set with: "tcp://x.x.x.x:6379"
Solution set REDIS_PORT= 6379 in netbox ConfigMap

BUG 4:
I am new to Helm, but I couldn't make Chart Values to work. I tried:

config.yaml

persistence:
  storageClassName: stage-nas-nfs-noresize

helm install -f config.yaml netbox-enix enix/netbox

and the PVC's did not add storageClassName config ...

Suggestion
Maybe you should put configuration.py in a configMap parameter.

Questions
a) Is it safe to apply netbox version upgrades with this helm chart ?
b) How can I use plugins with this helm chart ? I want to try https://github.com/iDebugAll/nextbox-ui-plugin

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnetbox

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions