Skip to content

Commit f99714c

Browse files
authored
feat: adds CIRA section to config (#548)
1 parent dfe162b commit f99714c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/config/v2.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ type AMTSpecific struct {
105105
ProvisioningCert string `yaml:"provisioningCert"`
106106
ProvisioningCertPwd string `yaml:"provisioningCertPwd"`
107107
MEBXPassword string `yaml:"mebxPassword"`
108+
CIRA CIRA `yaml:"cira"`
108109
}
109110

110111
type BMCSpecific struct {
@@ -118,3 +119,11 @@ type DASHSpecific struct {
118119
type RedfishSpecific struct {
119120
AdminPassword string `yaml:"adminPassword"`
120121
}
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

Comments
 (0)