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 dfe162b commit f99714cCopy full SHA for f99714c
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,11 @@ type DASHSpecific struct {
118
119
type RedfishSpecific struct {
120
AdminPassword string `yaml:"adminPassword"`
121
122
+
123
+type CIRA struct {
124
+ MPSUsername string `yaml:"mpsUsername"`
125
+ MPSPassword string `yaml:"mpsPassword"`
126
+ MPSAddress string `yaml:"mpsAddress"`
127
+ MPSCert string `yaml:"mpsCert"`
128
+ EnvironmentDetection []string `yaml:"environmentDetection"`
129
+}
0 commit comments