Giter VIP home page Giter VIP logo

Comments (3)

jscotka avatar jscotka commented on August 27, 2024

It could be able to modify all default parameters from: /usr/lib/python2.7/site-packages/virtdeploy/drivers/libvirt.py somehow. I can imagine some solution via config file in ~/.virt-deploy.conf or pass config file directly to command.
It could be in some format to allow modify parameters for various vypervisors like:

~/.virt-deploy.conf:
[libvirt]
DEFAULT_NET = 'default'
DEFAULT_POOL = 'default'
BASE_FORMAT = 'qcow2'
BASE_SIZE = '20G'
INSTANCE_DEFAULTS = {
'cpus': 2,
'memory': 1024,
'arch': 'x86_64',
'network': DEFAULT_NET,
'pool': DEFAULT_POOL,
'password': None,
}

[openstack]
FLOATINGIPRANGE=...
MEMORY=
IDONTKNOW=
...

from virt-deploy.

jscotka avatar jscotka commented on August 27, 2024

I've checked driver file libvirt.py and there is more thig what shoud be good to modify by config:
like:
URL of machine
uri='qemu:///system'
how crate name and where to store discs:
now it is in : name = '{0}-{1}-{2}'.format(vmid, template, kwargs['arch'])
my preferred name is name=hostname=dnsname (instead of adding fedora and arch to name)
and where to store images : now there is image = '{0}.qcow2'.format(name)

from virt-deploy.

jscotka avatar jscotka commented on August 27, 2024

Hi,
here is patch what should id solved generally for all **kwards
http://fpaste.org/193812/25564644/

from virt-deploy.

Related Issues (17)

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.