Add initial instructions for joining the IPFS cluster #50

Merged
raucao merged 2 commits from doc/4-join_ipfs_cluster into master 2019-07-02 11:41:59 +00:00
Owner

Refs #4

Refs #4
Author
Owner

Now I'm figuring out how to pin the documents on a new peer that joined the cluster (just tried it on barnard, it didn't get the pins from the cluster)

Now I'm figuring out how to pin the documents on a new peer that joined the cluster (just tried it on barnard, it didn't get the pins from the cluster)
greg changed title from Add initial instructions for joining the IPFS cluster to WIP: Add initial instructions for joining the IPFS cluster 2019-04-30 15:43:48 +00:00
Author
Owner

Something was missing, the documents were not pinned for the cluster, only for the ipfs daemon. I have pinned the contributors again through the cluster (ipfs-cluster-ctl pin add $CID) and now barnard has the contributors docs pinned and ipfs-cluster-ctl pin ls on all peers confirms it. Now doing the same for contributions

Something was missing, the documents were not pinned for the cluster, only for the ipfs daemon. I have pinned the contributors again through the cluster (`ipfs-cluster-ctl pin add $CID`) and now barnard has the contributors docs pinned and `ipfs-cluster-ctl pin ls` on all peers confirms it. Now doing the same for contributions
Owner

So #49 wasn't actually complete?

So https://gitea.kosmos.org/kosmos/chef/pulls/49 wasn't actually complete?
Author
Owner

I thought it was complete, but since the ipfs-cluster-ctl pin ls returned nothing on the previous version of the cluster I couldn't see there was an issue with the pins in the cluster. The documents were pinned in the ipfs daemons on both dev and andromeda, but not on the cluster. Our cluster now includes the 41 documents from kredits.kosmos.org (5 contributors and 36 contributions) as pins, so new peers should get them automatically now

I thought it was complete, but since the `ipfs-cluster-ctl pin ls` returned nothing on the previous version of the cluster I couldn't see there was an issue with the pins in the cluster. The documents were pinned in the ipfs daemons on both dev and andromeda, but not on the cluster. Our cluster now includes the 41 documents from kredits.kosmos.org (5 contributors and 36 contributions) as pins, so new peers should get them automatically now
greg changed title from WIP: Add initial instructions for joining the IPFS cluster to Add initial instructions for joining the IPFS cluster 2019-04-30 16:45:29 +00:00
raucao reviewed 2019-05-01 12:09:44 +00:00
raucao left a comment
Owner

Nice!

Nice!
@ -0,0 +14,4 @@
WARNING: The encrypted_data_bag_secret option defined in knife.rb was overriden by the command line.
id: ipfs_cluster
secret: *SECRET*
```
Owner

This is seems like a huge first step for merely acquiring the secret. If the person doesn't use Chef, then why make them install Ruby and Chef and everything?

This is seems like a huge first step for merely acquiring the secret. If the person doesn't use Chef, then why make them install Ruby and Chef and everything?
Author
Owner

Good point, I have updated the instructions

Good point, I have updated the instructions
Owner

This was understandable for me 👍

This was understandable for me :+1:
raucao closed this pull request 2019-07-02 11:41:59 +00:00
raucao deleted branch doc/4-join_ipfs_cluster 2019-07-02 11:42:05 +00:00
Sign in to join this conversation.
No description provided.