Update shovel_instructions.md
This commit is contained in:
parent
4f294ea0dc
commit
4405282e4b
@ -10,6 +10,15 @@ sudo npm install
|
||||
sudo ./scripts/post-install.sh
|
||||
sudo npm start
|
||||
```
|
||||
Or you can use npm install to Download shovel package
|
||||
|
||||
```sh
|
||||
npm install node-shovel
|
||||
sudo mv node_modules/node-shovel /var/Shovel
|
||||
cd /var/Shovel
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user