Network overwriting and how to stop automigration #1290
Unanswered
ji-podhead
asked this question in
Getting Help
Replies: 1 comment
-
ohhh i noticed that i have to create the network before, but i need to take care of the prefix, like i said. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I add a network that doesn't have the Netbox prefix?
The problem here is that Netbox-Docker always uses this prefix to generate the network, but in the overwrite file it uses the string (of your network name) that you provided and later adds the prefix.
So if I want to use a network that is not created in the Compose file, I would need to give it the prefix, but when I pass it to the overwrite, I would need to split the name of my network at the prefix? I also noticed that I can overwrite the network that is created. Is it okay to do so?
Can I stop the auto migration in the main Netbox container,
so I don't need to delay further Ansible tasks or wait for the process to finish, or do I need to use something like this:"
maybe theres a more elegant way of doing this.
i hope i dont bother you with stupid question and greetings from berlin<3!
Beta Was this translation helpful? Give feedback.
All reactions