shovel/Shovel/README.md
2015-12-29 15:11:10 -05:00

19 lines
748 B
Markdown

# RackHD/OpenStack Coordinator (shovel)
- git clone https://github.com/keedya/Shovel-horizon.git
- cd Shovel-horizon
- sudo mv Shovel /var/
- cd /var/Shovel
- sudo npm install --unsafe-perm
- 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:
![alt text](https://github.com/keedya/Shovel-horizon/blob/master/Shovel/snapshot/ironic_info.png)
## Shovel Set Port Example:
![alt text](https://github.com/keedya/Shovel-horizon/blob/master/Shovel/snapshot/shovel_settings.png)