Forum Discussion

mmellin's avatar
mmellin
Level 3
2 months ago

Trouble updating Crossplane Claim status with Equinix Provider

I’m having some trouble using the Equinix providers within a Claim and I’m not sure where the problem lies. The issue is that I am trying to take the ID uuid from the Device status.atProvider.id and update a status.id field in my xrd claim, but the status never seems to get updated. This works fine with the AWS provider as an example.

In my example I want to grab the UUID of the device and populate the Claim XRD's status.id field, but I do not see this population happening. I use the same technique with the upbound AWS provider so I know it is valid.

Within the composition.yaml:

 

- type: ToCompositeFieldPath
  fromFieldPath: status.atProvider.id
  toFieldPath: status.id
 
Has anyone else gotten this to work?

2 Replies