https://github.com/steveb/docker-heat-templates
https://github.com/steveb/docker-heat-templates
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steveb/docker-heat-templates
- Owner: steveb
- Created: 2014-12-28T20:44:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T21:40:53.000Z (over 11 years ago)
- Last Synced: 2025-04-03T05:28:21.823Z (over 1 year ago)
- Language: Makefile
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker images for heat-standalone
=================================
This repository allows you to:
* Build docker container images to allow heat to be run in a stand-alone
environment
* Launch a stand-alone heat to an OpenStack cloud which itself has a heat
service
docker
------
This directory contains a Makefile which defines the following targets
* images: builds Docker images for heat-api-standalone,
heat-api-cfn-standalone and heat-engine-standalone
* heat-standalone-image.tar: Does a docker save of all required images
(including kollaglue/fedora-rdo-mariadb and kollaglue/fedora-rdo-rabbitmq)
then creates a single combined tar of all images so that there are no
duplicate layers
* start, stop: Run a stand-alone heat against a local Docker API
* env: Modify some existing sourced OpenStack credentials to point at the
stand-alone heat so that it can be used. (Requires $OS_TENANT_ID to be
defined)
heat
----
docker-heat-standalone.yaml defines a stack which creates a simple
single-node stand-alone heat appliance. It can be created by sourcing some
OpenStack credentials and running:
make create-docker-heat-standalone
This requires an image built by diskimage-builder which includes the
heat-config-kubelet element found in
https://github.com/openstack/heat-templates/tree/master/hot/software-config