Skip to content

Instantly share code, notes, and snippets.

@allthingsclowd
Created June 16, 2017 14:05
Show Gist options
  • Save allthingsclowd/67cfc8bfdccf16eeefb085bcbe5799e6 to your computer and use it in GitHub Desktop.
Save allthingsclowd/67cfc8bfdccf16eeefb085bcbe5799e6 to your computer and use it in GitHub Desktop.
MongoDB HEAT Stack Input Parameters
# Input parameters
parameters:
k5_ubuntu_image:
type: string
label: Image name or ID
description: Image to be used for compute instance
default: "Ubuntu Server 14.04 LTS (English) 02"
flavor:
type: string
label: Flavor
description: Type of instance (flavor) to be used
default: "S-1"
key_pair:
type: string
label: Key name
description: Name of key-pair to be used for compute instance
default: "Mongo-KP"
private_net:
type: string
label: private network id
description: tenant network used to host instance
default: "1d8c6fc5-54fa-4b4f-8f94-ddb95b1e0e7e"
public_net:
type: string
label: public network id
description: id of public network to supply floating ips
default: "0a23d6f7-2f94-4cf3-aebb-587b29ac9538"
az:
type: string
label: Availability Zone
description: Region AZ to use
default: "uk-1a"
my_ip:
type: string
label: External management IP
description: IP address allowed for access to mongodb server on SSH
default: "XX.XX.35.206/32"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment