Skip to content

Instantly share code, notes, and snippets.

@jjruescas
Last active June 25, 2018 21:09
Show Gist options
  • Save jjruescas/9dcd6f47e32ca5a0dd6fcbb15b893083 to your computer and use it in GitHub Desktop.
Save jjruescas/9dcd6f47e32ca5a0dd6fcbb15b893083 to your computer and use it in GitHub Desktop.
{
"builders": [{
"type": "openstack",
"name": "rackspace-public",
"region": "DFW",
"username": "USERNAME",
"password": "PASSWORD",
"openstack_provider": "rackspace",
"identity_endpoint": "https://identity.api.rackspacecloud.com/v2.0",
"source_image": "54b9efe7-af0b-4022-a5e9-05a6cd4c082d",
"flavor": "8",
"image_name": "MYIMAGE",
"user_data_file":"./winrm-init.ps1",
"communicator": "winrm",
"winrm_username": "Administrator",
"winrm_use_ssl": true,
"winrm_insecure": true,
"winrm_timeout": "5m"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment