Rename Packet references in the remaining places: code and config examples.
ipochi opened this issue · 0 comments
ipochi commented
Since #1537 was merged, it is slightly confusing to the end user that the documentation says Equinix Metal but in the code and cluster configuration we still continue to use packet
.
This issue tracks the 2nd part of #1060.
Chiefly we should take care updating the following references:
- Cluster config should be
cluster "equinixmetal {}"
instead ofcluster "packet" {}
- Examples, unit tests, CI should be changed to reflect the above point.
- Migrate from Packet Terraform provider to Equinix Metal Terraform Provider
- Migration steps for existing clusters.
- Code changes {package names, build tags, file and dir names} from
packet
toequinixmetal
- Packet CCM to EquinixMetal CCM
- Any components making use of the reference
packet
be changed toequinixmetal
- Configuration parameters to be updated to reflect the name change.