All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
senlin.v1.profile.json Maven / Gradle / Ivy
{
"profile": {
"created_at": "2016-05-29T07:35:06",
"domain": null,
"id": "dc89e919-91f5-4733-81b0-91257c24bba1",
"metadata": {},
"name": "lion-test",
"project": "7b2171b528bb48ba8a0c180ea135e224",
"spec": {
"properties": {
"context": {
"region_name": "RegionOne"
},
"disable_rollback": true,
"environment": {},
"files": {},
"parameters": {
"server_name": "my_cirros_server"
},
"template": {
"description": "A HOT template that holds a VM instance with a Neutron port created in given private network and a floatingIP created in given external network.\n",
"heat_template_version": "2014-10-16",
"parameters": {
"cpu": {
"default": 4,
"description": "cpu to boot with",
"type": "string"
},
"disk": {
"default": 128,
"description": "disk to boot with",
"type": "string"
},
"image": {
"default": "cirros",
"description": "Name or ID of the image to use for the instance.",
"type": "string"
},
"mem": {
"default": 16,
"description": "mem to boot with",
"type": "string"
},
"public_net": {
"default": "provider",
"description": "ID or name of public network where floating IP to be created",
"type": "string"
},
"server_name": {
"default": "my_server",
"description": "Name for the instance to be created",
"type": "string"
}
},
"resources": {
"my_server": {
"properties": {
"cpu": {
"get_param": "cpu"
},
"disk": {
"get_param": "disk"
},
"image": {
"get_param": "image"
},
"mem": {
"get_param": "mem"
},
"name": {
"get_param": "server_name"
},
"networks": [
{
"network": {
"get_param": "public_net"
}
}
]
},
"type": "OS::DtCenter::Server"
}
}
},
"timeout": 60
},
"type": "os.heat.stack",
"version": 1
},
"type": "os.heat.stack-1.0",
"updated_at": null,
"user": "fa465946d3aa4b4caa411da77632d6b6"
}
}