-
Notifications
You must be signed in to change notification settings - Fork 1
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
How are you calling the yaml files here ? #1
Comments
yaml files are used for cloud-init, it is uploaded to each host as custom data via terraform: It is then automatically run by cloud-init in initial boot. |
Hi @erdincka , Thanks for the response. We are trying to use a binary file which is in one of our AWS storage account. the curl command in the yaml file doesn't download the above file. but manually it works fine. Coud you please advise if the file we are using is the right one or not..!? |
This file is not for free distribution and link should be removed. Please contact to BlueData or HPE team to get access to installation bits and licenses. |
@baba-dude, sorry for misunderstanding your question. As far as I know, this binary file is no longer open to public access. So you would need to sign before the download. Within cloud-init, it might be possible to install aws cli and use presign command. This might help: https://github.com/bluedata-community/bluedata-demo-env-aws-terraform/blob/master/scripts/bluedata_install.sh |
Hi @erdincka , |
You can check cloud-init logs to see what is going on. It might take some long time as with recent updates there are hundreds of package updates that need to be completed before running these commands. It might be causing race condition.
If you can access the controller, why not run package updates and installs manually and continue processing the script?
Alternatively, you can try newer tool from here:
https://github.com/hpe-container-platform-community/demo-env-azure-notebook
|
Hi @erdincka , |
This might happen for various reasons (all happened during testing):
I assume you updated yaml files with your public and private key information:
Please check if you have /home/bluedata/private.key file created with your user private key information (taken from id_rsa of the user running the terraform). If you don't, assuming cloud-init updated "ssh-authorized-keys" file in gateway and worker nodes, you can copy your private key (actually this is not recommended for security reasons, and this pattern was replaced in new repository, but not patched here). Hope this solves connectivity issues to workers and gateway. |
Hi @baba-dude, |
The terraform script looks fine ..! Could you please advise how you are triggering the yaml files ?
The text was updated successfully, but these errors were encountered: