diff --git a/complete-cats-config.json b/complete-cats-config.json new file mode 100644 index 000000000..222353845 --- /dev/null +++ b/complete-cats-config.json @@ -0,0 +1,91 @@ +{ + "api": "api.DOMAIN.com", + "apps_domain": "DOMAIN.com", + "tcp_domain": "tcp.DOMAIN.com", + "admin_user": "admin", + "admin_password": "password", + "credhub_mode": "assisted", + "credhub_client": "CREDHUB_CLIENT", + "credhub_secret": "CREDHUB_SECRET", + "credhub_location": "https://credhub.service.cf.internal:8844", + "artifacts_directory": "../results", + "skip_ssl_validation": false, + "timeout_scale": 2.0, + "use_http": false, + "include_app_syslog_tcp": true, + "include_apps": true, + "comma_delim_asgs_enabled": false, + "dynamic_asgs_enabled": true, + "readiness_health_checks_enabled": true, + "include_container_networking": false, + "include_detect": true, + "include_docker": false, + "include_internet_dependent": false, + "include_isolation_segments": false, + "include_private_docker_registry": false, + "include_route_services": false, + "include_routing": true, + "include_http2_routing": false, + "include_tcp_routing": false, + "include_routing_isolation_segments": false, + "include_security_groups": false, + "include_service_discovery": false, + "include_services": false, + "include_service_instance_sharing": false, + "include_ssh": false, + "include_sso": false, + "include_tasks": false, + "include_user_provided_services": false, + "include_v3": true, + "include_zipkin": false, + "include_volume_services": false, + "include_deployments": false, + "include_cnb": false, + "include_tcp_isolation_segments": false, + "include_windows": false, + "use_windows_context_path": false, + "use_windows_test_task": false, + "volume_service_name": "nfs", + "volume_service_plan_name": "Existing", + "volume_service_create_config": "{\"share\": \"nfstestserver.service.cf.internal/export/users\"}", + "volume_service_broker_name": "nfs-broker", + "volume_service_bind_config": "{ \"readonly\": false }", + "isolation_segment_name": "isolated_segment", + "isolation_segment_domain": "isolated-seg.your-domain.com", + "isolation_segment_tcp_domain": "tcp.isolated-seg.your-domain.com", + "binary_buildpack_name": "binary_buildpack", + "go_buildpack_name": "go_buildpack", + "hwc_buildpack_name": "hwc_buildpack", + "java_buildpack_name": "java_buildpack", + "nginx_buildpack_name": "nginx_buildpack", + "nodejs_buildpack_name": "nodejs_buildpack", + "r_buildpack_name": "r_buildpack", + "ruby_buildpack_name": "ruby_buildpack", + "staticfile_buildpack_name": "staticfile_buildpack", + "cnb_nodejs_buildpack_name": "docker://gcr.io/paketo-buildpacks/nodejs:latest", + "reporter_config": {}, + "use_existing_user": false, + "keep_user_at_suite_end": false, + "existing_user": "test-user", + "existing_user_password": "test-password", + "use_existing_organization": false, + "existing_organization": "test-org", + "async_service_operation_timeout": 120, + "broker_start_timeout": 300, + "cf_push_timeout": 240, + "default_timeout": 30, + "detect_timeout": 300, + "long_curl_timeout": 120, + "sleep_timeout": 30, + "test_password": "test-user-password", + "private_docker_registry_image": "cfdeppregistry", + "private_docker_registry_username": "root", + "private_docker_registry_password": "toor", + "public_docker_app_image": "cloudfoundry/diego-docker-app:latest", + "unallocated_ip_for_security_group": "10.0.244.255", + "require_proxied_app_traffic": false, + "name_prefix": "CATS", + "stacks": [ + "cflinuxfs4" + ] +} diff --git a/example-cats-config.json b/example-cats-config.json index 68ec97060..00a8a667d 100644 --- a/example-cats-config.json +++ b/example-cats-config.json @@ -1,4 +1,3 @@ -IN DEVELOPMENT { "api": "api.DOMAIN.com", "apps_domain": "DOMAIN.com", @@ -15,7 +14,7 @@ IN DEVELOPMENT "include_apps": true, "comma_delim_asgs_enabled": false, "dynamic_asgs_enabled": true, - "readiness_health_check_enabled": true, + "readiness_health_checks_enabled": true, "include_container_networking": true, "include_detect": true, "include_docker": true, @@ -41,4 +40,4 @@ IN DEVELOPMENT "stacks": [ "cflinuxfs4" ] -} +} \ No newline at end of file