Skip to content

Commit

Permalink
Add smartctl-exporter-snap repository (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 authored Sep 13, 2024
1 parent 812ed6e commit e3dae72
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- prometheus-juju-backup-all-exporter_main
- prometheus-juju-exporter_main
- prometheus-openstack-exporter_main
- smartctl-exporter-snap_main
- snap-tempest-automation_main
- snap-tempest_main
- snap-tempest_stable_antelope
Expand Down
30 changes: 30 additions & 0 deletions terraform-plans/configs/smartctl-exporter-snap_main.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
repository = "smartctl-exporter-snap"
repository_description = "Snap package for smartctl_exporter"
branch = "main"
templates = {
codeowners = {
source = "./templates/github/CODEOWNERS.tftpl"
destination = ".github/CODEOWNERS"
vars = {}
}
check = {
source = "./templates/github/snap_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {}
}
promote = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
}
release = {
source = "./templates/github/snap_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {}
}
yamllint = {
source = "./templates/github/snap_yamllint.yaml.tftpl"
destination = ".yamllint"
vars = {}
}
}

0 comments on commit e3dae72

Please sign in to comment.