container-service-extension icon indicating copy to clipboard operation
container-service-extension copied to clipboard

Capture CSE RabbitMQ events

Open cohizzle86 opened this issue 5 years ago • 3 comments
trafficstars

Hi folks

is there any way in which we can monitor the following CSE events on RabbitMQ:

  • cluster creation
  • cluster modification (mostly upscaling)

We are looking to automate NSX configuration (rules/SGs auto-creation, etc.) following a cluster creation or resize. We would use (likely) vRO to read messages in RabbitMQ and filter what we need. Rather than going by trial and error, it would nice to know if any doc already exists detailing the specs of CSE RabbitMQ messages?

Thanks!

cohizzle86 avatar Sep 14 '20 16:09 cohizzle86

Hi cohizzle86,

Neither we have any formal documentation on filtering CSE requests in RabbitMQ nor we have attempted doing this before. You can look into particular amqp exchange or topic that is specified in the config.yaml for CSE related messages

sahithi avatar Sep 14 '20 20:09 sahithi

Thanks sahithi!

Btw I know it's OT, but is any documentation available for CSE API instead? From vCD API, we can see the endpoint ../api/cse (i.e. /cluster) exists. It would be of some use to use REST for some of our CSE tasks like periodic deployments, fecthing clusters status etc. like we do with vCloud already.

cohizzle86 avatar Sep 16 '20 17:09 cohizzle86

Hi @cohizzle86, We currently do not have any CSE API documentation available.

ltimothy7 avatar Oct 05 '20 21:10 ltimothy7