Container Infrastructure Management Service for OpenStack
08531c1702
This is workaround fix to support baremetal. Following items are remained to support. * Documents * Functional test To test this template, there are some requirements and problem as below. Requirements: * `ephemeral_disk` on ironic baremetal flavor `ephemeral_disk` is used for docker storage instead of cinder volume. * `fixed_subnet` must be setup with dns_nameservers like following. * `neutron subnet-update private-subnet --dns-nameserver 8.8.8.8` * `fixed_subnet` must be IP version 4. if you use devstack, please add following configuration. * `IP_VERSION=4` * Fedora 23 image including kubernetes, etcd, flannel. Problem: Ironic stores `instance_info` about nova instance. `instance_info` contains config_drive data, but this data can be too large to store ironic.nodes table. Magnum uses large config drive data to setup k8s. It means, we can not start ironic instance by Magnum. Workaround fix is changing column type of ironic.nodes.instance_info. Following sql will help you. `alter table ironic.nodes modify instance_info LONGTEXT;` Partial-Implements: blueprint magnum-baremetal-full-support Change-Id: Ica87610b9114bff4277b492de8fe528fe2860108 Closes-Bug: #1454895 Closes-Bug: #1472938 Co-Authored-By: Spyros Trigazis <strigazi@gmail.com> |
||
---|---|---|
contrib/templates/example | ||
devstack | ||
doc | ||
etc/magnum | ||
install-guide/source | ||
magnum | ||
releasenotes | ||
specs | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
Dockerfile | ||
functional_creds.conf.sample | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Magnum
Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containers as first class resources in OpenStack.
For more information, please refer to the following resources:
- Free software: under the Apache license
- Documentation: http://docs.openstack.org/developer/magnum
- Source: http://git.openstack.org/cgit/openstack/magnum
- Blueprints: https://blueprints.launchpad.net/magnum
- Bugs: http://bugs.launchpad.net/magnum
- REST Client: http://git.openstack.org/cgit/openstack/python-magnumclient