Skip to content

Commit

Permalink
(role/ccs-mcm) merge role/atsccs into role/ccs-mcm
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 24, 2023
1 parent 5d44494 commit 91abb13
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 18 deletions.
13 changes: 0 additions & 13 deletions hieradata/role/atsccs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion spec/hosts/nodes/auxtel-dc01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

let(:node_params) do
{
role: 'atsccs',
role: 'ccs-dc',
site: 'cp',
cluster: 'auxtel-ccs',
}
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/auxtel-dc01.ls.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let(:facts) { facts.merge(fqdn: 'auxtel-dc01.ls.lsst.org') }
let(:node_params) do
{
role: 'atsccs',
role: 'ccs-dc',
site: 'ls',
cluster: 'auxtel-ccs',
variant: '1114s',
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/auxtel-mcm.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

let(:node_params) do
{
role: 'atsccs',
role: 'ccs-mcm',
site: 'cp',
cluster: 'auxtel-ccs',
}
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/auxtel-mcm.ls.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

let(:node_params) do
{
role: 'atsccs',
role: 'ccs-mcm',
site: 'ls',
cluster: 'auxtel-ccs',
variant: '1114s',
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/auxtel-mcm.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let(:facts) { facts.merge(fqdn: 'auxtel-mcm.tu.lsst.org') }
let(:node_params) do
{
role: 'atsccs',
role: 'ccs-mcm',
site: 'tu',
cluster: 'auxtel-ccs',
}
Expand Down
2 changes: 2 additions & 0 deletions spec/hosts/roles/ccs_mcm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
%w[
comcam-ccs
auxtel-ccs
lsstcam-ccs
].each do |cluster|
context "#{cluster} cluster" do
let(:node_params) do
Expand All @@ -36,6 +37,7 @@
include_examples 'ccs common', facts: facts
include_examples 'x2go packages'
include_examples 'debugutils'
it { is_expected.to contain_class('ccs_sal') }
end # host
end # lsst_sites
end # cluster
Expand Down

0 comments on commit 91abb13

Please sign in to comment.