Gate fix: httpd image, elasticsearch, openstack-exporter

There was a change in the upstream reference httpd image for
apache that changed how modules were built for apache.
This change adds the required fix to accomodate the change.
See isssue here https://github.com/docker-library/httpd/pull/87

The Elasticsearch image tag was updated to accomodate the kernel
versions used in the gate as part of the kernel update playbook
See https://github.com/elastic/elasticsearch/issues/28349#issuecomment-360233779

The openstack-exporter binary was changed to reflect changes made
to the openstack-exporter image

Change-Id: I1deb9e7cde794421dd33fade566c2a9fdb5007e6
This commit is contained in:
Steve Wilkerson 2018-01-26 10:38:50 -06:00
parent b380b68bba
commit 3ec7f5f0ff
5 changed files with 8 additions and 6 deletions

View File

@ -43,6 +43,7 @@ Listen 80
# Example: # Example:
# LoadModule foo_module modules/mod_foo.so # LoadModule foo_module modules/mod_foo.so
# #
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_core_module modules/mod_authn_core.so LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_host_module modules/mod_authz_host.so

View File

@ -21,7 +21,7 @@ images:
apache_proxy: docker.io/httpd:2.4 apache_proxy: docker.io/httpd:2.4
memory_init: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 memory_init: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
curator: docker.io/bobrik/curator:5.2.0 curator: docker.io/bobrik/curator:5.2.0
elasticsearch: docker.io/elasticsearch:5.4.2 elasticsearch: docker.io/elasticsearch:5.6.4
helm_tests: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 helm_tests: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
snapshot_repository: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 snapshot_repository: docker.io/kolla/ubuntu-source-heat-engine:3.0.3

View File

@ -43,6 +43,7 @@ Listen 80
# Example: # Example:
# LoadModule foo_module modules/mod_foo.so # LoadModule foo_module modules/mod_foo.so
# #
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_core_module modules/mod_authn_core.so LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_host_module modules/mod_authz_host.so

View File

@ -20,7 +20,7 @@ set -ex
COMMAND="${@:-start}" COMMAND="${@:-start}"
function start () { function start () {
exec python /usr/local/bin/prometheus_openstack_exporter/exporter.py exec python /usr/local/bin/exporter/main.py
} }
function stop () { function stop () {

View File

@ -35,7 +35,7 @@ chart_groups:
- prometheus_openstack_exporter - prometheus_openstack_exporter
- name: openstack_infra_logging - name: openstack_infra_logging
timeout: 600 timeout: 1200
charts: charts:
- openstack_elasticsearch - openstack_elasticsearch
- fluent_logging - fluent_logging
@ -192,7 +192,7 @@ charts:
chart_name: elasticsearch chart_name: elasticsearch
release: elasticsearch release: elasticsearch
namespace: openstack namespace: openstack
timeout: 300 timeout: 600
test: test:
enabled: true enabled: true
timeout: 600 timeout: 600
@ -208,10 +208,10 @@ charts:
chart_name: fluent-logging chart_name: fluent-logging
release: fluent-logging release: fluent-logging
namespace: openstack namespace: openstack
timeout: 300 timeout: 600
test: test:
enabled: true enabled: true
timeout: 300 timeout: 600
output: false output: false
kibana: kibana: