Skip to content

nimbolus/openstack-kolla-swift-health-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openstack-kolla-swift-health-exporter

swift-health-exporter packaged for OpenStack Kolla.

Install

The swift-health-exporter can be installed alongside any swift-proxy-server container using the Ansible role. An integration into HAProxy is not implemented yet, so running and scraping multiple instances of the exporter will result in metric data duplication.

An example playbook could look like this:

- name: Install swift-health-exporter
  hosts: monitoring
  become: true
  roles:
    - role: swift-health-exporter

The long-term goal would be to integrate this into kolla-ansible, rather than deploying the exporter separately.

Build

Development

Build image:

podman build -t swift-health-exporter .

GitHub Workflow

build-images

Go to Actions and click on Run workflow.

Images are pushed to quay.io/nimbolus/openstack-kolla-swift-health-exporter.

About

swift-heath-exporter packaged for OpenStack Kolla

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published