Update Shovel Readme and setup instructions
Change-Id: I81b167726d8f076d2450eae6678b7570516b4103
This commit is contained in:
parent
ab5c53fa6e
commit
fd04e42974
@ -13,14 +13,14 @@ alt="Shovel" width="240" height="180" border="10" /></a>
|
||||
- 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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user