smoke-tests job from shared-redis/437.0.4
              Github source:
              2280c08 or
              master branch
            
Properties¶
cf¶
  
  
    
admin_client¶Username of the admin client
- Default
""
admin_client_secret¶Secret of the admin client
- Default
""
admin_password¶Password of the admin user
- Default
""
admin_username¶Username of the admin user
- Default
""
api_url¶Full URL of Cloud Foundry API
apps_domain¶Domain used by
cf pushed apps
org_name¶Org to be used from the smoke-tests
- Default
system
skip_ssl_validation¶Skip SSL certificate validation
- Default
true
space_name¶Space to be used from the smoke-tests
- Default
pivotal-services
system_domain¶Domain shared by the UAA and CF API eg ‘bosh-lite.com’
redis¶
  
  
    
broker¶
service_instance_limit¶The maximum number of instances allowed
service_name¶Service name displayed in the catalog metadata
- Default
p-redis
retry¶
  
  
    
backoff¶The backoff strategy to use when retrying (constant, linear, exponential)
- Default
constant
baseline_interval_milliseconds¶The baseline to use in the backoff algorithm. For constant backoff, it is equal to the duration between consecutive retries.
- Default
500
max_attempts¶Maximum number of attempts when making CF API calls
- Default
10
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/smoke-tests/ directory
            (learn more).
          
- bin/run(from- errand.sh.erb)
- config.json(from- config.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.