Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4931 from GeorgianaElena/issue-tempalte
Browse files Browse the repository at this point in the history
SMCE regeneration issue template
  • Loading branch information
GeorgianaElena authored Oct 3, 2024
2 parents c95ff69 + 5519f30 commit 2018111
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/09_collect-billing-data.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "💳 Collect billing data for a time period"
description: "Generate the billing data for a specific time period for all 2i2c clusters"
title: "[Billing] Collect billing data for {{ Month(s) }} - {{ Dedicated / Shared }} clusters"
labels: ["billing"]
labels: ["billing", "recurrent"]
body:
- type: markdown
attributes:
Expand All @@ -10,7 +10,7 @@ body:
Once all the info has been filled in, this issue is considered to be fully refined and can be added to the `Refined` column of the Project Board.
# Context
# Resources
- type: dropdown
id: cluster_type
Expand Down
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/10_smce_regenerate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "🔐 Regenerate NASA SMCE credentials"
about: Recurring task that must be done every ~55 days
title: "[ {{Deadline}} ] Regenerate NASA SMCE credentials"
labels: ["recurrent"]
---

_Once the deadline has been filled in, this issue is considered to be fully refined and can be added to the `Refined` column of the Project Board._

The credentials of the deployer on SMCE clusters must be renewed every ~55 days.

### Context
AWS credentials for our hub deployer must be renewed for the following clusters:
- [ ] nasa-veda
- [ ] nasa-ghg
- [ ] nasa-esdis

### Resources
Follow [the instructions](https://infrastructure.2i2c.org/howto/regenerate-smce-creds/#regenerate-credentials-for-the-deployer) on how to do this.

### Definition of Done
```[tasklist]
- [ ] There is a deadline for this task
- [ ] The credentials of the deployer on all 3 clusters have been renewed
```

0 comments on commit 2018111

Please sign in to comment.