magnum/etc/magnum
OTSUKA, Yuanying 6d02ff33e8 Implement a Heat k8s template for Ironic
Ironic instance doesn't create using "OS::Neutron::Port".
So we should modify this template to below order.

1. Create master vm (and assign fixed ip on given private network)
2. Create minion vm (and assign fixed ip on given private network)
3. Configure minion vm (with master address)
4. Configure master vm (with minion address)

This uses "SoftwareDeployment" to handle dependency.

And there is some limitations derived from ironic:

- Security group doesn't set.
- Disable cinder volume for docker storage.
- Require private network name parameter which provides baremetal network.
- Disable default user `minion` at master.

Implements: blueprint ironic-heat-template

Change-Id: Ia661c6ed08887a6a6961fb0ba5d34f2278794658
2015-02-24 12:43:34 +09:00
..
templates/heat-kubernetes Implement a Heat k8s template for Ironic 2015-02-24 12:43:34 +09:00
magnum.conf.sample Fix docker client server mismatch 2015-02-16 22:35:06 +08:00