When deploying multiple Lightwave servers as part of the Photon Platform deployment the second Lightwave server (in the same Lightwave site) is missing the Photon Controllers (under Tenants & Computers, the other Lightwave servers, the Open ID Connect Client details for the deployment and the groups. It appears that replication between the servers is not working and/or the configuration is only applied to one server. Further when querying https://PhotonController:9000/v1/system/auth only the first Lightwave server is returned. When "LIGHTWAVE1" is offline the solution fails.
When deploying multiple Lightwave servers as part of the Photon Platform deployment the second Lightwave server (in the same Lightwave site) is missing the Photon Controllers (under Tenants & Computers, the other Lightwave servers, the Open ID Connect Client details for the deployment and the groups. It appears that replication between the servers is not working and/or the configuration is only applied to one server. Further when querying https://PhotonController:9000/v1/system/auth only the first Lightwave server is returned. When "LIGHTWAVE1" is offline the solution fails.
Example Config to reproduce: lightwave: domain: "photon.pigeonnuggets.com" credential: username: "administrator" password: "Secret!212" controllers: LIGHTWAVE1: site: "Brisbane" appliance: hostref: "esxi-1" datastore: "local:photonesx1" memoryMb: 2048 cpus: 2 enable-ssh-root-login: false credential: username: "root" password: "Secret!212" network-config: type: "static" hostname: "lightwave1.photon.pigeonnuggets.com" ipaddress: "192.168.88.57" network: "NAT=Photon Platform" dns: "192.168.88.10" ntp: "192.168.88.10" netmask: "255.255.255.0" gateway: "192.168.88.1" LIGHTWAVE2: site: "Brisbane" appliance: hostref: "esxi-2" datastore: "local:photonesx2" memoryMb: 2048 cpus: 2 enable-ssh-root-login: false credential: username: "root" password: "Secret!212" network-config: type: "static" hostname: "lightwave2.photon.pigeonnuggets.com" ipaddress: "192.168.88.61" network: "NAT=Photon Platform" dns: "192.168.88.10" ntp: "192.168.88.10" netmask: "255.255.255.0" gateway: "192.168.88.1"