[openstack-dev] [masakari] Questions on masakari CLI for hosts and segments
Waines, Greg
Greg.Waines at windriver.com
Wed Jan 24 21:04:29 UTC 2018
From reading the Masakari API Specifications commit (https://review.openstack.org/#/c/512591/)
I believe that the proper syntax for the host and segment creates is as follows:
masakari segment-create --name segment-1 --recovery-method auto --service-type COMPUTE
masakari host-create --name <hostname> --type COMPUTE --control-attributes SSH --segment-id segment-1
let me know if this is correct,
Greg.
From: Greg Waines <Greg.Waines at windriver.com>
Reply-To: "openstack-dev at lists.openstack.org" <openstack-dev at lists.openstack.org>
Date: Monday, January 22, 2018 at 10:59 AM
To: "openstack-dev at lists.openstack.org" <openstack-dev at lists.openstack.org>
Subject: [openstack-dev] [masakari] Questions on masakari CLI for hosts and segments
masakari segment-create --name segment-1 --recovery-method auto --service-type xyz
For ‘service-type’,
· what are the semantics of this parameter ?
· what are the allowed values ?
· what is a typical or example value ?
masakari host-create --name devstack-masakari --type xyz --control-attributes xyz --segment-id segment-1
For ‘type’,
* what are the semantics of this parameter ?
* what are the allowed values ?
* what is a typical or example value ?
For ‘control-attributes,
* what are the semantics of this parameter ?
* what are the allowed values ?
* what is a typical or example value ?
And what are the semantics of Masakari Failover Segments ?
My guess is that
· hosts belong to one and only one masakari segment
· when a host fails,
the VMs formerly running on that host will ONLY be recovered to other hosts within the same segment
Correct ?
Anything else ?
Greg.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180124/5b0c3bb0/attachment.html>
More information about the OpenStack-dev
mailing list