anuragaw commented on a change in pull request #3575: [WIP DO NOT MERGE] Health
check feature for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#discussion_r358682093
##########
File path:
core/src/main/java/com/cloud/agent/resource/virtualnetwork/VRScripts.java
##########
@@ -47,6 +47,8 @@
// New scripts for use with chef
public static final String UPDATE_CONFIG = "update_config.py";
+ public static final String CONFIGURE = "configure.py"; // Typically needs
to be called if only update_config.py is called
Review comment:
Comment was not apt. The idea is for non-aggregate commands to VR, we can
possibly call this script. Untill now this was triggered by vr_cfg.sh
internally (executed as part of aggregate commands to VR).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services