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 | Description | Default Value | Mandatory/ 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. |
| Mandatory |
puppet.ip | The IP of the Puppet Master in a Puppet based deployment. | N/A | Optional |
puppet.hostname | Hostname of the Puppet Master in a Puppet based deployment. | N/A | Optional |
puppet.environment | Puppet environment name in a Puppet based deployment. | N/A | Optional |