-
-
Save ryanj/67af352fb5d0e220937c to your computer and use it in GitHub Desktop.
Reset / reconfigure an OSv3 system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
systemctl stop openshift-master openshift-node openshift-sdn-master openshift-sdn-node docker openvswitch | |
rm -rf /var/lib/openshift/* /etc/openshift/ /root/.config/openshift ~<ssh user>/.config/openshift /etc/ansible/facts.d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment