- Oct 24, 2018
-
-
Christian Berendt authored
Change-Id: I4d409e052c00d83b451a2a13917f89531a88457f
-
Zuul authored
-
- Oct 23, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Christian Berendt authored
Closes-bug: #1799348 Change-Id: I4c43076795d28ea36f9e1d165e56abb110c5b544
-
Christian Berendt authored
Change-Id: Iedfad564f834504fa1f4bfd935cd735d1d9ee65f
-
Kien Nguyen authored
Change-Id: I114c582181e0c58fc5b3ce5b1735fb54a0fdd93e
-
- Oct 22, 2018
-
-
Zuul authored
-
Zuul authored
-
caoyuan authored
Change-Id: I0412c4d15fea97cf466287a5bed62427b43df7ea Closes-Bug: #1799243
-
Zuul authored
-
Zuul authored
-
Doug Szumski authored
If you build the docs with `tox -edocs` and then run `tox -epep8`, it will always fail because it checks the build output from the docs. This change ignores the build folder. Trivial-Fix Change-Id: Ie7c53b517b7cfff1d317cad014371c94c6212eac
-
Zuul authored
-
- Oct 21, 2018
-
-
Hongbin Lu authored
The python-neutronclient is deprecated. We should use openstackclient and openstacksdk for the equivalent functionality. Change-Id: Iaf49d6b7942343104e0b40b6db89b78a793b858b
-
- Oct 20, 2018
-
-
caoyuan authored
Change-Id: I5631fd12d8cd1815ba0045f3fad272066265e3f5 Closes-Bug: #1798971
-
ZhijunWei authored
Change-Id: I288fa5ea202376d481de6966150e7e050e390f03 Partially-implements: blueprint better-reconfigure Co-Authored-By:
caoyuan <cao.yuan@99cloud.net> Closes-Bug: #1796219
-
- Oct 19, 2018
-
-
Zuul authored
-
- Oct 17, 2018
- Oct 16, 2018
-
-
Zuul authored
-
frauniki authored
By adding 'become' element, you can set ceilometer as non root user. Change-Id: I146f3aec6b1270d40c02f4f7883c169aaa796239 Closes-Bug: #1798035
-
Kien Nguyen authored
Alarm service has been moved to Aodh for a long time [1]. Therefore, we should define evaluation_interval in aodh.conf rather than ceilometer.conf. The interval value should be configurable as well because we can use a custom polling config now [2] [1] https://review.openstack.org/#/c/200593/ [2] https://review.openstack.org/#/c/572013/ Change-Id: I7adeff2dff5d6d6ae4c621e84857347995e9203a
-
- Oct 15, 2018
- Oct 12, 2018
-
-
Kien Nguyen authored
notification_topics was deprecated. Now we use oslo_messaging_notifications.topics option instead [1] [1] https://docs.openstack.org/oslo.messaging/latest/configuration/opts.html#oslo-messaging-notifications Change-Id: I9ed3cca6d25d08494e0933a1fb8a9502b07b9775
-
- Oct 11, 2018
-
-
Doug Szumski authored
Even though Kolla services are configured to log output to file rather than stdout, some stdout still occurs when for example the container re(starts). Since the Docker logs are not constrained in size, they can fill up the docker volumes drive and bring down the host. One example of when this is particularly problematic is when Fluentd cannot parse a log message. The warning output is written to the Docker log and in production we have seen it eat 100GB of disk space in less than a day. We could configure Fluentd not to do this, but the problem may still occur via another mechanism. Change-Id: Ia6d3935263a5909c71750b34eb69e72e6e558b7a Closes-Bug: #1794249
-
Eduardo Gonzalez authored
oslo.messaging has removed deprecated options for rabbitmq. one of the options is the vhost, which we do not define in the transport_url. Change-Id: I96d5dbc0f9fbb4423e9a812e8832c25c2bd65df9
-
- Oct 09, 2018
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Doug Szumski authored
The format for the Logstash Kafka output plugin worker count is integer in Logstash 2 and string in Logstash 5. Since we have downgraded Logstash we need to switch formats here. Change-Id: I98113dda05bbb44410916c27d7d3bcd59a034a98 Partially-Implements: blueprint monasca-roles
-
Doug Szumski authored
To build the Monasca images, they need to be built from source, however, this doesn't include Logstash. Logstash does not differentiate between binary or source install types, so we can just use the default. Partially-Implements: blueprint monasca-roles Change-Id: I7eb355f25864f2b993780cd2b000c8bcd13f78e8
-
Doug Szumski authored
* Convert all log levels to lowercase * Make number of threads configurable * Improve naming * Update path and log options for Logstash 2.4 * Change worker count from string to integer for the Kafka output plugin supplied with Logstash 2.4. Partially-Implements: blueprint monasca-roles Change-Id: I9379969ee639dff0b525d7a1a03df59bcf18b98b
-
Doug Szumski authored
* Make number of threads configurable * Improve naming * Update path and log options for Logstash 2.4 * Use the correct logs directory Partially-Implements: blueprint monasca-roles Change-Id: I09388de4d31740f2786393c957201bd037572226
-
Doug Szumski authored
Increase the maximum payload size so that it slightly exceeds the default maximum chunk size (8MB) in Fluentd. This prevents the Monasca Log API dropping logs when under heavy load. Partially-Implements: blueprint monasca-roles Change-Id: I13020abde7de1c92acc07352466b814b4a6ce5bc
-