Last active
August 29, 2015 14:18
-
-
Save ramielrowe/c3975ad3118924ceaad6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv)$ magnum-template-manage list-templates | |
Enabled Templates | |
================= | |
magnum_vm_atomic_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster.yaml | |
magnum_vm_coreos_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml | |
Disabled Templates | |
================== | |
example_template: /home/apmelton/projects/magnum/.venv/local/lib/python2.7/site-packages/ExampleTemplate-0.1-py2.7.egg/example_template/example.yaml | |
(.venv)$ magnum-template-manage list-templates --details | |
Enabled Templates | |
================= | |
magnum_vm_atomic_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster.yaml | |
+----------+---------------+------------+ | |
| Platform | OS | COE | | |
+----------+---------------+------------+ | |
| vm | fedora-atomic | kubernetes | | |
+----------+---------------+------------+ | |
magnum_vm_coreos_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml | |
+----------+--------+------------+ | |
| Platform | OS | COE | | |
+----------+--------+------------+ | |
| vm | coreos | kubernetes | | |
+----------+--------+------------+ | |
Disabled Templates | |
================== | |
example_template: /home/apmelton/projects/magnum/.venv/local/lib/python2.7/site-packages/ExampleTemplate-0.1-py2.7.egg/example_template/example.yaml | |
+----------+---------+-------------+ | |
| Platform | OS | COE | | |
+----------+---------+-------------+ | |
| vm | example | example_coe | | |
+----------+---------+-------------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv)$ magnum-template-manage list-templates | |
Enabled Templates | |
magnum_vm_atomic_k8s: /home/apmelton/projects/public/magnum/magnum/templates/heat-kubernetes/kubecluster.yaml | |
magnum_vm_coreos_k8s: /home/apmelton/projects/public/magnum/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml | |
Disabled Templates | |
example_template: /home/apmelton/projects/public/magnum/.venv/local/lib/python2.7/site-packages/ExampleTemplate-0.1-py2.7.egg/example_template/example.yaml | |
(.venv)$ magnum-template-manage list-templates --details | |
Enabled Templates | |
magnum_vm_atomic_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster.yaml | |
Platform OS CoE | |
vm fedora-atomic kubernetes | |
magnum_vm_coreos_k8s: /home/apmelton/projects/magnum/magnum/templates/heat-kubernetes/kubecluster-coreos.yaml | |
Platform OS CoE | |
vm coreos kubernetes | |
Disabled Templates | |
example_template: /home/apmelton/projects/magnum/.venv/local/lib/python2.7/site-packages/ExampleTemplate-0.1-py2.7.egg/example_template/example.yaml | |
Platform OS CoE | |
vm example example_coe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment