Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout during vault provisioning #48

Open
makp0 opened this issue Mar 30, 2023 · 0 comments
Open

Timeout during vault provisioning #48

makp0 opened this issue Mar 30, 2023 · 0 comments

Comments

@makp0
Copy link

makp0 commented Mar 30, 2023

caravan-baking commit: 9d459c013ba59e0fbe5df66dfef5eab290d12189
caravan-infra-aws commit: 487f775204a2a9461c33c496b565d01f427b3868

module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [2m20s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [2m30s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [2m30s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [2m40s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [2m40s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [2m50s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [2m50s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m0s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m0s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m10s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m10s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m20s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m20s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m30s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m30s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m40s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m40s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"]: Still creating... [3m50s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [3m50s elapsed]
module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"]: Still creating... [4m0s elapsed]
╷
│ Warning: Value for undeclared variable
│ 
│ The root module does not declare a variable named "ssh_timeout" but a value was found in file
│ "aws.tfvars". If you meant to use this value, add a "variable" block to the configuration.
│ 
│ To silence these warnings, use TF_VAR_... environment variables to provide certain "global"
│ settings to all configurations in your organization. To reduce the verbosity of these
│ warnings, use the -compact-warnings option.
╵
╷
│ Warning: Argument is deprecated
│ 
│   with aws_autoscaling_group.bastion-service,
│   on bastion.tf line 55, in resource "aws_autoscaling_group" "bastion-service":
│   55:   tags = [
│   56:     {
│   57:       key                 = "Name"
│   58:       value               = "${var.prefix}-bastion"
│   59:       propagate_at_launch = true
│   60:     }
│   61:   ]
│ 
│ Use tag instead
│ 
│ (and 3 more similar warnings elsewhere)
╵
╷
│ Warning: Attribute Deprecated
│ 
│   with provider["registry.terraform.io/hashicorp/aws"],
│   on providers.tf line 3, in provider "aws":
│    3:   shared_credentials_file = var.shared_credentials_file
│ 
│ Use shared_credentials_files instead.
│ 
│ (and one more similar warning elsewhere)
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-03"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/consul-service.tf line 7, in resource "null_resource" "vault_cluster_node_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-02"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/consul-service.tf line 7, in resource "null_resource" "vault_cluster_node_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_local_service["clustnode-01"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/consul-service.tf line 7, in resource "null_resource" "vault_cluster_node_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-02"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/main.tf line 9, in resource "null_resource" "vault_cluster_node_config":
│    9:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-01"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/main.tf line 9, in resource "null_resource" "vault_cluster_node_config":
│    9:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster.null_resource.vault_cluster_node_config["clustnode-03"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster/modules/cluster-raft/main.tf line 9, in resource "null_resource" "vault_cluster_node_config":
│    9:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_agent_local_service["clustnode-03"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/consul-service.tf line 7, in resource "null_resource" "vault_agent_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_agent_local_service["clustnode-02"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/consul-service.tf line 7, in resource "null_resource" "vault_agent_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_agent_local_service["clustnode-01"],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/consul-service.tf line 7, in resource "null_resource" "vault_agent_local_service":
│    7:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_aws_agent_config[0],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/main.tf line 200, in resource "null_resource" "vault_aws_agent_config":
│  200:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_aws_agent_config[2],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/main.tf line 200, in resource "null_resource" "vault_aws_agent_config":
│  200:   provisioner "file" {
│ 
│ timeout - last error: <nil>
╵
╷
│ Error: file provisioner error
│ 
│   with module.caravan-bootstrap.module.vault_cluster_agents.null_resource.vault_aws_agent_config[1],
│   on .terraform/modules/caravan-bootstrap.vault_cluster_agents/modules/agent/main.tf line 200, in resource "null_resource" "vault_aws_agent_config":
│  200:   provisioner "file" {
│ 
│ timeout - last error: ssh: rejected: connect failed (Connection timed out)

P.S. I can't describe how glad I am to find caravan. Please, keep up an amazing work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant