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

Minor fixes for paasta info #3999

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Minor fixes for paasta info #3999

merged 2 commits into from
Jan 8, 2025

Conversation

jfongatyelp
Copy link
Contributor

  1. stop displaying tcp:// urls for tcp services under deployments list; access via smartstack port is no longer supported thru paasta proxies
  2. replace paasta-$cluster.yelp domains with the appropriate proxy.$cluster.paasta domains instead
  3. make it clearer the urls provided for the 'deployments' are for testing purposes only, not for production/client access
  4. Replace long-dead uchiwa dashboard link w/ y/sl2 dashboard instead
  5. fix tests

@jfongatyelp jfongatyelp requested a review from a team as a code owner December 23, 2024 23:40
nemacysts
nemacysts previously approved these changes Dec 26, 2024
paasta_tools/cli/cmds/info.py Outdated Show resolved Hide resolved
@@ -111,8 +106,7 @@ def get_deployments_strings(service: str, soa_dir: str) -> List[str]:

def get_dashboard_urls(service):
output = [
" - %s (Sensu Alerts)"
% (PaastaColors.cyan("https://uchiwa.yelpcorp.com/#/events?q=%s" % service))
" - %s (service load y/sl2)" % (PaastaColors.cyan(f"http://y/{service}_load"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once we can run on a newer python, we can use nested f-strings here :D

@jfongatyelp jfongatyelp merged commit 21959c7 into master Jan 8, 2025
10 checks passed
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

Successfully merging this pull request may close these issues.

2 participants