All Projects → syseleven → heat-examples

syseleven / heat-examples

Licence: MIT License
Heat examples tested against the SysEleven Stack infrastructure cloud.

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to heat-examples

yor
Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.
Stars: ✭ 459 (+1175%)
Mutual labels:  iac, infrastructure-as-code
Nietzsche
Scrap quotes from Goodreads and schedule random tweets.
Stars: ✭ 44 (+22.22%)
Mutual labels:  iac, infrastructure-as-code
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (+19.44%)
Mutual labels:  openstack, infrastructure-as-code
PSRule-pipelines
Validate infrastructure as code (IaC) and DevOps repositories using Azure Pipelines.
Stars: ✭ 16 (-55.56%)
Mutual labels:  iac, infrastructure-as-code
tfu
tfu is a terraform helper to update the providers.
Stars: ✭ 13 (-63.89%)
Mutual labels:  iac, infrastructure-as-code
Terrascan
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Stars: ✭ 2,687 (+7363.89%)
Mutual labels:  iac, infrastructure-as-code
cb-spider
CB-Spider provides a unified view and single interface for multi-cloud management.
Stars: ✭ 26 (-27.78%)
Mutual labels:  openstack, iac
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+30141.67%)
Mutual labels:  iac, infrastructure-as-code
driftctl
Detect, track and alert on infrastructure drift
Stars: ✭ 2,020 (+5511.11%)
Mutual labels:  iac, infrastructure-as-code
icp-ce-on-linux-containers
Multi node IBM Cloud Private Community Edition 3.2.x w/ Kubernetes 1.13.5 in a Box. Terraform, Packer and BASH based Infrastructure as Code script sets up a multi node LXD cluster, installs ICP-CE and clis on a metal or VM Ubuntu 18.04 host.
Stars: ✭ 52 (+44.44%)
Mutual labels:  iac, infrastructure-as-code
Trivy
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues
Stars: ✭ 9,673 (+26769.44%)
Mutual labels:  iac, infrastructure-as-code
awesome-iac-testing
A list of awesome IaC testing articles, speeches & links. Especially about Ansible.
Stars: ✭ 56 (+55.56%)
Mutual labels:  iac, infrastructure-as-code
ggshield
Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
Stars: ✭ 1,272 (+3433.33%)
Mutual labels:  iac, infrastructure-as-code
gotf
Managing multiple environments with Terraform made easy
Stars: ✭ 25 (-30.56%)
Mutual labels:  iac, infrastructure-as-code
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-55.56%)
Mutual labels:  iac, infrastructure-as-code
terraform-vsphere-single-vm
Deploy single vSphere VM with Terraform - template.
Stars: ✭ 21 (-41.67%)
Mutual labels:  iac, infrastructure-as-code
taco-scripts
Step-by-step scripts to deploy TACO AIO
Stars: ✭ 24 (-33.33%)
Mutual labels:  openstack
big-bang
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
Stars: ✭ 55 (+52.78%)
Mutual labels:  iac
kubecfg
A tool for managing complex enterprise Kubernetes environments as code.
Stars: ✭ 35 (-2.78%)
Mutual labels:  infrastructure-as-code
terraform-aws-s3-bucket
A Terraform module to create a Simple Storage Service (S3) Bucket on Amazon Web Services (AWS). https://aws.amazon.com/s3/
Stars: ✭ 47 (+30.56%)
Mutual labels:  iac

OpenStack Heat examples

GitHub license

What is "Heat"?

Heat is a service to orchestrate multiple composite cloud applications using templates. Each template is launched into a so called 'heat stack'.

What are these examples for?

These heat examples are meant to assist you while getting started with cloud computing.

Are these templates suitable for production?

This library demonstrates certain aspects of deployment with heat but does not contain complete code that is suitable for production.

Getting Started

To work through these examples you need to install OpenStack command line clients as described here: http://docs.openstack.org/user-guide/content/install_clients.html

or

You can build your own environment using the gettingStarted template. This template is prepared to be used as a copy & paste file that you can use within the openstack dashboard. The only needed parameter is either "key_name" where you insert the name of your public SSH key or "ssh-keys" where you insert your SSH key directly.

Support / Liability

Even if SysEleven maintains this library we do not provide support for its content.

Contribution

We welcome contributions and fixes for our IaC Examples library. Just commit your code, run lint tests (see below) and open a pull request.

Development

  • Install required packages npm install
  • Run npm run lint to ensure that there are no syntax errors and that a README.md and .yaml file(s) is/are present, before creating a pull request.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].