Heat Stack Templates

Heat Stack Templates are what Magnum passes to Heat to generate a cluster. For each ClusterTemplate resource in Magnum, a Heat stack is created to arrange all of the cloud resources needed to support the container orchestration environment. These Heat stack templates provide a mapping of Magnum object attributes to Heat template parameters, along with Magnum consumable stack outputs. Magnum passes the Heat Stack Template to the Heat service to create a Heat stack. The result is a full Container Orchestration Environment.

magnum_bm_fedora_k8s

Kubernetes template for a Fedora Baremetal.

magnum_vm_atomic_k8s

Kubernetes template for a Fedora Atomic VM.

magnum_vm_atomic_swarm

Docker swarm template for a Fedora Atomic VM.

magnum_vm_coreos_k8s

Kubernetes template for CoreOS VM.

magnum_vm_ubuntu_mesos

Mesos template for Ubuntu VM.

Table Of Contents

Previous topic

Contributing

Next topic

Versioned Objects

This Page