OpenStack Baremetal Compute Service
Go to file
liusheng 9de2e37188 Refactor the scheduler to use placement service
This change change the scheduler to use placement api to filter query
nodes with specified resource class of flavor, and clean the filters
and weighers in scheduler.

Change-Id: I89ad443f553510da6daf289b83f3c30d9d546ace
Partially Implements: bp track-resources-using-placement
2017-07-13 11:51:45 +00:00
api-ref/source Update ironic.driver.plug_vif implementation 2017-07-03 03:51:47 +00:00
devstack Reporting nodes resource to placement service 2017-07-07 01:54:19 +00:00
doc switch from oslosphinx to openstackdocstheme 2017-07-10 11:31:11 +08:00
etc/mogan Use policy-generator to generate policy sample file 2017-02-04 08:41:31 +08:00
mogan Refactor the scheduler to use placement service 2017-07-13 11:51:45 +00:00
releasenotes switch from oslosphinx to openstackdocstheme 2017-07-10 11:31:11 +08:00
tools Prepare for using standard python tests 2017-02-04 13:36:35 +01:00
.coveragerc Trivial-Fix: replace 'nimble' with 'mogan' in two places 2017-01-06 11:06:47 +08:00
.gitignore [DOC] Add sample config and policy files to mogan docs 2017-06-07 16:38:32 +08:00
.gitreview Rename .gitreview 2017-01-13 06:06:00 +00:00
.mailmap Initial import 2016-08-12 20:13:11 +08:00
.testr.conf Trivial-Fix: replace 'nimble' with 'mogan' in two places 2017-01-06 11:06:47 +08:00
CONTRIBUTING.rst Optimize the link address 2017-06-06 23:36:56 +07:00
HACKING.rst Optimize the link address 2017-06-06 23:36:56 +07:00
LICENSE Initial import 2016-08-12 20:13:11 +08:00
README.rst Optimize the link address 2017-06-06 23:36:56 +07:00
babel.cfg Initial import 2016-08-12 20:13:11 +08:00
requirements.txt Updated from global requirements 2017-06-19 21:05:05 +00:00
setup.cfg Refactor the scheduler to use placement service 2017-07-13 11:51:45 +00:00
setup.py Updated from global requirements 2017-03-02 11:46:57 +00:00
test-requirements.txt switch from oslosphinx to openstackdocstheme 2017-07-10 11:31:11 +08:00
tox.ini Add 'rm -f .testrepository/times.dbm' command in testenv 2017-04-25 12:32:35 +05:30

README.rst

Mogan

Mogan is a project dedicated for bare metal computing management, which is designed specifically for BMs, so we can provide a more lightweight and convenient platform with more advanced features by leveraging Ironic. Besides this, we also plan to support RSD(Rack Scale Design), so we can not only provide Pre-set Configuration Servers but also Custom Servers.

Project Resources

Project status, bugs and BPs are tracked on Launchpad:

https://launchpad.net/mogan

Anyone wishing to contribute to an OpenStack project should find a good reference here:

https://docs.openstack.org/infra/manual/developers.html