Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Sample configuration

# Configuration properties

autoscaler.service.url=https://AS_HOSTNAME:AS_HTTPS_PORT/services/AutoScalerService/
cloud.controller.service.url=https://CC_HOSTNAME:CC_HTTPS_PORT/services/CloudControllerService/
puppet.ip=PUPPET_IP
puppet.hostname=PUPPET_HOSTNAME
puppet.environment=PUPPET_ENV

Property definitions

The following are the configurations in the cartridge-config.properties file:

Configuration Properties

DescriptionDefault ValueMandatory/
Optional 
autoscaler.service.url

The client inside Stratos Manager calls the Autoscaler API. This defines the Autoscaler URL, which will be used by the Stratos Manager client.

https://as.stratos.apache.org:9446/services/AutoScalerService/Mandatory
cloud.controller.service.url

The client inside Stratos Manager calls the Cloud Controller API. This defines the Cloud Controller URL, which will be used by the Stratos Manager client.

https://cc.stratos.apache.org:9444/services/CloudControllerService/

Mandatory
puppet.ipThe IP of the Puppet Master in a Puppet based deployment.N/AOptional
puppet.hostnameHostname of the Puppet Master in a Puppet based deployment.N/AOptional
puppet.environmentPuppet environment name in a Puppet based deployment.N/AOptional
  • No labels