StarlingX NFVI Orchestration
Go to file
haochuan b1cede2bed Fix destination buffer too small issue by static analyze tool
code with strcpy is not proposed, replace with strncpy

Test:
deploy simplex system, create qcow2 file with guest-client and json-c
build and install. Use created qcow2 to create image named test, and
create flavor named test_flavor with add guest:heartbeat property in
metadata. Create instance with created image and flavor. Lanched the
instance, launch guestClient process with command such command
  '# guestClient --device /dev/virtio-port/cgcs.heart'
Check guestAgent in host file /var/log/guestAgent.log, confirm
heartbeat enabled as "controller-0 c7ee5d00-e782-4d0a-8292-7724b3afc4e9
enabled heartbeating status change to 'enabled'"

Closes-Bug: 1794908

Change-Id: Ieb774882802127cfffef1291cf1bcc7a4d6f8055
Signed-off-by: Martin Chen <haochuan.z.chen@intel.com>
2018-11-27 10:13:07 +08:00
api-ref/source Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
doc Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
guest-agent StarlingX open source release updates 2018-05-31 07:36:51 -07:00
guest-client Rename mwa-* subdirectories to match the git repo name 2018-07-03 16:19:19 -04:00
guest-comm StarlingX open source release updates 2018-05-31 07:36:51 -07:00
mtce-guest Fix destination buffer too small issue by static analyze tool 2018-11-27 10:13:07 +08:00
nfv Support host delete for kubernetes nodes 2018-10-12 09:42:22 -05:00
nova-api-proxy Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
releasenotes Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-25 14:01:33 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:51 -07:00
.zuul.yaml Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:51 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:51 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:51 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_iso_image.inc Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
centos_pkg_dirs Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
test-requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
tox.ini fix tox python3 overrides 2018-10-05 10:57:02 +00:00

README.rst

stx-nfv

StarlingX NFVI Orchestration