mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
Rename to contol plane/workers
AB#1954
This commit is contained in:
parent
f8f5d20f5b
commit
469b2ff46c
6 changed files with 27 additions and 27 deletions
|
@ -42,7 +42,7 @@ func (a *API) ActivateAsCoordinator(in *pubproto.ActivateAsCoordinatorRequest, s
|
|||
})
|
||||
})
|
||||
|
||||
logToCLI("Initializing first Coordinator ...")
|
||||
logToCLI("Initializing first control-plane node ...")
|
||||
|
||||
// If any of the following actions fail, we cannot revert
|
||||
// Thus, mark this peer as failed.
|
||||
|
@ -226,7 +226,7 @@ func (a *API) activateNodes(logToCLI logFunc, nodePublicIPs []string) error {
|
|||
|
||||
// Activate all nodes.
|
||||
for num, nodePublicIP := range nodePublicIPs {
|
||||
logToCLI("activating node %3d out of %3d nodes ...", num+1, len(nodePublicIPs))
|
||||
logToCLI("Activating worker node %3d out of %3d ...", num+1, len(nodePublicIPs))
|
||||
nodeVPNIP, err := a.core.GetNextNodeIP()
|
||||
if err != nil {
|
||||
a.logger.Error("generation of vpn ips failed", zap.Error(err))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue