Documentation
¶
Overview ¶
Package bsu contains a packer.Builder implementation that builds OMIs for Outscale OAPI.
In general, there are two types of OMIs that can be created: ebs-backed or instance-store. This builder _only_ builds ebs-backed images.
Index ¶
Constants ¶
View Source
const BuilderId = "oapi.outscale.bsu"
The unique ID for this builder
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
common.PackerConfig `mapstructure:",squash"`
osccommon.AccessConfig `mapstructure:",squash"`
osccommon.OMIConfig `mapstructure:",squash"`
osccommon.BlockDevices `mapstructure:",squash"`
osccommon.RunConfig `mapstructure:",squash"`
VolumeRunTags osccommon.TagMap `mapstructure:"run_volume_tags"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.