Update shovel_instructions.md

This commit is contained in:
Andre Keedy 2016-01-15 23:57:50 -05:00
parent 3419fc0ca4
commit ea5ec72a3b

View File

@ -1,10 +1,16 @@
# RackHD/OpenStack Coordinator (shovel)
- git clone https://github.com/keedya/Shovel.git
- sudo mv Shovel /var/
- cd /var/Shovel
- sudo npm install --unsafe-perm
- sudo npm start
You can install Shovel by cloning this repo
```sh
git clone https://github.com/keedya/Shovel.git
sudo mv Shovel /var/
cd /var/Shovel
sudo npm install
sudo ./scripts/post-install.sh
sudo npm start
```
- Once the service is running, you can use swagger GUI to setup RackHD, Ironic, Keystone and Glance hostname and login information: http://<Shovel-IP>:9005/docs (You can also change Shovel Port(default:9005) note that the service will restart with the new configuration.
## Shovel-Ironic Set info Example: