|
| 1 | +--- |
| 2 | +# Fixture: LocalStorage + lvms with Ironic vmedia HTTPS variables |
| 3 | +# Validates that the ironicHTTPSCertificate conditional passes when both |
| 4 | +# ironicHTTPSCertificate and ironicHTTPSKey are present. |
| 5 | +# ironicHTTPSCACertificate is omitted (always optional). |
| 6 | +workingDir: /home/enclave |
| 7 | +baseDomain: enclave-test.nodns.in |
| 8 | +clusterName: mgmt |
| 9 | +machineNetwork: 192.168.2.0/24 |
| 10 | +apiVIP: 192.168.2.201 |
| 11 | +ingressVIP: 192.168.2.202 |
| 12 | +defaultDNS: 9.30.31.32 |
| 13 | +defaultGateway: 192.168.2.10 |
| 14 | +defaultPrefix: 24 |
| 15 | +rendezvousIP: 192.168.2.24 |
| 16 | +lzBmcIP: 100.64.1.10 |
| 17 | +quayUser: admin |
| 18 | +quayPassword: password |
| 19 | +quayBackend: LocalStorage |
| 20 | +blockStorageBackend: lvms |
| 21 | +pullSecret: {"auths":{}} |
| 22 | +sshPubPath: /home/enclave/.ssh/id_rsa.pub |
| 23 | +ironicHTTPSCertificate: | |
| 24 | + -----BEGIN CERTIFICATE----- |
| 25 | + DUMMY_IRONIC_CERT |
| 26 | + -----END CERTIFICATE----- |
| 27 | +ironicHTTPSKey: | |
| 28 | + -----BEGIN DUMMY KEY----- |
| 29 | + DUMMY_IRONIC_KEY |
| 30 | + -----END DUMMY KEY----- |
| 31 | +agent_hosts: |
| 32 | + - name: mgmt-ctl01 |
| 33 | + macAddress: 0c:c4:7a:62:fe:ec |
| 34 | + ipAddress: 192.168.2.24 |
| 35 | + redfish: 192.168.1.101 |
| 36 | + rootDisk: /dev/disk/by-path/pci-0000:00:11.4-ata-1.0 |
| 37 | + redfishUser: admin |
| 38 | + redfishPassword: password |
| 39 | + - name: mgmt-ctl02 |
| 40 | + macAddress: 0c:c4:7a:62:fe:ed |
| 41 | + ipAddress: 192.168.2.25 |
| 42 | + redfish: 192.168.1.102 |
| 43 | + rootDisk: /dev/disk/by-path/pci-0000:00:11.4-ata-1.0 |
| 44 | + redfishUser: admin |
| 45 | + redfishPassword: password |
| 46 | + - name: mgmt-ctl03 |
| 47 | + macAddress: 0c:c4:7a:62:fe:ee |
| 48 | + ipAddress: 192.168.2.26 |
| 49 | + redfish: 192.168.1.103 |
| 50 | + rootDisk: /dev/disk/by-path/pci-0000:00:11.4-ata-1.0 |
| 51 | + redfishUser: admin |
| 52 | + redfishPassword: password |
| 53 | + |
0 commit comments