Open Kilda Java Documentation
org.openkilda.DefaultParameters Class Reference

Static Public Attributes

static final String topologyUsername = firstNonNull(System.getProperty("kilda.topology.username"), "kilda")
 
static final String topologyPassword = firstNonNull(System.getProperty("kilda.topology.password"), "kilda")
 
static final String mininetEndpoint = String.format("http://%s:%s", host, mininetPort)
 
static final String trafficEndpoint = String.format("http://%s:%s", host, "17191")
 
static final String topologyEndpoint = String.format("http://%s:%s", host, topologyPort)
 
static final String northboundEndpoint = String.format("http://%s:%s", host, northboundPort)
 
static final String opentsdbEndpoint = String.format("http://%s:%s", host, opentsdbPort)
 
static final Auth neoAuth = new AuthNeo4j(host, "neo4j", "temppass")
 
static final String FLOODLIGHT_ENDPOINT = String.format("http://%s:%s", host, FLOODLIGHT_PORT)
 

Detailed Description

Definition at line 23 of file DefaultParameters.java.

Member Data Documentation

◆ FLOODLIGHT_ENDPOINT

final String org.openkilda.DefaultParameters.FLOODLIGHT_ENDPOINT = String.format("http://%s:%s", host, FLOODLIGHT_PORT)
static

Definition at line 38 of file DefaultParameters.java.

◆ mininetEndpoint

final String org.openkilda.DefaultParameters.mininetEndpoint = String.format("http://%s:%s", host, mininetPort)
static

Definition at line 32 of file DefaultParameters.java.

◆ neoAuth

final Auth org.openkilda.DefaultParameters.neoAuth = new AuthNeo4j(host, "neo4j", "temppass")
static

Definition at line 37 of file DefaultParameters.java.

◆ northboundEndpoint

final String org.openkilda.DefaultParameters.northboundEndpoint = String.format("http://%s:%s", host, northboundPort)
static

Definition at line 35 of file DefaultParameters.java.

◆ opentsdbEndpoint

final String org.openkilda.DefaultParameters.opentsdbEndpoint = String.format("http://%s:%s", host, opentsdbPort)
static

Definition at line 36 of file DefaultParameters.java.

◆ topologyEndpoint

final String org.openkilda.DefaultParameters.topologyEndpoint = String.format("http://%s:%s", host, topologyPort)
static

Definition at line 34 of file DefaultParameters.java.

◆ topologyPassword

final String org.openkilda.DefaultParameters.topologyPassword = firstNonNull(System.getProperty("kilda.topology.password"), "kilda")
static

Definition at line 31 of file DefaultParameters.java.

◆ topologyUsername

final String org.openkilda.DefaultParameters.topologyUsername = firstNonNull(System.getProperty("kilda.topology.username"), "kilda")
static

Definition at line 30 of file DefaultParameters.java.

◆ trafficEndpoint

final String org.openkilda.DefaultParameters.trafficEndpoint = String.format("http://%s:%s", host, "17191")
static

Definition at line 33 of file DefaultParameters.java.


The documentation for this class was generated from the following file: