CentaurusInfra / fornax

Fornax for autonomous and flexible edge computing
Apache License 2.0
8 stars 16 forks source link

rename edgecluster module to clusterd module #5

Closed chenqianfzh closed 3 years ago

chenqianfzh commented 3 years ago

This is a refactoring PR to rename "edgecluster" module to "clusterd".

The original name of "edgeclsuter" is confusing, as we also defined a CRD type of "edgecluster". With this change:

  1. EdgeCluster is a resource type, comparable to node.
  2. clusterd is a module name, comparable to edged.

Verification: The features implemented in this PoC work, such as mission deployment, edgecluster report, continue to work after this refactoring.