We are facing some issues in Vespa installation on AWS EC2 centos instance, we are using the following steps for installation.
- curl -s https://raw.githubusercontent.com/vespa-engine/sample-apps/master/aws_bootstrap.sh aws_bootstrap.sh
- replace fqdn with instance ip
- Create a hosts.txt with all instance ip's
- for host in $(cat hosts.txt); do (ssh -i aws-dev-res.pem $host "sudo bash aws_bootstrap.sh master_ip" 2>&1 | tee /tmp/aws_bootstrap_$host.log) & done; wait; echo "Bootstrap done"
And while starting Vespa config server, we are getting below error-
Will not start config server, host is not part of VESPA_CONFIGSERVE.....