summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Chapman <woppin@gmail.com>2016-08-17 03:58:34 +1000
committerMichael Chapman <woppin@gmail.com>2016-08-17 05:49:56 +1000
commitb9f398cb688a35f7849fd8adc1ca12ef5069a4e6 (patch)
treef155d230814d6b36a69b45bd14f0f7eedad5659d /ci
parent86c8fb3c833dd9acc80bb0e5367bee50aeebd5df (diff)
Enable ceph on boot
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>
Diffstat (limited to 'ci')
-rw-r--r--ci/PR_revision.log3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index 92692e59..f22adc80 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -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