Enable ceph on boot 47/18747/2
authorMichael Chapman <woppin@gmail.com>
Tue, 16 Aug 2016 17:58:34 +0000 (03:58 +1000)
committerMichael Chapman <woppin@gmail.com>
Tue, 16 Aug 2016 19:49:56 +0000 (05:49 +1000)
The service for ceph is created using the init provider in puppet,
which does not support the enable parameter, and therefore the
ceph service will not start on boot. Since it creates a normal
sysvinit file, this can be remedied with chkconfig.

JIRA: APEX-232

opnfv-tht-pr: 58

Change-Id: I0ef9e49cfa55d8e57862fbd61fb487b6d99d8d57
Signed-off-by: Michael Chapman <woppin@gmail.com>
ci/PR_revision.log

index 92692e5..f22adc8 100644 (file)
@@ -23,4 +23,5 @@
 53,Add numa to controller hiera hierarchy
 54,fix network mtu
 56,fixes tacker config for heat_uri
-57,Remove trailing newline from dpdk pci address
\ No newline at end of file
+57,Remove trailing newline from dpdk pci address
+58,Enable Ceph on boot