Description
Right now, the services are not prioritized or dependencies are not explicitly stated.
So services may start in any order, which may prevent some services from starting and make them fail (ie, Apache Zookeeper vs Apache HBase).
This ticket is about fixing the priorities and dependencies so services can start nicely on boot.
Note: This is also useful for our VMs