See steps to reproduce
Steps to reproduce:
------------------
1. Upload and deploy Kubernetes-AWS-EKS blueprint from Cloudify Catalog
2. Go to deployment page
3. Go to Deployment Info tab
Actual result:
-------------
Topology widget does not render
Expected result:
---------------
Topology widget should render correctly
, do you know if Moshe’s blueprint was updated using cfy plugins update --mapping ...? If so, there were some issues fixed yesterday “evening” so things like that should not happen any more.
did you update Kubernetes-AWS-EKS blueprint using cfy plugins update --mapping ...?
The answer is no
Thanks for the access to the manager - I looked at the node and found that this cloudify.kubernetes.nodes.Master node has no operation implementations, eg.
(and repeat for every lifecycle operation)
And indeed, I find that this node type implements no operations: https://github.com/cloudify-cosmo/cloudify-kubernetes-plugin/blob/7f58e57c973a008cb2b6767d299d613b7c532ab0/plugin.yaml#L298-L314
Node .plugins is based on operations: this node has no operations, and so there's no plugins required to install that node. That's why it has no plugins associated to it.
(note btw that this behaviour, which is by the dsl-parser, has been here for years and years, and that's not something we changed recently)
Thanks for the explanation.
UI fix will soon be merged. Without any change in kubernetes plugin there will be:
If we want kubernetes_master node to have proper plugin icon associated, Kubernetes plugin should be updated.