Skip to content

Commit 5fc70ad

Browse files
committed
Fixes for linting
1 parent dbc4f62 commit 5fc70ad

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

example/devices/on-lab/ti-jacinto-j784s4xevm-01/ti-jacinto-j784s4xevm-01-dut.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ spec:
1818
parameters:
1919
device_address: "$( name ).auto.bos2.dc.example.com"
2020
pdu_host: "some-pdu-hostname.auto.eng.bos2.bc.somedomain.com"
21-
pdu_user: "$( vars.pdu_st_pro3_l1_311a_user )"
22-
pdu_password: "$( vars.pdu_st_pro3_l1_311a_password )"
21+
pdu_user: "$( var.pdu_st_pro3_l1_311a_user )"
22+
pdu_password: "$( var.pdu_st_pro3_l1_311a_password )"
2323
pdu_oid: "1.3.6.1.4.1.13742.6.4.1.2.1.2.1"
2424
pdu_plug: "34"
2525
device_console: "/dev/ttyUSB0"
26-
location_name: "$( locationRef.name )"
26+
location_name: "bos2-lab"
2727
labels: # adds or overrides the template labels which will be applied to the exporter
2828
some: "label"
2929
# disabled: "true"

example/devices/on-lab/ti-jacinto-j784s4xevm-01/ti-jacinto-j784s4xevm-01-sidekick.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ spec:
1717
ssh:
1818
host: "$( name ).auto.bos2.dc.example.com"
1919
user: "admin"
20-
sshKey: "$( vars.exporter-ssh-key )"
2120
power:
2221
snmp:
2322
host: "some-pdu-hostname.auto.eng.bos2.bc.somedomain.com"
24-
user: "$( vars.pdu_st_pro3_l1_311a_user )"
25-
password: "$( vars.pdu_st_pro3_l1_311a_password )"
23+
user: "$( var.pdu_st_pro3_l1_311a_user )"
24+
password: "$( var.pdu_st_pro3_l1_311a_password )"
2625
oid: "1.3.6.1.4.1.13742.6.4.1.2.1.2.1"
2726
plug: 32

0 commit comments

Comments
 (0)