Skip to content

feat(nova): make Helm timeout configurable - #4249

Merged
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/nova-helm-timeout
Aug 12, 2026
Merged

feat(nova): make Helm timeout configurable#4249
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/nova-helm-timeout

Conversation

@fitbeard

Copy link
Copy Markdown
Contributor

What changed

  • add nova_helm_timeout with a five-minute default;
  • use it for Nova Helm operations;
  • add a release note.

Why

Nova database migrations can need more time, but the role offered no supported way to extend the Helm operation timeout.

This production improvement is extracted from #4152 so it can be reviewed, released, and backported independently from selective CI.

Validation

  • file-scoped pre-commit hooks passed;
  • git diff --check passed;
  • the repository-wide Ansible lint traversal reached all roles and only failed on the existing galaxy[no-changelog] metadata issue;
  • Reno parsed the new note and only reported the repository's existing duplicate release-note UID.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2324e75291

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

# Time to wait for Helm operations to complete, using Go duration syntax.
#
# nova_helm_timeout: 10m0s
nova_helm_timeout: 5m0s

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Document the new timeout in operator documentation

The new public nova_helm_timeout option appears only in the role default, task, and release note; a repository-wide search found no operator documentation explaining where to configure it or its accepted Go-duration syntax. Add it to the appropriate configuration or troubleshooting documentation so operators can use the feature without inspecting role internals.

AGENTS.md reference: AGENTS.md:L38-L40

Useful? React with 👍 / 👎.

---
features:
- |
The Nova role now exposes ``nova_helm_timeout`` to configure how long Helm\n operations may run.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Replace the literal newline escape in the release note

Because this is a YAML block scalar, \n is preserved as literal characters rather than decoded as a newline; Reno therefore receives malformed text between “Helm” and “operations,” which will render incorrectly in the generated changelog. Replace it with an actual line break or a normal space.

AGENTS.md reference: AGENTS.md:L18-L23

Useful? React with 👍 / 👎.

Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>
Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>
@fitbeard

Copy link
Copy Markdown
Contributor Author

recheck

2 similar comments
@fitbeard

Copy link
Copy Markdown
Contributor Author

recheck

@fitbeard

Copy link
Copy Markdown
Contributor Author

recheck

@mnaser
Mohammed Naser (mnaser) merged commit 43dba16 into main Aug 12, 2026
15 checks passed
@mnaser
Mohammed Naser (mnaser) deleted the agent/nova-helm-timeout branch August 12, 2026 00:15
@mnaser

Copy link
Copy Markdown
Member

/backport

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/zed:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.2:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants