Documentation
¶
Overview ¶
The ebsvolume package contains a packer.Builder implementation that builds EBS volumes for Outscale using an ephemeral instance,
Index ¶
Constants ¶
View Source
const BuilderId = "oapi.outscale.bsuvolume"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct {
// A map of regions to EBS Volume IDs.
Volumes BsuVolumes
// BuilderId is the unique ID for the builder that created this AMI
BuilderIdValue string
// Client connection for performing API stuff.
Conn *oapi.Client
}
Artifact is an artifact implementation that contains built AMIs.
type BlockDevice ¶
type BlockDevice struct {
osccommon.BlockDevice `mapstructure:"-,squash"`
Tags osccommon.TagMap `mapstructure:"tags"`
}
type Config ¶
type Config struct {
common.PackerConfig `mapstructure:",squash"`
osccommon.AccessConfig `mapstructure:",squash"`
osccommon.RunConfig `mapstructure:",squash"`
VolumeMappings []BlockDevice `mapstructure:"bsu_volumes"`
// contains filtered or unexported fields
}
type EngineVarsTemplate ¶
Click to show internal directories.
Click to hide internal directories.