Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

photon-setup installer issue - Second Lightwave Server missing config #134

Open
AdrianBegg opened this issue Jun 20, 2017 · 1 comment
Open

Comments

@AdrianBegg
Copy link

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"

@sivaraj955
Copy link

Hi Can you please provide how to install light wave server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants