Skip to content

Commit

Permalink
fix: ✅ fix molecule alternative listen addr
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
  • Loading branch information
anviar committed Jan 23, 2025
1 parent 0f5f8dd commit 6520ea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions roles/consul_exporter/molecule/alternative/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ provisioner:
all:
consul_exporter_version: 0.13.0
consul_exporter_local_cache_path: "/tmp/consul_exporter-linux-amd64/{{ consul_exporter_version }}"
consul_exporter_web_listen_address:
- '127.0.0.1:8080'
- '127.0.1.1:8080'
consul_exporter_enabled_collectors:
- sources
consul_exporter_disabled_collectors:
- tracking
consul_exporter_web_listen_address: '127.0.1.1:8080'
consul_exporter_tls_server_config:
cert_file: /etc/consul_exporter/tls.cert
key_file: /etc/consul_exporter/tls.key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_protecthome_property(host):


@pytest.mark.parametrize("sockets", [
"tcp://127.0.0.1:8080",
"tcp://127.0.1.1:8080",
])
def test_socket(host, sockets):
Expand Down

0 comments on commit 6520ea2

Please sign in to comment.