Run gnocchi statsd and metrcd at step 5
authorDan Prince <dprince@redhat.com>
Sat, 26 Aug 2017 02:08:25 +0000 (22:08 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Tue, 19 Sep 2017 21:08:16 +0000 (21:08 +0000)
Running these daemons at step 5 should avoid seeing error messages in
the gnocchi-statsd log files on startup which starts at step4.

Change-Id: Idb82f864a2e1c623dab7a2a87054443036670453
Closes-bug: #1713182
(cherry picked from commit 9d8e496f3e8a825d48d9eba9aab540001bb780ea)

docker/services/gnocchi-metricd.yaml
docker/services/gnocchi-statsd.yaml

index 5a6958a..9a11445 100644 (file)
@@ -90,7 +90,7 @@ outputs:
               owner: gnocchi:gnocchi
               recurse: true
       docker_config:
-        step_4:
+        step_5:
           gnocchi_metricd:
             image: {get_param: DockerGnocchiMetricdImage}
             net: host
index 2957312..834d005 100644 (file)
@@ -90,7 +90,7 @@ outputs:
               owner: gnocchi:gnocchi
               recurse: true
       docker_config:
-        step_4:
+        step_5:
           gnocchi_statsd:
             image: {get_param: DockerGnocchiStatsdImage}
             net: host