ChameleonCloud / chi-in-a-box

Packaging the systems and operations of the Chameleon testbed
Apache License 2.0
14 stars 10 forks source link

This is to enable the network polling to clean up the resources #272

Closed AnishReddyRavula closed 9 months ago

AnishReddyRavula commented 9 months ago

Setting the flag enable_polling_monitor to False then blazar does not periodically invoke the network monitor plugin to heal/clean the failed resources

When this option is not set, the monitor fails with following error - oslo_config.cfg.NoSuchOptError: no such option enable_notification_monitor in group

Add config opt to blazar monitor to enable dry run

Setting the flag dry_polling_monitor to True is to warn a failed/needs-fixing resource without attempting to fix it, to make sure that the fix is reliable and the monitor is actually picking up the right resource that needs fixing and the right fix is chosen