Heat - первые шаги
heat stack
Heat - первые шаги
Разбираем пример из видео: https://www.youtube.com/watch?v=XGZM42gTdLs
Для начала надо поставить API heat
При импорте xml-файла возникает ошибка
cannot import name profile
cat stack10.yml
heat_template_version: 2017-09-01
description: simple template to create vm
resources:
myvm1:
type: OS::Nova::Server
properties:
image: cirros
flavor: m1.nano
networks:
- network: demo2
Запускаем создание стека
https://docs.openstack.org/heat/pike/template_guide/hot_spec.html#resources-section