Skip to content

Commit

Permalink
Argo task title update (#325)
Browse files Browse the repository at this point in the history
* fix typo

* update task titles
  • Loading branch information
stewartshea authored Feb 8, 2024
1 parent de59150 commit ba11100
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions codebundles/k8s-argocd-application-health/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Suite Initialization
Set Suite Variable ${env} {"KUBECONFIG":"./${kubeconfig.key}"}

*** Tasks ***
Fetch ArgoCD Application Sync Status & Health
Fetch ArgoCD Application Sync Status & Health for `${APPLICATION}`
[Documentation] Shows the sync status and health of the ArgoCD application.
[Tags] Application Sync Health ArgoCD
${app_sync_status}= RW.CLI.Run Cli
Expand All @@ -77,7 +77,7 @@ Fetch ArgoCD Application Sync Status & Health
RW.Core.Add Pre To Report ${app_sync_status.stdout}
RW.Core.Add Pre To Report Commands Used:\n${history}

Fetch ArgoCD Application Last Sync Operation Details
Fetch ArgoCD Application Last Sync Operation Details for `${APPLICATION}`
[Documentation] Fetches the last ArgoCD Application sync operation staus.
[Tags] Application SyncOperation History ArgoCD
${last_sync_status}= RW.CLI.Run Cli
Expand All @@ -92,7 +92,7 @@ Fetch ArgoCD Application Last Sync Operation Details
RW.Core.Add Pre To Report Commands Used:\n${history}


Fetch Unhealthy ArgoCD Application Resources
Fetch Unhealthy ArgoCD Application Resources for `${APPLICATION}`
[Documentation] Displays all resources in an ArgoCD Application that are not in a healthy state.
[Tags] Resources Unhealthy SyncStatus ArgoCD
${unhealthy_resources}= RW.CLI.Run Cli
Expand All @@ -119,7 +119,7 @@ Fetch Unhealthy ArgoCD Application Resources
RW.Core.Add Pre To Report ${unhealthy_resources.stdout}
RW.Core.Add Pre To Report Commands Used:\n${history}

Scan For Errors in Pod Logs Related to ArgoCD Application Deployments
Scan For Errors in Pod Logs Related to ArgoCD Application `${APPLICATION}`
[Documentation] Grep for the error pattern across all pods managed by this Applications deployments.
[Tags] Error Logs Deployments ArgoCD Pods
${log_errors}= RW.CLI.Run Cli
Expand All @@ -133,7 +133,7 @@ Scan For Errors in Pod Logs Related to ArgoCD Application Deployments
RW.Core.Add Pre To Report ${log_errors.stdout}
RW.Core.Add Pre To Report Commands Used:\n${history}

Fully Describe ArgoCD Application
Fully Describe ArgoCD Application `${APPLICATION}`
[Documentation] Describe all details regarding the ArgoCD Application. Useful if reviewing all content.
[Tags] Application Describe ArgoCD
${application_describe}= RW.CLI.Run Cli
Expand Down
4 changes: 2 additions & 2 deletions codebundles/k8s-argocd-helm-health/runbook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Suite Setup Suite Initialization


*** Tasks ***
Fetch all available ArgoCD Helm releases
Fetch all available ArgoCD Helm releases in namespace `${NAMESPACE}`
[Documentation] List all ArgoCD helm releases that are visible to the kubeconfig.
[Tags] argocd helmrelease available list health
${helmreleases}= RW.CLI.Run Cli
Expand All @@ -26,7 +26,7 @@ Fetch all available ArgoCD Helm releases
RW.Core.Add Pre To Report \n\nArgoCD Helm releases available: \n${helmreleases.stdout}
RW.Core.Add Pre To Report Commands Used:\n${history}

Fetch Installed ArgoCD Helm release versions
Fetch Installed ArgoCD Helm release versions in namespace `${NAMESPACE}`
[Documentation] Fetch Installed ArgoCD Helm release Versions.
[Tags] argocd helmrelease version state
${argocd_helm_status}= RW.CLI.Run Cli
Expand Down

0 comments on commit ba11100

Please sign in to comment.