Slide 29
Slide 29 text
{
"builders": [
{
"type": "openstack",
"identity_endpoint": "https://osp.combell.com:5000/v3",
"tenant_name": "",
"username": "",
"password": "",
"image_name": "thijsferyn_{{isotime \"2006_01_02__03_04_05\"}}",
"source_image": "1b9fe43e-4cf2-4986-b7f2-51f5706b120b",
"ssh_username": "debian",
"domain_name" : "default",
"flavor": "m1.medium",
"networks": ["a1175c54-cb12-436d-ac7b-d327499dc39b"],
"floating_ip_pool" : "public"
}
],
"provisioners": [
{
"type": "shell",
"inline": ["apt-get update","apt-get install -y nginx"]
}
]
}