tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
131 stars 87 forks source link

Support skipping network configuration in setup.sh #87

Closed micahhausler closed 3 years ago

micahhausler commented 3 years ago

I'm running the sandbox on a bare metal environment and don't need setup.sh to do any networking for me. Can I add an escape hatch (maybe just set TINKERBELL_SKIP_NETWORKING to some non-zero length value) to setup.sh? I still want osie, certs, and container registry setup, so it'd be nice to not have to run something hacky like sed -i 's,setup_networking ,#setup_networking ,g' setup.sh.