Implement collectd startup in manifest apply post stage

Starting collectd too early in the manifest apply is seen
to occasionally fail due to a dependency configuration on
hostname resolution in FQDNLookup not being complete.

Since influxdb is used by collectd and is a controller
only service this update moves it to the manifest apply
post stage as well and is filtered out from non
controller load types.

This issue is fixed by the following multi-git changes.

stx-metal: This update.
   Filter influxdb out of storage and compute only loads.
   No real inter git merge dependency

stx-integ:
   Add startup Before=pmond dependency

stx-config:
   Move collectd config and startup to manifest apply post stage
   Move influxdb config and startup to manifest apply post stage

Test Plan:
PASS: Build iso
PASS: verify install storage system and collectd startup
PASS: Verify Storage system DOR
PASS: Verify influxdb and extensions excluded in non-controller loads
PASS: Verify collectd starts properly on all nodes (CC,DOR,UNLOCK)
PASS: Verify influxdb starts properly on controller nodes (CC,DOR,UNLOCK)
PASS: Verify collectd pmond process monitoring and recovery
PASS: Verify influxdb pmond process monitoring and recovery

PEND: Verify collectd statistics storage and fetch to/from influxdb
PEND: Install AIO DX and verify collectd and influxdb startup

Change-Id: I8c71f36978620e0650062cc848bfb9d85f6810b2
Closes-Bug: 1797909
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2019-01-02 09:53:15 -05:00
parent 68ab0560cf
commit 64c1d400b9
3 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,8 @@ horizon
horizon-standalone horizon-standalone
horizon-tests horizon-tests
host-guest-comm host-guest-comm
influxdb
influxdb-extensions
io-monitor io-monitor
io-scheduler io-scheduler
isomd5sum isomd5sum

View File

@ -50,6 +50,8 @@ heat-contrib-nova-flavor
heat-engine heat-engine
heat-templates heat-templates
heat-tests heat-tests
influxdb
influxdb-extensions
io-monitor io-monitor
isomd5sum isomd5sum
kernel-module-openvswitch kernel-module-openvswitch

View File

@ -50,6 +50,8 @@ heat-contrib-nova-flavor
heat-engine heat-engine
heat-templates heat-templates
heat-tests heat-tests
influxdb
influxdb-extensions
io-monitor io-monitor
isomd5sum isomd5sum
kernel-module-openvswitch kernel-module-openvswitch