Skip to content

Conversation

@wking
Copy link
Member

@wking wking commented Nov 8, 2023

Exposing the config setting from fb20669 (#794) as a command-line option, so folks can pass it though without having to drop into TOML or hitting:

2023-11-08T00:01:57.621922383Z [2023-11-08T00:01:57Z INFO  metadata_helper] application settings:
2023-11-08T00:01:57.621922383Z     AppSettings {
2023-11-08T00:01:57.621922383Z         verbosity: Trace,
2023-11-08T00:01:57.621922383Z         address: ::,
2023-11-08T00:01:57.621922383Z         port: 8082,
2023-11-08T00:01:57.621922383Z         path_prefix: "/api/upgrades_info",
2023-11-08T00:01:57.621922383Z         status_address: ::,
2023-11-08T00:01:57.621922383Z         status_port: 9082,
2023-11-08T00:01:57.621922383Z         signatures_dir: "",
2023-11-08T00:01:57.621922383Z         tracing_endpoint: None,
2023-11-08T00:01:57.621922383Z         backlog: 10,
2023-11-08T00:01:57.621922383Z         max_connections: 10,
2023-11-08T00:01:57.621922383Z         max_connection_rate: 64,
2023-11-08T00:01:57.621922383Z         keep_alive: None,
2023-11-08T00:01:57.621922383Z         client_timeout: 5s,
2023-11-08T00:01:57.621922383Z     }
2023-11-08T00:01:57.622031074Z [2023-11-08T00:01:57Z INFO  metadata_helper] signatures data directory not provided, using /tmp/.tmp2r89fA

Exposing the config setting from fb20669 (add signatures serving
module to metadata_helper, 2023-05-18, openshift#794) as a command-line option,
so folks can pass it though without having to drop into TOML or
hitting [1,2]:

  2023-11-08T00:01:57.621922383Z [2023-11-08T00:01:57Z INFO  metadata_helper] application settings:
  2023-11-08T00:01:57.621922383Z     AppSettings {
  2023-11-08T00:01:57.621922383Z         verbosity: Trace,
  2023-11-08T00:01:57.621922383Z         address: ::,
  2023-11-08T00:01:57.621922383Z         port: 8082,
  2023-11-08T00:01:57.621922383Z         path_prefix: "/api/upgrades_info",
  2023-11-08T00:01:57.621922383Z         status_address: ::,
  2023-11-08T00:01:57.621922383Z         status_port: 9082,
  2023-11-08T00:01:57.621922383Z         signatures_dir: "",
  2023-11-08T00:01:57.621922383Z         tracing_endpoint: None,
  2023-11-08T00:01:57.621922383Z         backlog: 10,
  2023-11-08T00:01:57.621922383Z         max_connections: 10,
  2023-11-08T00:01:57.621922383Z         max_connection_rate: 64,
  2023-11-08T00:01:57.621922383Z         keep_alive: None,
  2023-11-08T00:01:57.621922383Z         client_timeout: 5s,
  2023-11-08T00:01:57.621922383Z     }
  2023-11-08T00:01:57.622031074Z [2023-11-08T00:01:57Z INFO  metadata_helper] signatures data directory not provided, using /tmp/.tmp2r89fA

[1]: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cincinnati-operator/176/pull-ci-openshift-cincinnati-operator-master-operator-e2e-hypershift-local-graph-data/1722037234359603200
[2]: https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_cincinnati-operator/176/pull-ci-openshift-cincinnati-operator-master-operator-e2e-hypershift-local-graph-data/1722037234359603200/artifacts/operator-e2e-hypershift-local-graph-data/e2e-test/artifacts/inspect/namespaces/openshift-updateservice/pods/example-695fd68b74-wjtv6/metadata/metadata/logs/current.log
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 8, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 8, 2023

@wking: This pull request references OTA-915 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set.

Details

In response to this:

Exposing the config setting from fb20669 (#794) as a command-line option, so folks can pass it though without having to drop into TOML or hitting:

2023-11-08T00:01:57.621922383Z [2023-11-08T00:01:57Z INFO  metadata_helper] application settings:
2023-11-08T00:01:57.621922383Z     AppSettings {
2023-11-08T00:01:57.621922383Z         verbosity: Trace,
2023-11-08T00:01:57.621922383Z         address: ::,
2023-11-08T00:01:57.621922383Z         port: 8082,
2023-11-08T00:01:57.621922383Z         path_prefix: "/api/upgrades_info",
2023-11-08T00:01:57.621922383Z         status_address: ::,
2023-11-08T00:01:57.621922383Z         status_port: 9082,
2023-11-08T00:01:57.621922383Z         signatures_dir: "",
2023-11-08T00:01:57.621922383Z         tracing_endpoint: None,
2023-11-08T00:01:57.621922383Z         backlog: 10,
2023-11-08T00:01:57.621922383Z         max_connections: 10,
2023-11-08T00:01:57.621922383Z         max_connection_rate: 64,
2023-11-08T00:01:57.621922383Z         keep_alive: None,
2023-11-08T00:01:57.621922383Z         client_timeout: 5s,
2023-11-08T00:01:57.621922383Z     }
2023-11-08T00:01:57.622031074Z [2023-11-08T00:01:57Z INFO  metadata_helper] signatures data directory not provided, using /tmp/.tmp2r89fA

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 8, 2023
Copy link
Contributor

@PratikMahajan PratikMahajan left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 8, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: PratikMahajan, wking

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [PratikMahajan,wking]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 8, 2023

@wking: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 1ad102e into openshift:master Nov 8, 2023
@wking wking deleted the metadata-signatures.dir-cli-option branch November 8, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants