Skip to content

Commit

Permalink
Merge pull request #1263 from lsst-it/IT-8166_tel_hw1_dds
Browse files Browse the repository at this point in the history
(node/tel-hw1.tu) add missing dds routes to node
  • Loading branch information
dtapiacl committed Jul 17, 2024
2 parents 1cc7471 + 9e7c969 commit 8f62037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hieradata/node/tel-hw1.tu.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ nm::connections:
ipv4:
address1: "140.252.147.135/27"
method: "manual"
never-default: "true"
route1: "140.252.147.16/28,140.252.147.129"
route2: "140.252.147.48/28,140.252.147.129"
ipv6:
method: "disabled"
proxy: {}
network::mroutes_hash:
dds:
routes:
"140.252.147.16/28": "140.252.147.129"
"140.252.147.48/28": "140.252.147.129"

nfs::server_enabled: false
nfs::client_enabled: true
Expand Down
2 changes: 2 additions & 0 deletions spec/hosts/nodes/tel-hw1.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
it_behaves_like 'nm bridge interface'
it_behaves_like 'nm manual interface'
it { expect(nm_keyfile['ipv4']['address1']).to eq('140.252.147.135/27') }
it { expect(nm_keyfile['ipv4']['route1']).to eq('140.252.147.16/28,140.252.147.129') }
it { expect(nm_keyfile['ipv4']['route2']).to eq('140.252.147.48/28,140.252.147.129') }
end

it { is_expected.to contain_class('nfs').with_server_enabled(false) }
Expand Down

0 comments on commit 8f62037

Please sign in to comment.