Refresh private deployment docs and fix the broken admin guide link - #4161
Refresh private deployment docs and fix the broken admin guide link#4161roman-khimov with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: roman-khimov <22092804+roman-khimov@users.noreply.github.com>
| ## Private network deployment | ||
|
|
||
| Read step-by-step guide of private storage deployment [in docs](./deploy.md). | ||
| Read step-by-step guide of private storage deployment [in docs](deploy.md). |
| With default 15 seconds per block, 240 blocks are going to be a 1-hour epoch. | ||
| The epoch duration should match the expected block generation rate in the N3 | ||
| sidechain. With the default 15 seconds per block, 240 blocks is roughly one | ||
| hour. |
There was a problem hiding this comment.
Epoch duration is set in seconds for a long time, block time is irrelevant.
There was a problem hiding this comment.
Clarified that epoch_duration is a block count, not a block-time recommendation; the guide now describes it in those terms.
| ``` | ||
|
|
||
| Configure the Storage node to use this wallet. | ||
| The generated wallet file can then be used by the Storage node configuration. |
There was a problem hiding this comment.
SN address should have some GAS to be able to register in the network. See dev-env or AIO.
There was a problem hiding this comment.
Added the note that the storage node wallet must have enough GAS to register, matching the bootstrap expectations used by the dev environment examples.
|
@copilot, fix review comments |
roman-khimov
left a comment
There was a problem hiding this comment.
@copilot, fix review comments
roman-khimov
left a comment
There was a problem hiding this comment.
@copilot, fix review comments
Co-authored-by: roman-khimov <22092804+roman-khimov@users.noreply.github.com>
The private deployment guide had drifted from the current
neofs-admworkflow, and the admin docs contained a broken relative link to the deployment page.Overview
docs/cli-adm.mdto the deployment guide.Changes
docs/deploy.mdto reflect the current sequence: create config, generate alphabet wallets, launch consensus/Alphabet nodes, create a storage wallet, start the storage node, and trigger a new epoch when needed.neofs-admbehavior without the older, harder-edged setup steps that no longer match the project.docs/cli-adm.mdso it points todeploy.mdreliably.Example