More sessions
This commit is contained in:
274
tmp/dalmatian/tool-outputs/run_shell_command_1.txt
Normal file
274
tmp/dalmatian/tool-outputs/run_shell_command_1.txt
Normal file
@@ -0,0 +1,274 @@
|
||||
Output too large. Showing first 8,000 and last 32,000 characters. For full output see: /Users/bob/.gemini/tmp/dalmatian/tool-outputs/session-cebedcb4-6673-4a0e-bf61-a131af573337/run_shell_command_1771604791217_0.txt
|
||||
Output: ==> Linting YAML...
|
||||
|
||||
==> Linting shell scripts...
|
||||
|
||||
==> Checking Terraform for JSON errors...
|
||||
- Checking ./terraform/policies/iam-read.json... Passed
|
||||
- Checking ./terraform/policies/s3-rw-with-versioning.json... Passed
|
||||
- Checking ./terraform/policies/codestar-connection-use.json... Passed
|
||||
- Checking ./terraform/policies/iam-create-access-key.json... Passed
|
||||
- Checking ./terraform/policies/codebuild.json... Passed
|
||||
- Checking ./terraform/policies/kms-encrypt-decrypt.json... Passed
|
||||
- Checking ./terraform/policies/iam-change-password.json... Passed
|
||||
- Checking ./terraform/policies/administrator-access.json... Passed
|
||||
- Checking ./terraform/policies/assume_roles/aws-backup.json... Passed
|
||||
- Checking ./terraform/policies/assume_roles/autoscaling.json... Passed
|
||||
- Checking ./terraform/policies/assume_roles/events.json... Passed
|
||||
- Checking ./terraform/policies/assume_roles/ecs.json... Passed
|
||||
- Checking ./terraform/policies/assume_roles/codepipeline.json... Passed
|
||||
- Checking ./terraform/policies/iam-mfa.json... Passed
|
||||
- Checking ./terraform/policies/route53-read.json... Passed
|
||||
- Checking ./terraform/policies/s3-full-access.json... Passed
|
||||
- Checking ./terraform/policies/parameter-store-read-decrypt.json... Passed
|
||||
- Checking ./terraform/policies/s3-read.json... Passed
|
||||
- Checking ./terraform/policies/parameter-store-RW-encrypt-decrypt.json... Passed
|
||||
- Checking ./terraform/policies/all-read-with-billing.json... Passed
|
||||
- Checking ./terraform/policies/codebuild-start-build.json... Passed
|
||||
- Checking ./terraform/policies/all-read.json... Passed
|
||||
|
||||
==> Linting Terraform...
|
||||
|
||||
==> Running Ruby tests...
|
||||
/Users/bob/.rbenv/versions/2.7.1/bin/ruby -I/Users/bob/.bundles/ruby/2.7.0/gems/rspec-core-3.12.2/lib:/Users/bob/.bundles/ruby/2.7.0/gems/rspec-support-3.12.1/lib /Users/bob/.bundles/ruby/2.7.0/gems/rspec-core-3.12.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
|
||||
|
||||
tests local configuration
|
||||
use of "terraform apply"
|
||||
passes the hosted zone config to "terraform apply" (FAILED - 1)
|
||||
passes the s3 config to "terraform apply" (FAILED - 2)
|
||||
passes the vpn customer gateway config to "terraform apply" (FAILED - 3)
|
||||
passes the base config to "terraform apply" (FAILED - 4)
|
||||
passes the waf config to "terraform apply" (FAILED - 5)
|
||||
passes the rds config to "terraform apply" (FAILED - 6)
|
||||
passes the aurora config to "terraform apply" (FAILED - 7)
|
||||
passes the elasticache config to "terraform apply" (FAILED - 8)
|
||||
passes the opensearch config to "terraform apply" (FAILED - 9)
|
||||
passes the service config to "terraform apply" (FAILED - 10)
|
||||
passes the loadbalancer config to "terraform apply" (FAILED - 11)
|
||||
passes the cluster 2 config to "terraform apply" (FAILED - 12)
|
||||
passes the cluster 3 config to "terraform apply" (FAILED - 13)
|
||||
passes the cluster 4 config to "terraform apply" (FAILED - 14)
|
||||
|
||||
tests remote configuration
|
||||
retrieves the remotely held full configuration
|
||||
proceeds with deploying the infrastructure as per the cached full configuration
|
||||
|
||||
tests local configuration
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
invokes "terraform validate" with the expected cluster options (FAILED - 15)
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
invokes "terraform validate" with the expected source options
|
||||
use of "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the hosted zone config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the s3 config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the vpn customer gateway config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the base config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the waf config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the rds config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the aurora config to "terraform plan" (FAILED - 16)
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the elasticache config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the opensearch config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the services config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the loadbalancer config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the cluster 2 config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the cluster 3 config to "terraform plan"
|
||||
debug Testing Aurora
|
||||
debug Testing Aurora
|
||||
passes the cluster 4 config to "terraform plan"
|
||||
|
||||
Dalmatian::Account
|
||||
initialisation
|
||||
gathering user input
|
||||
asks the user for AWS credentials
|
||||
asks the user for the AWS account id to use
|
||||
asks the user for an account alias
|
||||
#call
|
||||
changes to the bootstrapping directory
|
||||
runs terraform init with upgrade option
|
||||
creates the new workspace using the given aws account id and alias
|
||||
runs terraform apply with the user-supplied vars
|
||||
|
||||
Dalmatian::AuroraDeployment
|
||||
#call
|
||||
changes to aurora infrastructure directory
|
||||
asks Terraform to ensure that the workspace is in place
|
||||
when in _plan_ mode
|
||||
invokes Terraform.plan with the _dalmatian-read_ role
|
||||
when NOT in _plan_ mode
|
||||
invokes Terraform.apply with the _dalmatian-admin_ role
|
||||
when in _auto_approve_ mode
|
||||
asks Terraform to use auto_approve mode
|
||||
|
||||
Dalmatian::Aurora
|
||||
#identifier
|
||||
uses aurora identifier
|
||||
#in_use_by
|
||||
uses aurora in_use_by list
|
||||
#clusters_in_use
|
||||
uses aurora clusters_in_use list
|
||||
#minimum_size
|
||||
uses aurora minimum_size
|
||||
#maximum_size
|
||||
uses aurora maximum_size
|
||||
#engine
|
||||
uses aurora engine
|
||||
#engine_version
|
||||
uses the aurora engine_version
|
||||
#db_name
|
||||
uses the aurora db_name
|
||||
#port
|
||||
uses the aurora port
|
||||
#maintenance_window
|
||||
uses the aurora maintenance_window
|
||||
#backup_window
|
||||
uses the aurora backup_window
|
||||
#backup_retention_period
|
||||
uses the aurora backup_retention_period
|
||||
#force_ssl
|
||||
uses the aurora force_ssl bool
|
||||
#parameter_store_path_db_url_name
|
||||
uses the aurora parameter_store_path_db_url_name
|
||||
#sql_backup_scheduled_task_environment_variables
|
||||
uses the aurora sql_backup_scheduled_task_environment_variables
|
||||
#check_sql_backup_scheduled_task_environment_variables
|
||||
uses the aurora check_sql_backup_scheduled_task_environment_variables
|
||||
#sync_sql_backup_to_azure
|
||||
will have offsite backups disabled by default
|
||||
#replication_bucket_destination_arn
|
||||
uses the aurora replication_bucket_destination_arn
|
||||
#replication_kms_key_id
|
||||
uses the aurora replication_kms_key_id
|
||||
#to_params
|
||||
provides a hash of attributes for use in deployment
|
||||
|
||||
Dalmatian::AuroraTest
|
||||
#call
|
||||
changes to the aurora infrastructure directory
|
||||
logs our intention to run Terraform init
|
||||
runs Terraform init, with upgrade option
|
||||
ensures presence of workspace
|
||||
logs our intention to run Terraform fmt
|
||||
runs Terraform fmt with check and diff options
|
||||
logs our intention to run Terraform validate
|
||||
runs Terraform validate, with upgrade option
|
||||
changes back to the app root directory
|
||||
|
||||
Dalmatian::CacheHandlerSelector
|
||||
::new_for(remote_reference)
|
||||
when the remote reference is for a git repo
|
||||
asks for an instance of GitCacheHandler
|
||||
when the remote reference is for an S3 bucket
|
||||
asks for an instance of S3CacheHandler
|
||||
when the remote reference is for a URL
|
||||
asks for an instance of UrlCacheHandler
|
||||
when the type is unknown
|
||||
raises an error
|
||||
|
||||
CacheHandler
|
||||
when a subclass class does not implement #cache_remote_configuration
|
||||
raises a helpful error
|
||||
|
||||
Dalmatian::CI
|
||||
CI::PATH
|
||||
is a constant
|
||||
#deploy
|
||||
changes to the ci directory
|
||||
runs terraform init with upgrade option
|
||||
creates the new workspace using the given aws account id and alias
|
||||
runs terraform apply with the user-supplied vars
|
||||
#test
|
||||
runs terraform plan with the user-supplied vars
|
||||
|
||||
Dalmatian::ClusterDeploym
|
||||
|
||||
... [183,203 characters omitted] ...
|
||||
|
||||
4\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' TF_VAR_elasticache_cluster='{identifier =\"testredis\",in_use_by =[\"test-service\"],node_type =\"cache.t2.micro\",node_count =1,engine =\"redis\",engine_version =\"5.0.6\",parameters =[],port =6379,maintenance_window =\"mon:19:00-mon:22:00\",snapshot_window =\"09:00-10:00\",parameter_store_path_elasticache_cluster_url_name =\"REDIS_URL\"}' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_environment='staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_elasticache_cluster='{identifier =\"testredis\",in_use_by =[\"test-service\"],node_type =\"cache.t2.micro\",node_count =1,engine =\"redis\",engine_version =\"5.0.6\",parameters =[],port =6379,maintenance_window =\"mon:19:00-mon:22:00\",snapshot_window =\"09:00-10:00\",parameter_store_path_elasticache_cluster_url_name =\"REDIS_URL\"}' terraform plan") (1 time)
|
||||
("terraform workspace new new-dedicated-cluster-testos-opensearch-cluster-staging") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' TF_VAR_opensearch_cluster='{identifier =\"testos\",in_use_by =[\"test-service\"],version =\"1.2\",master_enabled =true,master_count =\"1\",master_type =\"c6g.large.search\",instance_count =\"3\",instance_type =\"t3.small.search\",warm_enabled =true,warm_count =\"2\",warm_type =\"ultrawarm1.medium.search\",parameter_store_path_opensearch_cluster_url_name =\"ELASTICSEARCH_URL\",volume_size =\"20\"}' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_environment='staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_opensearch_cluster='{identifier =\"testos\",in_use_by =[\"test-service\"],version =\"1.2\",master_enabled =true,master_count =\"1\",master_type =\"c6g.large.search\",instance_count =\"3\",instance_type =\"t3.small.search\",warm_enabled =true,warm_count =\"2\",warm_type =\"ultrawarm1.medium.search\",parameter_store_path_opensearch_cluster_url_name =\"ELASTICSEARCH_URL\",volume_size =\"20\"}' terraform plan") (1 time)
|
||||
("terraform workspace new new-dedicated-cluster-test-service-staging") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_cluster_name='new-dedicated-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' TF_VAR_service='{name =\"test-service\",blue_green ={p...ficate/00000000-0000-0000-0000-000000000000\"},lb_ssl_policy ={production =\"ELBSecurityPolicy-TLS-1-2-2017-01\",staging =\"ELBSecurityPolicy-TLS-1-2-2017-01\"},cloudfront_ssl_certificate ={production =\"\",staging =\"arn:aws:acm:us-east-1:000000000000:certificate/00000000-0000-0000-0000-000000000000\"},image_source =\"build_from_github_repo\",image_location =\"git@github.com:dxw/dalmatian-test-app\",track_revision ={production =\"\",staging =\"\"},custom_codestar_connection_arn =\"arn:aws:codestar-connections:eu-west-2:000000000000:connection/00000000-0000-0000-0000-000000000000\",codepipeline_use_github_v1 =false,codepipeline_codebuild_run_in_vpc =false,codepipeline_codebuild_use_service_env =false,buildspec =\"buildspec.yml\",container_port =\"3100\",container_command =[\"/docker-entrypoint.sh\",\"rails\",\"server\"],container_volumes =[{name =\"test-volume\",host_path =\"/mnt/test\",container_path =\"/test\"}],container_extra_hosts =[{hostname =\"example.com\",ipAddress =\"127.0.0.1\"}],container_count =\"2\",enable_max_one_container_per_instance =true,scheduled_tasks =[{name =\"old-scheduled-task\",command =[\"rake\",\"do:cron\"],schedule_expression ={production =\"cron(0 4 * * ? *)\",staging =\"cron(0 4 * * ? *)\"}},{name =\"test-scheduled-task\",command =[\"rake\",\"do:something\"],schedule_expression ={staging =\"cron(0 12 * * ? *)\",production =\"cron(1 2 * * ? *)\"}}],workers =[{name =\"test-worker\",command =[\"bundle\",\"exec\",\"sidekiq\"]}]}' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_environment='staging' TF_VAR_cluster_name='new-dedicated-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_service='{name =\"test-service\",blue_green ={p...ertificate/00000000-0000-0000-0000-000000000000\"},lb_ssl_policy ={production =\"ELBSecurityPolicy-TLS-1-2-2017-01\",staging =\"ELBSecurityPolicy-TLS-1-2-2017-01\"},cloudfront_ssl_certificate ={production =\"\",staging =\"arn:aws:acm:us-east-1:000000000000:certificate/00000000-0000-0000-0000-000000000000\"},image_source =\"build_from_github_repo\",image_location =\"git@github.com:dxw/dalmatian-test-app\",track_revision ={production =\"\",staging =\"\"},custom_codestar_connection_arn =\"arn:aws:codestar-connections:eu-west-2:000000000000:connection/00000000-0000-0000-0000-000000000000\",codepipeline_use_github_v1 =false,codepipeline_codebuild_run_in_vpc =false,codepipeline_codebuild_use_service_env =false,buildspec =\"buildspec.yml\",container_port =\"3100\",container_command =[\"/docker-entrypoint.sh\",\"rails\",\"server\"],container_volumes =[{name =\"test-volume\",host_path =\"/mnt/test\",container_path =\"/test\"}],container_extra_hosts =[{hostname =\"example.com\",ipAddress =\"127.0.0.1\"}],container_count =\"2\",enable_max_one_container_per_instance =true,scheduled_tasks =[{name =\"old-scheduled-task\",command =[\"rake\",\"do:cron\"],schedule_expression ={production =\"cron(0 4 * * ? *)\",staging =\"cron(0 4 * * ? *)\"}},{name =\"test-scheduled-task\",command =[\"rake\",\"do:something\"],schedule_expression ={staging =\"cron(0 12 * * ? *)\",production =\"cron(1 2 * * ? *)\"}}],workers =[{name =\"test-worker\",command =[\"bundle\",\"exec\",\"sidekiq\"]}]}' terraform plan") (1 time)
|
||||
("terraform workspace new new-dedicated-cluster-test-lb-1-shared-loadbalancer-staging") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' TF_VAR_shared_loadbalancer='{name =\"test-lb-1\",in_use_by =[\"test-service\"],clusters_in_use ={production =[\"test\"],staging =[\"test\"]},subnets_name =\"\",domain_names ={test-service ={production =[],staging =[\"example-domain-name.co.uk\"]}},internal =false,ip_whitelist =[{name =\"public\",cidr =\"0.0.0.0/0\"}],idle_timeout =\"60\",global_accelerator ={production =true,staging =false},ssl_policy =\"ELBSecurityPolicy-TLS-1-2-2017-01\"}' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_track_revision='feature/experiment' TF_VAR_extra_ecs_clusters='[{name =\"test\",subnets_name =\"extra_private_subnets\",min_servers =\"2\",max_servers =\"4\",instance_type =\"t3.small\"}]' TF_VAR_tinyproxy='{create =true}' TF_VAR_environment='staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='new-dedicated-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_shared_loadbalancer='{name =\"test-lb-1\",in_use_by =[\"test-service\"],clusters_in_use ={production =[\"test\"],staging =[\"test\"]},subnets_name =\"\",domain_names ={test-service ={production =[],staging =[\"example-domain-name.co.uk\"]}},internal =false,ip_whitelist =[{name =\"public\",cidr =\"0.0.0.0/0\"}],idle_timeout =\"60\",global_accelerator ={production =true,staging =false},ssl_policy =\"ELBSecurityPolicy-TLS-1-2-2017-01\"}' terraform plan") (1 time)
|
||||
("git checkout feature/experiment") (2 times)
|
||||
("terraform workspace new new-dedicated-cluster-0-staging") (2 times)
|
||||
("terraform workspace new shared-new-cluster-ecs-production") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='10' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_cluster_name='shared-new-cluster-production' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='shared-new-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='production' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='10' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_environment='production' TF_VAR_cluster_name='shared-new-cluster-production' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='shared-new-cluster' TF_VAR_dalmatian_role='dalmatian-read' terraform plan") (1 time)
|
||||
("terraform workspace new shared-new-cluster-ecs-staging") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='10' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_cluster_name='shared-new-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='shared-new-cluster' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.small' TF_VAR_min_servers='2' TF_VAR_max_servers='10' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_environment='staging' TF_VAR_cluster_name='shared-new-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='shared-new-cluster' TF_VAR_dalmatian_role='dalmatian-read' terraform plan") (1 time)
|
||||
("terraform workspace new existing-shared-cluster-staging-0-staging") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_example_var='foo' TF_VAR_cluster_name='shared-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='existing-shared-cluster-staging' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='staging' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_example_var='foo' TF_VAR_environment='staging' TF_VAR_cluster_name='shared-cluster-staging' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='existing-shared-cluster-staging' TF_VAR_dalmatian_role='dalmatian-read' terraform plan") (1 time)
|
||||
("terraform workspace new existing-shared-cluster-production-0-production") (2 times)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_example_var='bar' TF_VAR_cluster_name='shared-cluster-production' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='existing-shared-cluster-production' TF_VAR_dalmatian_role='dalmatian-read' TF_VAR_environment='production' terraform validate") (1 time)
|
||||
("TF_VAR_region='eu-west-2' TF_VAR_cidr='10.0.0.0/16' TF_VAR_root_domain_zone='dalmatian.dxw.net' TF_VAR_internal_domain_zone='dalmatian.internal' TF_VAR_ecs_private_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.128.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.129.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.130.0/24\"}]' TF_VAR_extra_public_subnets='[{availability_zone =\"eu-west-2a\",cidr =\"10.0.0.0/24\"},{availability_zone =\"eu-west-2b\",cidr =\"10.0.1.0/24\"},{availability_zone =\"eu-west-2c\",cidr =\"10.0.2.0/24\"}]' TF_VAR_instances_key_name='dalmatian-ecs-instances' TF_VAR_instance_type='t2.medium' TF_VAR_min_servers='2' TF_VAR_max_servers='4' TF_VAR_max_instance_lifetime='86400' TF_VAR_associate_public_ip_address='0' TF_VAR_docker_storage_size='40' TF_VAR_dockerhub_email='' TF_VAR_dockerhub_token='' TF_VAR_enable_efs='false' TF_VAR_encrypt_efs='true' TF_VAR_efs_dirs='[]' TF_VAR_monitoring_docs_path='https://github.com/dxw/dalmatian/docs/monitoring-alarms/' TF_VAR_example_var='bar' TF_VAR_environment='production' TF_VAR_cluster_name='shared-cluster-production' TF_VAR_account_id='123456789012' TF_VAR_infrastructure_name='existing-shared-cluster-production' TF_VAR_dalmatian_role='dalmatian-read' terraform plan") (1 time)
|
||||
# ./spec/integration/tests_local_configuration_spec.rb:3487:in `block (4 levels) in <module:Dalmatian>'
|
||||
# ./spec/integration/tests_local_configuration_spec.rb:3486:in `block (3 levels) in <module:Dalmatian>'
|
||||
# ./spec/support/spec_helper.rb:24:in `block (3 levels) in <top (required)>'
|
||||
# /Users/bob/.bundles/ruby/2.7.0/gems/climate_control-1.2.0/lib/climate_control.rb:24:in `block in modify'
|
||||
# /Users/bob/.bundles/ruby/2.7.0/gems/climate_control-1.2.0/lib/climate_control.rb:15:in `synchronize'
|
||||
# /Users/bob/.bundles/ruby/2.7.0/gems/climate_control-1.2.0/lib/climate_control.rb:15:in `modify'
|
||||
# ./spec/support/spec_helper.rb:20:in `block (2 levels) in <top (required)>'
|
||||
# /Users/bob/.bundles/ruby/2.7.0/gems/webmock-3.19.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
|
||||
|
||||
Finished in 3.47 seconds (files took 0.8191 seconds to load)
|
||||
514 examples, 16 failures
|
||||
|
||||
Failed examples:
|
||||
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1650 # tests local configuration use of "terraform apply" passes the hosted zone config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1654 # tests local configuration use of "terraform apply" passes the s3 config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1658 # tests local configuration use of "terraform apply" passes the vpn customer gateway config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1662 # tests local configuration use of "terraform apply" passes the base config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1667 # tests local configuration use of "terraform apply" passes the waf config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1674 # tests local configuration use of "terraform apply" passes the rds config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1681 # tests local configuration use of "terraform apply" passes the aurora config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1688 # tests local configuration use of "terraform apply" passes the elasticache config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1697 # tests local configuration use of "terraform apply" passes the opensearch config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1706 # tests local configuration use of "terraform apply" passes the service config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1713 # tests local configuration use of "terraform apply" passes the loadbalancer config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1722 # tests local configuration use of "terraform apply" passes the cluster 2 config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1729 # tests local configuration use of "terraform apply" passes the cluster 3 config to "terraform apply"
|
||||
rspec ./spec/integration/deploys_local_configuration_spec.rb:1733 # tests local configuration use of "terraform apply" passes the cluster 4 config to "terraform apply"
|
||||
rspec ./spec/integration/tests_local_configuration_spec.rb:3401 # tests local configuration invokes "terraform validate" with the expected cluster options
|
||||
rspec ./spec/integration/tests_local_configuration_spec.rb:3485 # tests local configuration use of "terraform plan" passes the aurora config to "terraform plan"
|
||||
|
||||
Coverage report generated for RSpec to /Users/bob/git/dxw/dalmatian/coverage. 4534 / 4557 LOC (99.5%) covered.
|
||||
Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected
|
||||
/Users/bob/.rbenv/versions/2.7.1/bin/ruby -I/Users/bob/.bundles/ruby/2.7.0/gems/rspec-core-3.12.2/lib:/Users/bob/.bundles/ruby/2.7.0/gems/rspec-support-3.12.1/lib /Users/bob/.bundles/ruby/2.7.0/gems/rspec-core-3.12.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
|
||||
Exit Code: 1
|
||||
Process Group PGID: 89426
|
||||
Reference in New Issue
Block a user