Skip to content

sbernier-corp/packer-builder-huaweicloud-ecs

 
 

Repository files navigation

Packer Builder for Huawei Cloud ECS

This is a HashiCorp Packer plugin for creating Huawei Cloud ECS image.

Requirements

Build & Installation

Install from source:

Clone repository to $GOPATH/src/github.com/huaweicloud/packer-builder-huaweicloud-ecs

$ mkdir -p $GOPATH/src/github.com/huaweicloud; cd $GOPATH/src/github.com/huaweicloud
$ git clone [email protected]:huaweicloud/packer-builder-huaweicloud-ecs.git

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/huaweicloud/packer-builder-huaweicloud-ecs
$ make build

Link the build to Packer

$ln -s $GOPATH/bin/packer-builder-huaweicloud-ecs ~/.packer.d/plugins/packer-builder-huaweicloud-ecs

Install from release:

  • Download binaries from the releases page.
  • Install the plugin, or simply put it into the same directory with JSON templates.
  • Move the downloaded binary to ~/.packer.d/plugins/

Using the plugin

See the Huawei Cloud ECS Provider documentation to get started.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.7%
  • Makefile 1.3%