Correct gnocchi-upgrade command quotes
authorJose Luis Franco Arza <jfrancoa@redhat.com>
Tue, 8 Aug 2017 14:19:20 +0000 (16:19 +0200)
committerPradeep Kilambi <pkilambi@redhat.com>
Fri, 11 Aug 2017 19:01:27 +0000 (15:01 -0400)
commit9b79a9bc7424dc5de71d0024117a768f8d1f3bed
tree666c467bf019efd8bfd2740796b34b780201fd18
parent5bf7d6582b2346a9c1671430ebead6c358508863
Correct gnocchi-upgrade command quotes

After merging commit 488796, single quotation marks
were missed. This causes the upgrade to fail as the
flag --sacks-number is considered a su command flag.

Also mounts Ceph config data into the container which
seems needed for the gnocchi-upgrade command when
configured to use Ceph.

Also move the gnocchi db sync to step 4, so ceph is
ready. Add a retry loop to ceilometer-upgrade cmd so
it doesnt fail while apache is restarted.

Closes-Bug: #1709322
Change-Id: I62f3a5fa2d43a2cd579f72286661d503e9f08b90
docker/services/ceilometer-agent-central.yaml
docker/services/gnocchi-api.yaml