Hello,
On my 4.7.0 RC1 test environment, I've this warning message:
2015-12-15 23:57:35,165 WARN
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-f1556e81) (logid:db80c3d4) Unable to get
alerts from router r-11-VM bash: /opt/cloud/bin/getRouterAlerts.sh: No
such file or directory
I don't find this bash script anywhere (on management node, host node
and inside the VR)
I find theses references to this script inside:
public static final String ROUTER_ALERTS = "getRouterAlerts.sh";
./core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java
ExecutionResult result = _vrDeployer.executeInVR(routerIp,
VRScripts.ROUTER_ALERTS, args);
./core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
I use the system vm template from jenkins [1] dated from 02-Dec-2015.
I my understand, the CS 4.7.0 can use the systemvm 4.6?
This is a bug or just I use the wrong systemvm?
[1]
http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-4.6.0-kvm.qcow2.bz2