Skip to content

Commit

Permalink
Merge pull request #1507 from lsst-it/IT-5742_deploy_flat_fiberspecblue
Browse files Browse the repository at this point in the history
(node/flat-fiberspecblue.cp) deploy host as EL9
  • Loading branch information
dtapiacl authored Nov 13, 2024
2 parents aafa6bd + 3e1fa93 commit 176f39b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nm::connections:
content:
connection:
id: "enp2s0"
uuid: "651380a2-965d-4baa-8c34-5c4062434319"
uuid: "df58f0cf-0d0e-3857-b78d-6e5e4e02adb7"
type: "ethernet"
interface-name: "enp2s0"
ethernet: {}
Expand All @@ -13,11 +13,11 @@ nm::connections:
ipv6:
method: "disabled"
proxy: {}
enp1s0: # misc-dds|140.252.147.128/27
enp1s0: # dds-auxtel|139.229.170.0/24
content:
connection:
id: "enp1s0"
uuid: "42f27e6a-4d8e-42b9-bb83-3db4b59e6d16"
uuid: "ef22f6a7-af7d-3301-a2f6-2d37eac012f0"
type: "ethernet"
interface-name: "enp1s0"
master: "dds"
Expand All @@ -35,7 +35,7 @@ nm::connections:
bridge:
stp: false
ipv4:
address1: "140.252.147.137/27"
address1: "139.229.170.156/24"
method: "manual"
ipv6:
method: "disabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'spec_helper'

describe 'fiber-spec01.tu.lsst.org', :sitepp do
describe 'flat-fiberspecblue.cp.lsst.org', :sitepp do
on_supported_os.each do |os, os_facts|
next unless os =~ %r{almalinux-9-x86_64}

Expand All @@ -19,8 +19,8 @@
end
let(:node_params) do
{
role: 'dco',
site: 'tu',
role: 'fiberspec',
site: 'cp',
}
end

Expand Down Expand Up @@ -52,7 +52,7 @@
it_behaves_like 'nm enabled interface'
it_behaves_like 'nm bridge interface'
it_behaves_like 'nm manual interface'
it { expect(nm_keyfile['ipv4']['address1']).to eq('140.252.147.137/27') }
it { expect(nm_keyfile['ipv4']['address1']).to eq('139.229.170.156/24') }
end
end # on os
end # on_supported_os
Expand Down

0 comments on commit 176f39b

Please sign in to comment.