https://github.com/summerwind/packer-builder-conoha
A builder plugin of Packer for building images with ConoHa.
https://github.com/summerwind/packer-builder-conoha
packer plugin
Last synced: 6 months ago
JSON representation
A builder plugin of Packer for building images with ConoHa.
- Host: GitHub
- URL: https://github.com/summerwind/packer-builder-conoha
- Owner: summerwind
- License: mpl-2.0
- Archived: true
- Created: 2017-05-30T14:08:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T05:02:13.000Z (almost 8 years ago)
- Last Synced: 2025-10-28T01:53:41.554Z (8 months ago)
- Topics: packer, plugin
- Language: Go
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConoHa builder for Packer
***NOTE: Currently, images for Conoha can be built with OpenStack Builder.***
A builder plugin of Packer for building images with ConoHa.
This plugin is a forked version of [OpenStack Builder](https://www.packer.io/docs/builders/openstack.html) of Packer.
## Install
Download the binary from the [Releases](https://github.com/summerwind/packer-builder-conoha/releases) page and place it in one of the following places:
- The directory where packer is, or the executable directory
- `~/.packer.d/plugins` on Unix systems or `%APPDATA%/packer.d/plugins` on Windows
- The current working directory
## Build plugin
You can build this plugin with the following command. Please install [Glide](https://github.com/Masterminds/glide) before the build.
```
$ make
```
## Configuration Reference
The same configuration option can be used as the original OpenStack Builder. An example configuration file is in the `example` directory.
## License
Mozilla Public License 2.0