Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong value in config.son for grpc_tls parameter #605

Open
garry-t opened this issue Oct 10, 2024 · 1 comment
Open

Wrong value in config.son for grpc_tls parameter #605

garry-t opened this issue Oct 10, 2024 · 1 comment

Comments

@garry-t
Copy link

garry-t commented Oct 10, 2024

SUMMARY

Upgrade from consul 13.x.x to 14.x.x failed due issue in config.json file

ISSUE TYPE
  • Bug Report
COMPONENT NAME

config.json

ANSIBLE VERSION
ansible [core 2.15.12]
executable location = /opt/homebrew/bin/ansible
  python version = 3.11.8 (main, Feb  6 2024, 21:21:21) [Clang 15.0.0 (clang-1500.1.0.2.5)] (/opt/homebrew/opt/[email protected]/bin/python3.11)
  jinja version = 3.1.
COLLECTION VERSION

No need it is role issue, wrong parameter reference

CONFIGURATION

n/a

OS / ENVIRONMENT

Ubuntu 22.04 and 18.04

STEPS TO REPRODUCE

Just run current role with default parameters with consul version 14.x.x

EXPECTED RESULTS

grpc_tls port has proper value

ACTUAL RESULTS
"ports": {
        "dns": 8600,
        "grpc": -1,
        "grpc_tls": "127.0.0.1",
        "http": 8500,
        "https": 8501,
        "serf_lan": 8301,
        "serf_wan": 8302,
        "server": 8300
    },

@garry-t
Copy link
Author

garry-t commented Oct 10, 2024

PR with fix #606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant