Added new rook-ceph installation scenario for model controller,
including steps for backend creation, monitor setup, and OSD
configuration.
Patch 3 - Separete the test in three test cases
1. Simplex
2. Duplex - add the float monitor
3. STD and DX+ - add only 3 monitors
Create commom functions used in all three scenarios:
- _setup_rook_ceph()
- _add_ceph_monitor_host_fs()
- _add_ceph_monitor_osd()
Patch 4 - Add code to assign necessary CPUs to platform when required
Patch 5 - Improve the CPU assigned function, no need to set controller-0 as active controller anymore
Patch 7 - Add the SX condition to the CPU-assigned function to work with Simplex Labs.
Change-Id: I6cb789f7fdd316098718aa124a0b094296bcdca4
Signed-off-by: Dario Oliveira <Dario.DeOliveiraFilho@windriver.com>