File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
# storage hardware. Refer to cray-ex for info specific to that
3
3
# chassis.
4
4
#
5
- # - Set your system's username/password in the login section of
6
- # each specification below.
5
+ # - If necessary, set your system's username/password in the login
6
+ # section of each specification below. By default, a manufacturer
7
+ # default is set below.
7
8
#
8
9
# - Assuming all blades are populated with nodes, switch slots 0-3 are
9
10
# populated with switches, and switch slots 4 & 7 are populated by a
@@ -72,7 +73,7 @@ specification "cray-ex-rabbit" {
72
73
73
74
script login {
74
75
expect "redfishpower> "
75
- send "auth USER:PASS \n"
76
+ send "auth operator:initial0_op \n"
76
77
expect "redfishpower> "
77
78
send "setheader Content-Type:application/json\n"
78
79
expect "redfishpower> "
Original file line number Diff line number Diff line change 6
6
# section "UPDATING REDFISHPOWER DEVICE FILES" in redfishpower(8) for
7
7
# additional tips.
8
8
#
9
- # - Set your system's username/password in the login section of
10
- # each specification below.
9
+ # - If necessary, set your system's username/password in the login
10
+ # section of each specification below. By default, a manufacturer
11
+ # default is set below.
11
12
#
12
13
# - Assuming all blades are populated with nodes and all switches are
13
14
# populated, configure in Powerman like below.
@@ -69,7 +70,7 @@ specification "cray-ex" {
69
70
70
71
script login {
71
72
expect "redfishpower> "
72
- send "auth USER:PASS \n"
73
+ send "auth operator:initial0_op \n"
73
74
expect "redfishpower> "
74
75
send "setheader Content-Type:application/json\n"
75
76
expect "redfishpower> "
You can’t perform that action at this time.
0 commit comments