heat-templates/hot/software-config/example-templates
Adrien Vergé 2a2fe91602 Fix linting errors in YAML
This change corrects many problems detected by the `yamllint` linter.
It's a preparation for enabling this linter in change
Ie746230f28fe3ed0cf218201d5a3810f7bc44070.

For instance, the first run of the YAML linter helped discovering a key
duplication problem in `oso_ha.yaml`: the `depends_on` key was present
twice, so the first occurence was ignored.

Other changes are cosmetic: extra spaces, extra blank lines, missing
newlines at end-of-file, etc.

Change-Id: I7f2369adfb152fd2a74b9b105e969e653e592922
2016-03-11 14:57:38 +01:00
..
cirros-example Add example of SoftwareDeployments with cirros 2014-07-14 22:52:32 +01:00
config-scripts Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
wordpress Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
README.rst READMEs for software-config templates and hooks 2014-04-29 09:40:08 +12:00
example-ansible-template.yaml Software-config hook for ansible 2014-10-10 08:37:25 +13:00
example-cfn-init-template.yaml Software config hook to provision using cfn-init 2014-04-29 09:40:08 +12:00
example-chef-template.yaml Fix for heat-template build failure 2016-03-10 19:49:28 +05:30
example-cloud-init.yaml Move software-config templates to example-templates 2014-04-29 09:40:08 +12:00
example-config-pristine-image.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-config-pristine-image_env.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-deploy-sequence.yaml Move below two templates to sub directory 2014-04-29 01:41:08 +00:00
example-docker-compose-template.yaml Add env_file support for docker-compose hook 2015-04-07 22:46:47 +05:30
example-kubelet-template.yaml External access to pod deployed using kubelet hook 2015-04-15 15:46:41 +05:30
example-os-apply-config-plus-cloud-config.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-os-apply-config.yaml Adding output section to templates 2015-05-20 15:34:56 +05:30
example-pristine-atomic-docker-compose.yaml Some minor changes to container boot-config 2015-04-22 09:48:15 +05:30
example-pristine-atomic-docker-compose_env.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-pristine-atomic-tool.yaml Add tests and example template for atomic hook 2015-05-07 07:56:37 +05:30
example-pristine-atomic-tool_env.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-puppet-template.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-salt-template.yaml Adds in-instance hook for saltstack 2014-06-30 14:54:14 +05:30
example-script-template.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00
example-ssh-copy-id.yaml Added security group and network 2015-05-19 12:28:33 -07:00
example-structured-template.yaml Adding output section to templates 2015-05-20 15:34:56 +05:30
example-sw-component-template.yaml Fix linting errors in YAML 2016-03-11 14:57:38 +01:00

README.rst

Example software configuration templates

These example templates demonstrate various aspects of using Heat's software configuration templates. The description in each template describes what that template demonstrates.

See heat-templates/hot/software-config/elements/README.rst for instructions on building an image which works with these templates.