Git Product home page Git Product logo

Comments (2)

sytabaresa avatar sytabaresa commented on August 11, 2024

this is my pull request #38

from packer-builder-softlayer.

guptamisha avatar guptamisha commented on August 11, 2024

this is my pull request #38
Hi Sebastian,

I'm using IBM Cloud Bluemix / Softlayer services and created a packer with pull request 38 since i was facing METADATA block devices issue that breaks the capture image script. With this pull request, I am facing the issue in accessing ssh private key file, although Did not face this issue with leonidlm/packer-builder-softlayer.

Issue found is "when using base_image_id%!(PACKER_COMMA) you must specify ssh_private_key_file since automatic ssh key config for custom images isn't supported by SoftLayer API"
my Config json is like :

 {
    "type": "softlayer",
    "api_key": "",
    "username": "",
    "datacenter_name": "mel01",
    "base_image_id": "{{user `PVM_SLAYER_BASE_AMI_ID`}}",
    "image_name": "test-{{user `CURRENT_RELEASE`}}.{{user `BUILD_NUMBER`}}",
    "image_description": "test-{{user `CURRENT_RELEASE`}}.{{user `BUILD_NUMBER`}}",
    "image_type": "standard",
    "instance_name": "build-{{user `BUILD_NUMBER`}}-{{isotime}}",
    "instance_domain": "provisioning.com",
    "instance_cpu": 1,
    "instance_memory": 1024,
    "instance_network_speed": 10,
    "instance_disk_capacity": 25,
    "ssh_port": 22,
    "ssh_timeout": "15m",
    "instance_state_timeout": "25m",
    "ssh_private_key_file": "test.pem"
  }

from packer-builder-softlayer.

Related Issues (20)

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.