-
Notifications
You must be signed in to change notification settings - Fork 12
Adapting deploy-netbox.sh to a vCluster deployment #293
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
Conversation
thanks, looks good to me now. There is still an open conversation with @bruelea which I believe is not resolved yet? There is a mixup between namespace for the vcluster deployment and namespace for the netbox deployment. |
…PACE passed as an argument
) * Adapting deploy-netbox.sh to a vCluster deployment * Debugging demo data * Adding steps to load demo-data into NetBox inside the vcluster * Adding description to script * Adding kind path * Adding namespaces * Removing sleep used for testing purposes * Fixing script comment * Adding variable IS_VCLUSTER to easily check in all the if statements * Refactoring part of loading demo-data into NetBox * Removing unnecessary code & comments * Adding comment to clarify that vCluster will be deployed to the NAMESPACE passed as an argument --------- Co-authored-by: Pablo Garcia Miranda <pablo.garciamiranda@swisscom.com>
I've adapted the deploy-netbox.sh script as it could be useful to run netbox inside a vCluster for testing purposes.
I've just added a
--vclusterto activate the mode. Otherwise, by default, it will deploy to a kind cluster as it's the case now.How to test?
VCluster Mode (new)
Kind Mode (existing)