# coreos-rackspace-rescue-scripts **Repository Path**: mirrors_coreos/coreos-rackspace-rescue-scripts ## Basic Information - **Project Name**: coreos-rackspace-rescue-scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To get going, you need fabric and libcloud installed, and to setup your config.py: * Install depedencies: pip install -r requirements.txt * Setup config.py cp dist/config.py . * Then edit config.py to add your Rackspace API keys and default root password To provision on Rackspace: * This should do it all! It will take a few minutes to run. fab run_all:hostname,http://location/of/coreos.bin.gz * Should be booted with that image! * If booting failed, try this to see what state the node is in: fab show_node:hostname * To delete the node: fab destroy_node:hostname * To test your fabric conductivity (should show uname): fab test_node:hostname