Added scripts for starting / stopping all the services
This commit is contained in:
parent
752216b5de
commit
7a48f8f10c
6
all-start.sh
Executable file
6
all-start.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
service openstack-neat-global-manager start
|
||||
service openstack-neat-global-manager start
|
||||
./compute-local-manager-start.py
|
||||
./compute-data-collector-start.py
|
6
all-stop.sh
Executable file
6
all-stop.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
service openstack-neat-global-manager stop
|
||||
service openstack-neat-global-manager stop
|
||||
./compute-local-manager-stop.py
|
||||
./compute-data-collector-stop.py
|
Loading…
x
Reference in New Issue
Block a user