aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/gnocchi-api.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-05-02Move containers common volumes from yaql to list_concatJuan Antonio Osorio Robles1-27/+23
list_concat was introduced recently and is able to replace the yaql calls for concatenating lists. Change-Id: Id3a80a0e1e4c25b6d838898757c69ec99d0cd826
2017-04-19containers: TLS in the internal network for telemetry servicesJuan Antonio Osorio Robles1-0/+19
This covers aodh, gnocchi and panko. cp tls-via-certmonger-containers Change-Id: I6dabb0d82755c28b8940c0baab0e23cfcc587c42
2017-04-19Merge "Introduce common resources for docker templates"Jenkins1-10/+19
2017-04-18Introduce common resources for docker templatesJuan Antonio Osorio Robles1-10/+19
This enables common resources that the docker templates might need. The initial resource only is common volumes, and two volumes are introduced (localtime and hosts). Change-Id: Ic55af32803f9493a61f9b57aff849bfc6187d992
2017-04-13Use underscore for Aodh and Gnocchi's container namesJuan Antonio Osorio Robles1-2/+2
The rest of the services are using underscores, so this helps uniformity. Change-Id: I4ce3cc76f430a19fa08c77b004b86ecad02119ae
2017-04-10Add upgrade tasks for gnocchi container servicesPradeep Kilambi1-0/+4
Change-Id: I43c35bbf959e5dcdd7e87a8f6a604d5fe5b4f2a9
2017-04-03Remove kolla_config copy from servicesMartin André1-26/+6
Simplify the config of the containerized services by bind mounting in the configurations instead of specifying them all in kolla config. This is change is useful to limit the side effects of generating the config files and running the container is two separate steps as config directories are now bind-mounted inside the container instead of having files being copied to the container. We've seen examples of Apache's mod_ssl configuration file present on the container preventing it to start when puppet configured apache not to load the ssl module (in case TLS is disabled). Co-Authored-By: Ian Main <imain@redhat.com> Change-Id: I4ec5dd8b360faea71a044894a61790997f54d48a
2017-03-13Containerize gnocchi servicesPradeep Kilambi1-0/+118
Closes-bug: #1668928 Change-Id: I291df31be97c3d55cddb3924482aa5976a79c2b1