Skip to content

Commit

Permalink
Merge pull request #372 from jlarriba/ceilometer
Browse files Browse the repository at this point in the history
podman_containers plugin is not working consistently, so replaced by …
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 076b77d + 30baab2 commit a9583e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions roles/edpm_telemetry/tasks/deploy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
# under the License.

- name: deploy node_exporter container
containers.podman.podman_container:
image: "{{ telemetry_node_exporter_image }}"
name: node_exporter
state: present
recreate: yes
ports:
- "9100:9100"
command: "podman create --name node_exporter --publish 9100:9100 {{ telemetry_node_exporter_image }}"
tags:
- edpm_telemetry

Expand Down

0 comments on commit a9583e3

Please sign in to comment.