Open marians opened 2 years ago
In which places you would like to change capa
to aws
?
I guess we can rename capa
to aws
wherever we can, once all clusters have been migrated, but IMHO we cannot do it before the migration is completed, because currently there are more than few differences between capa
and aws
and I believe that our internal tooling usually assumes that aws
is vintage AWS, and that capa
is CAPA AWS.
e.g. aws-app-collection
is the MC app collection for vintage AWS and capa-app-collection
is the MC app collection for CAPA AWS, and those collections are not the same. It is similar in other places where we have something for both vintage AWS and CAPA AWS. Maybe we can rename capa
to aws
in some of those places, but it should be done carefully.
Status Quo
In various components of our platform, we have started differentiating between two provider names
aws
andcapa
.aws
: our AWS platform before moving to Cluster APIcapa
: our platform based on Cluster API provider AWS.Likewise, we have differentiation between
azure
andcapz
.Goals
For context, here is the complete list of intended cloud provider names in the Giant Swarm platform (first column):
aws
azure
gcp
openstack
vsphere
cloud-director
Details
An incomplete list of places/artifacts that are affected:
kubectl gs template cluster --provider PROVIDER
opsctl list installations --provider PROVIDER
(internal tooling)