Skip to content

Commit

Permalink
Merge pull request #1561 from lsst-it/IT-5838_cleanup_mariadb_profile
Browse files Browse the repository at this point in the history
(role/auxtelmcm) add ccs_database
  • Loading branch information
dtapiacl authored Dec 17, 2024
2 parents 6a3c82e + 6023a88 commit 75249cb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 46 deletions.
2 changes: 2 additions & 0 deletions hieradata/cluster/auxtel-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ clustershell::groupmembers:
hcu: {group: "hcu", member: "auxtel-hcu01"}
all: {group: "all", member: "@misc,@hcu"}

ccs_database::database: "atsccsdb"

ccs_monit::alert:
- "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion hieradata/role/auxtelmcm.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
classes:
- "ccs_database"
- "ccs_sal"
- "profile::ccs::common"
- "profile::ccs::graphical"
- "profile::core::auxtelmcm"
- "profile::core::common"
- "profile::core::debugutils"

Expand Down
14 changes: 0 additions & 14 deletions site/profile/manifests/core/auxtelmcm.pp

This file was deleted.

17 changes: 0 additions & 17 deletions spec/classes/core/auxtelmcm_spec.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/hosts/roles/auxtelmcm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

include_examples('common', os_facts:, site:)
include_examples('ccs common', os_facts:)
include_examples 'auxtelmcm'
end # host
end # lsst_sites
end # on os
Expand Down
13 changes: 0 additions & 13 deletions spec/support/spec/auxtelmcm.rb

This file was deleted.

0 comments on commit 75249cb

Please sign in to comment.