diff --git a/README.md b/README.md index 135e4d7..08b51d3 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ alt="Shovel" width="240" height="180" border="10" /> - Use [RackHD: Quick Setup](http://rackhd.readthedocs.org/en/latest/getting_started.html) to install [RackHD](https://github.com/RackHD/RackHD). - Use Devstack to [Deploy Openstack](http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack) to a single machine. - Shovel-Horizon consists of two repositories: - - Service Application called [Shovel](https://github.com/keedya/Shovel), serves as [RackHD](https://github.com/RackHD/RackHD)/[Ironic](https://wiki.openstack.org/wiki/Ironic) coordinator (Readme [Instructions](https://github.com/keedya/Shovel/blob/master/shovel_instructions.md) to setup the service). + - Service Application called Shovel, serves as [RackHD](https://github.com/RackHD/RackHD)/[Ironic](https://wiki.openstack.org/wiki/Ironic) coordinator (Readme [Instructions](shovel_instructions.md) to setup the service). - [Shovel Horizon](https://github.com/keedya/shovel-horizon-plugin) Plug-in ( [Instructions](https://github.com/keedya/shovel-horizon-plugin/blob/master/README.md) to Deploy plug-in to Horizon interface). ### System level Diagram -![alt text](https://github.com/keedya/Shovel/blob/master/snapshot/dev_config.PNG) +![alt text](snapshot/dev_config.PNG) ### Services Diagram -![alt text](https://github.com/keedya/Shovel/blob/master/snapshot/shovel_func.png) +![alt text](snapshot/shovel_func.png) ## Licensing diff --git a/shovel_instructions.md b/shovel_instructions.md index e9cd504..14dfd60 100644 --- a/shovel_instructions.md +++ b/shovel_instructions.md @@ -3,7 +3,7 @@ You can install Shovel by cloning this repo ```sh -git clone https://github.com/keedya/Shovel.git +git clone https://github.com/openstack/shovel.git sudo mv Shovel /var/ cd /var/Shovel sudo npm install @@ -24,9 +24,9 @@ Once the service is running, you can use swagger GUI to setup RackHD, Ironic, Ke ## Shovel-Ironic Set info Example: -![alt text](https://github.com/keedya/shovel/blob/master/snapshot/ironic_info.png) +![alt text](snapshot/ironic_info.png) ## Shovel Set Port Example: -![alt text](https://github.com/keedya/shovel/blob/master/snapshot/shovel_settings.png) +![alt text](snapshot/shovel_settings.png)