- Oct 22, 2018
-
-
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 19, 2018
-
-
Zuul authored
-
- Oct 17, 2018
- Oct 16, 2018
-
-
Zuul authored
-
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
-
Doug Szumski authored
If the config option is not specified Monasca Notification defaults to YAML config parsing and fails to load. Partially-Implements: blueprint monasca-roles Change-Id: Id85d9765df525b34d43a77a9e4045e0de19aef99
-
Zuul authored
-
Nguyen Van Trung authored
Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: Id7eb248942aff41902dc1e8875530cba49fdf1ee
-
Zuul authored
-
- Oct 08, 2018
-
-
Doug Szumski authored
Make reporting of InfluxDB statistics opt-in rather than opt-out. Trivial-Fix Change-Id: I23342f797d883da1fe4c3ecdda53dd677239dc36
-
Zuul authored
-
Zuul authored
-
howardlee authored
Since the configuration file of the panko module was referenced as a variable during the deployment of the ceilometer module, the project_name variable of the ceilometer module was overwritten, resulting in an error when deploying the ceilometer module using the development mode. This patch will fix this problem. Change-Id: I90d2380b610d3caa988ee667e7c42511d3bbd937 Closes-Bug: #1795770
-
- Oct 05, 2018
- Oct 04, 2018
-
-
zhulingjie authored
refer to [0] [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L557 Change-Id: I17ac982ddcb6c63d5ca30623fc450464a69b9299 Closes-Bug: #1796366
-
Dai Dang Van authored
Change-Id: I542b06be75991412f8e2a931ea2e40f0a0c317e4 Closes-Bug: #1758903
-
- Oct 03, 2018