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

[netbox] Some Bugs with Openshift 3.11 #18

Open
tiagoalves83 opened this issue Jun 8, 2020 · 2 comments
Open

[netbox] Some Bugs with Openshift 3.11 #18

tiagoalves83 opened this issue Jun 8, 2020 · 2 comments
Assignees
Labels
bug Something isn't working netbox

Comments

@tiagoalves83
Copy link
Contributor

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

@Zempashi
Copy link
Contributor

Zempashi commented Jun 8, 2020

Hi, thanks for installer the netbox chart,
I think I will do the solution for Bug, Bug2, Bug3
Not sure to understand the suggestion for Bug4, you PR is alrady accepted to fix Bug4.
Though, you can provide a configuration.py, via extraVolumeMounts.

For the questions:
a) Yes, we will try to follow semver, so not breaking the API on minor version. Please read the README.md to follow upgrade path on major version (but none exist today). The rules of https://github.com/netbox-community/netbox-docker still apply

b) Plugins is a new feature of netbox 2.8, we still hadn't had time to test that. We'll try that soon (nice plugin by the way)

@Zempashi
Copy link
Contributor

Zempashi commented Jun 8, 2020

Thinking twice at Bug1 and Bug2: It's a bit strange that the postgres and redis chart doesn't work natively on openshift...

@npdgm npdgm added bug Something isn't working netbox labels Jun 8, 2020
@abuisine abuisine changed the title Some Bugs with Openshift 3.11 [netbox] Some Bugs with Openshift 3.11 Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working netbox
Projects
None yet
Development

No branches or pull requests

3 participants