GithubHelp home page GithubHelp logo

hashicorp / packer-plugin-ncloud Goto Github PK

View Code? Open in Web Editor NEW
3.0 12.0 5.0 430 KB

Packer plugin for Naver Cloud Platform Builder

Home Page: https://www.packer.io/docs/builders/ncloud

License: Mozilla Public License 2.0

Makefile 0.72% Go 92.30% MDX 2.99% HCL 0.39% Shell 3.60%
packer-plugin packer ncloud

packer-plugin-ncloud's People

Contributors

alrs avatar azr avatar calebalbers avatar dependabot[bot] avatar etiennedeneuve avatar hashicorp-copywrite[bot] avatar jescalan avatar jsoref avatar ksatirli avatar lbajolet-hashicorp avatar mwhooker avatar nywilken avatar rickard-von-essen avatar rogerhu avatar sangkyu-kim avatar smacfarlane avatar swampdragons avatar sylviamoss avatar takaishi avatar williamb1024 avatar wonchulee avatar wrolisonaflac avatar youngmn avatar yusungduk avatar zchsh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

packer-plugin-ncloud's Issues

Version revert ([email protected]) causing issues with golang proxies

745e815#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6
Rollback causing issues with athens proxy server.

sum.golang.org does not revert pulled packages which means that if you use the athens proxy you'll get this

go: downloading github.com/hashicorp/packer v1.7.4
go get: github.com/hashicorp/[email protected] requires
	github.com/hashicorp/[email protected] requires
	github.com/NaverCloudPlatform/[email protected]: reading https://****/github.com/%21naver%21cloud%21platform/ncloud-sdk-go-v2/@v/v1.2.0.mod: 404 Not Found

As per https://sum.golang.org/, please push new releases of packer-plugin-ncloud and packer

I removed a bad release from my repository but it still appears in the mirror, what should I do?

Whenever possible, the mirror aims to cache content in order to avoid breaking builds for people that depend on your package, so this bad release may still be available in the mirror even if it is not available at the origin. The same situation applies if you delete your entire repository. We suggest creating a new version and encouraging people to use that one instead.

Remove dependency VPC/Subnets in packer

AS-IS

  • Need to specify vpc or subnets using VPC environment.
source "ncloud" "example-linux" {
  access_key                = "${var.access_key}"
  secret_key                = "${var.secret_key}"
  server_image_product_code = "SW.VSVR.APP.LNX64.CNTOS.0708.DCOMM.LATEST.B050" 
  server_image_name         = "packer-${local.timestamp}"
  server_image_description  = "server image description"
  region                    = "Korea"
  vpc_no                    = "5698"
  subnet_no                 = "11068" 
  communicator              = "ssh"
  ssh_username              = "root"
}

TO-BE

  • Packer will try find public subnets in entire vpc. if u describe support_vpc is true
source "ncloud" "example-linux" {
  access_key                = "${var.access_key}"
  secret_key                = "${var.secret_key}"
  server_image_product_code = "SW.VSVR.APP.LNX64.CNTOS.0708.DCOMM.LATEST.B050" 
  server_image_name         = "packer-${local.timestamp}"
  server_image_description  = "server image description"
  region                    = "Korea"
  communicator              = "ssh"
  ssh_username              = "root"
  support_vpc               = true
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.