-
Notifications
You must be signed in to change notification settings - Fork 0
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
TFHub Deployment #49
Comments
in progress: https://github.com/threefoldtech/tf_operations/issues/2113 what is meant with "lets people go from docker to tfgrid ZOS flists" ? |
It means people can turn Docker into Flist. We have this by default on the hub, as I understand, here: https://hub.grid.tf/docker-convert. So it's integrated in the hub. Nothing "new"/more to do in that sense. |
ok good, this was enabled here https://github.com/threefoldtech/grid_deployment/blob/development/grid-hub/docker-compose.yml#L43 |
this last commit has a chance to work: 90136c8 Need to go over a few things with @maxux and needs to be tested. Since all data is already on the second hub server (https://02.hub.grid.tf/) and it's not in use yet, I will take it down and apply changed for our compose stack to work there. So we have our second hub in a 'complaint' setup. |
stuck at
|
I'm trying out some installs and tricks to get around a few open issues. |
Thanks @coesensbert for the update. Let's talk this week on TG so we can see how to move forward. We need to make everything clear and check how to proceed further. Ideally we can finish the project by the end of July: https://github.com/orgs/threefoldtech/projects/211/views/1 I'll try to help you on this in the coming weeks, to the best of my knowledge. Thanks again! |
resolved by fae798b . Seems one can not use numbers for env vars. |
while trying to deploy I'm stuck at this. Is this path required @maxux ? So should be defined as volume in the compose file? https://github.com/threefoldtech/grid_deployment/blob/development/grid-hub/docker-compose.yml#L39-L43
|
Please in time lmk the status of this issue. Note: the TFHub should be for a micro VM (not full VM), as the micro VM is the basis for flist and dashboard apps. Once this is done, I will turn the procedure/docker compose into an flist and then dashboard app (see here: threefoldtech/home#1563) |
About |
great thx, that works! Next one from the hub container
|
Generate openssl genpkey -algorithm x25519 -out private.key
openssl pkey -in private.key -text | xargs | sed -e 's/.*priv\:\(.*\)pub\:.*/\1/' | xxd -r -p | base64 To generate the seed python -c "import nacl; from nacl import utils; print(nacl.utils.random(32))" |
we resolved most issues, two remain:
you can test by:
a test instance with hub and bootstrap: |
all issues resolved, we got a working release: https://github.com/threefoldtech/grid_deployment/tree/development/grid-hub Need to write docs next |
You rock. Good job. LMK if you need help for the docs. |
first docs: https://github.com/threefoldtech/grid_deployment/tree/development/grid-hub |
Great. Will test early next week! |
all docs finished: https://github.com/threefoldtech/grid_deployment/blob/development/grid-hub/readme.md deploying two new read-only instances: https://github.com/threefoldtech/tf_operations/issues/2733 |
Todo
Related issue
The text was updated successfully, but these errors were encountered: