Commit Graph

15 Commits

Author SHA1 Message Date
Zuul 89dbf28e8a Merge "Simplify endpoints created by devstack plugin" 2021-02-27 20:11:57 +00:00
Rikimaru Honjo 54c726a332 Simplify endpoints created by devstack plugin
Admin endpoint and internal endpoint are not configured by default
in recent devstack. [1]

According to the above change, this patch removes these type
endpoints from masakari devstack plugin and README.rst.

[1] Ided7a65c81b3a0b56f0184847fc82e17c29a771e

Change-Id: I2b7f8e6b968cd96195eeb1f40f6de5764d65785d
2021-02-27 20:29:09 +01:00
Ghanshyam Mann 513c29078f [goal] Deprecate the JSON formatted policy file
As per the community goal of migrating the policy file
the format from JSON to YAML[1], we need to do two things:

1. Change the default value of '[oslo_policy] policy_file''
config option from 'policy.json' to 'policy.yaml' with
upgrade checks.

2. Deprecate the JSON formatted policy file on the project side
via warning in doc and releasenotes.

Also replace policy.json to policy.yaml ref from doc and tests.

[1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Change-Id: Iad942530b5d540af3d3c074e9944687b93bcd7f2
2020-12-23 00:47:36 +00:00
caoyuan 50938d0636 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3976f7c19b4813a40a800cea58d3dc8e343e4ac8
2019-08-11 15:00:14 +00:00
zhangbailin 8777b597a8 Update README
To learn more about Masakari's new features, optimizations, and changes
between versions in releasenotes.

Change-Id: Idd38b19eee34fb0a0f0c706083ce0d1c6c7dd85d
2018-11-27 05:42:04 +00:00
sapd 49bf80aa6d Fix docs create service for masakari
Currently openstacksdk use instance-ha type service instead of masakari

Change-Id: I3978f9f9d79884a3948f6c79b1b5c057b8630bf2
2018-09-24 10:49:55 +07:00
Zuul 32ba5e24c7 Merge "Make readme more readable" 2018-04-10 10:06:11 +00:00
Jean-Philippe Evrard 85fcee0ef3 Make readme more readable
Use proper markup syntax for rst files.

Change-Id: I10372eae354b0d6542b4e1d6957f5c803e9fecb5
2018-04-06 11:23:55 +02:00
Jean-Philippe Evrard f03b0fc78f Fix the docs page link
The current links points to an old openstack documentation link,
which is now HTTP 404.

This should point to the right link.

Change-Id: Ibc75a5ebab52ab1e27a27c3f381b529c6d60ad23
2018-04-05 10:37:30 +00:00
Dinesh Bhor 212d254da1 Remove 'on_shared_storage' parameter from nova evacuate
Starting since version 2.14, Nova automatically detects whether the
server data is on shared storage or not.

Removed 'on_shared_storage' parameter from nova evacuate call and
bumped nova api version from 2.9 to 2.14 so that shared storage
deployment can be detected by nova. Also added a related note in
README.rst to point out. Operators should configure shared storage
to use maskari otherwise instance data will be lost after evacuation.

Change-Id: I0b0581a5c84143fc91c9fc6e2c440096013c7438
2017-07-21 05:44:49 +00:00
Van Hung Pham 7edf071253 Optimize the link address
Update link address to ensure safety and preciseness

Change-Id: Iae7efd7e026dfe0b167154ca38cf9cc1e0b84cc0
2017-06-08 18:37:08 +07:00
dineshbhor 96d285195d Add db sync support for masakari
Added migration scripts for failover segment and host.
User will be able to sync the database with masakari-manage
command.

Change-Id: Ic37e681c6cb1ca6a341a77b738abb0a43a2910c4
2016-08-05 11:49:20 +05:30
Abhishek Kekane d4f055262e Add support for wsgi framework
Added wsgi framework support to create masakari-api
service using oslo_service framework. Similar to core
openstack projects, config items will be kept at centralized
location.

Refer README.rst to cofigure and run masakari-api service.

Change-Id: Idb0120b8cf3b10642c51b286d82cd0944cad5ca3
2016-07-12 13:10:10 +05:30
sampathP 336f6dc384 Add project description to README.rst
This patch add project description to README.

Closes-Bug: #1596854
Change-Id: I49011b695541bf3a1486f1edb711d5719b327e4e
2016-07-05 10:30:39 +09:00
sampathP b59503d7aa Initial Cookiecutter Commit.
Change-Id: I42dea4c1d43a041cfd948703355ce7456c8850e1
2016-06-28 13:28:27 +09:00