We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27de445 commit f040eb1Copy full SHA for f040eb1
pkg/config/v2.go
@@ -105,6 +105,7 @@ type AMTSpecific struct {
105
ProvisioningCert string `yaml:"provisioningCert"`
106
ProvisioningCertPwd string `yaml:"provisioningCertPwd"`
107
MEBXPassword string `yaml:"mebxPassword"`
108
+ CIRA CIRA `yaml:"cira"`
109
}
110
111
type BMCSpecific struct {
@@ -118,3 +119,10 @@ type DASHSpecific struct {
118
119
type RedfishSpecific struct {
120
AdminPassword string `yaml:"adminPassword"`
121
122
+
123
+type CIRA struct {
124
+ MPSPassword string `yaml:"mpsPassword"`
125
+ MPSAddress string `yaml:"mpsAddress"`
126
+ MPSCert string `yaml:"mpsCert"`
127
+ EnvironmentDetection []string `yaml:"environmentDetection"`
128
+}
0 commit comments