magnum/magnum/drivers
OTSUKA, Yuanying 08531c1702 Fix ironic template
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>
2016-08-09 11:27:55 +02:00
..
common Fix ironic template 2016-08-09 11:27:55 +02:00
k8s_coreos_v1 Re: Remove dependency of metadata service 2016-08-09 10:07:25 +02:00
k8s_fedora_atomic_v1 Fix ironic template 2016-08-09 11:27:55 +02:00
mesos_ubuntu_v1 De-duplicate the decouple-LBaaS-related files 2016-07-26 23:11:47 +05:30
swarm_fedora_atomic_v1 Consolidate heat fragments 2016-07-28 17:36:58 +05:30
__init__.py Bay driver implementation 2016-07-05 22:30:31 +02:00