acceptance-tests job from postgres/24
              Github source:
              bba38ef8 or
              master branch
            
Properties¶
postgres¶
  
  
    
acceptance_tests¶
bosh¶
director_ca_cert¶BOSH Director CA Cert
- Default
  ""
password¶BOSH Director password
- Default
  admin
target¶Location of the BOSH Director to target when deploying postgres
- Default
  192.168.50.4
username¶BOSH Director username
- Default
  admin
cloud_configs¶
default_azs¶List of availability zones used by acceptance tests while deploying
- Default
  - z1
default_networks¶List of networks used by acceptance tests while deploying
- Default
  - name: private
default_persistent_disk_type¶Persistent disk type used by acceptance tests while deploying
- Default
  10GB
default_vm_type¶VM type used by acceptance tests while deploying
- Default
  m3.medium
postgres_release_version¶The postgres-release version to test. If not specified, the latest uploaded to the director is used.
- Default
  latest
postgresql_version¶The PostgreSQL version that is expected to be deployed. If not specified, we expect that the one in the latest published postgres-release is deployed.
- Default
  current
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/acceptance-tests/ directory
            (learn more).
          
bin/run(fromtest.sh.erb)config/config.yml(fromconfig.yml.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.