DomGarguilo opened a new issue, #226:
URL: https://github.com/apache/accumulo-testing/issues/226
When running through the terraform setup with a CentOS Stream 9 ami, I got
the following error:
```
module.config_files.null_resource.upload_config_files: Creation complete
after 2s [id=5009114764454071897]
module.configure_nodes.null_resource.configure_manager_node: Creating...
module.configure_nodes.null_resource.configure_manager_node: Provisioning
with 'remote-exec'...
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Connecting to remote host via SSH...
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Host: 34.207.226.201
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
User: hadoop
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Password: false
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Private key: false
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Certificate: false
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
SSH Agent: true
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Checking Host Key: false
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Target Platform: unix
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Connected!
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
Check genders file validity...
module.configure_nodes.null_resource.configure_manager_node (remote-exec):
/usr/local/bin/update-hosts-genders.sh: line 57: nodeattr: command not found
╷
│ Error: remote-exec provisioner error
│
│ with module.configure_nodes.null_resource.configure_manager_node,
│ on ../modules/configure-nodes/main.tf line 36, in resource
"null_resource" "configure_manager_node":
│ 36: provisioner "remote-exec" {
│
│ error executing "/tmp/terraform_985881320.sh": Process exited with status
127
```
This blocked the setup. After switching to a CentOS 7 ami, I was able to
complete setup. I am not certain that this is caused by the OS but that was the
only factor I changed between runs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]