20130b3e07
The following changes were made to source files: * Remove a null pointer from a log format in guestHttpSvr.cpp. * Add a local variable for inet_ntoa instead of logging it directly. * Added local_fs requirement to guestAgent and guestServer scripts. * Changed guestAgent.ocf script from /bin/sh to /bin/bash. Syntax of script was invalid for sh. Testing: * Debian build succeeds. * Centos build succeeds. Story: 2009101 Task: 43392 Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com> Change-Id: Iedfecda0c448800ff60216258946ed520f913c5f
30 lines
878 B
Plaintext
30 lines
878 B
Plaintext
Source: mtce-guest
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
fm-common-dev,
|
|
libevent-dev,
|
|
libjson-c-dev,
|
|
libssl-dev,
|
|
libsystemd-dev,
|
|
mtce-common-dev,
|
|
uuid-dev,
|
|
cppcheck
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: mtce-guest-agent
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: StarlingX Maintenance Guest Agent
|
|
The StarlingX Maintenance Guest Agent Service assists with VM guest heartbeat
|
|
control and failure reporting at the controller level.
|
|
|
|
Package: mtce-guest-server
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: StarlingX Maintenance Guest Server
|
|
The StarlingX Maintenance Guest Server assists with VM guest heartbeat control
|
|
and failure reporting at the controller level.
|