Giter Club home page Giter Club logo

packer.py's People

Contributors

mayn avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

packer.py's Issues

Add special handling for multiple var

Expected behavior

Keyword args need to be unique. This poses a challenge when trying to express var concisely.
Want to be able to pass in dict or list of vars and expand into multiple arguments into packer binary.
Ie packer build -var “myv=first” -var “myv2=second”

Current workaround is to express additional vars as string.
PackerExecutable().build(var=‘“myv=first” -var “myv2=second”’)

Visible password in process status

packer.py version

0.3.0

Expected behavior

Hidden password

Actual behavior

When you run p.build command with the password argument, everyone can see the password in the process status through the build.

root 1987637 0.4 0.8 851920 68344 pts/1 Sl+ 09:43 0:00 /usr/sbin/packer build -var VC_SERVER=vc-server.com -var VC_USERNAME=username -var VC_PASSWORD=visible_password

support output formatters

currently commands simply pass through output from packer commands as a tuple.

(ret, out, err) = p.version()

I want to be able to parse in format that allows further manipulation via python.

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.