[DRE-commits] [vagrant-libvirt] annotated tag 0.0.11 created (now 813d0cb)

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a change to annotated tag 0.0.11
in repository vagrant-libvirt.

        at  813d0cb   (tag)
   tagging  85910255a75957dd7661b950e5910a3339cd46d3 (commit)
 tagged by  dima
        on  Sun Oct 20 14:08:23 2013 +0200

- Log -----------------------------------------------------------------
version 0.0.11

Brett Porter (1):
      Update README.md

Brian Pitts (7):
      Enable parallelization
      Use random string in name of domain
      Requre Nokogiri 1.5
      Autostart and activate networks that are not already autostarted or activated
      Require nokogiri 1.5.10
      Implement reload command
      Delete any snapshots when destroying a domain

Craig Vyvial (1):
      rearranging the actions loaded in alpha order

Dmitry Vasilets (14):
      Merge pull request #47 from pronix/master
      Merge pull request #48 from pronix/master
      Merge pull request #53 from nickryand/public_network
      Merge pull request #54 from yozik04/master
      Merge pull request #56 from yozik04/master
      Merge pull request #58 from jordant/master
      Merge pull request #61 from sciurus/0.0.7_parallel
      Merge pull request #64 from sciurus/network_activation
      Merge pull request #63 from sciurus/specify-nokogiri-version
      Merge pull request #66 from kalabiyau/master
      Merge pull request #69 from brettporter/patch-1
      Merge pull request #77 from cp16net/alpha-order-actions
      Merge pull request #79 from sciurus/reload
      Merge pull request #80 from sciurus/destroy_snapshots

Dominic Cleal (2):
      Don't force username to root, rely on config.ssh.username
      Fix NFS network discovery

Hiroshi Miura (2):
      fix namespace Libvirt collision with ruby-libvirt library
      Increment version to refrect fix

Jevgeni Kiski (5):
      Volume driver cache parameter
      accessor missing
      Specify a MAC address for public_network interface
      MAC address can be specified on all network interfaces.
      space

Jordan Tardif (1):
      Support AMD and Intel processors with nested vm's

KalabiYau (1):
      Delete files from destination to avoid confusions

Nick Downs (2):
      Initial implementation of public_network support.
      Added defaults for :dev and :mode. Updated documentation to explain these options.

dima (26):
      set provider
      pause <-> resume
      fix run_provisioner
      add handleBoxUrl for download box close #15
      add actiob ssh_run for command `vagrant ssh -c "bash cli" ` close #13
      nested virtualization
      add nfs support
      improve nfs
      Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
      update readme
      restrict version of ruby for use
      Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
      fix for  Hiroshi Miura <miurahr at linux.com> patch
      close #43 key file set in provider url
      remove not require puts
      add me as author and add license to gem spec file close #39
      syntax cleanup
      new version and small changes
      version 0.0.9
      Fixes #67
      Merge branch 'master' of github.com:pradels/vagrant-libvirt
      version 0.0.10
      close #72 possibility to give VMs a name
      close #76 correct uri for different virtualizations
      close #70 undefine machine id should be after all operations
      varsion 0.0.11

pradels (29):
      Initial commit
      File example_box/Vagrantfile added.
      Merge branch 'set_provider' of https://github.com/pronix/vagrant-libvirt
      Note about env variable VAGRANT_DEFAULT_PROVIDER in README.md file.
      Fixed json syntax error
      Open issues note in future work
      Merge pull request #9 from pronix/master
      - Changed way how to get IP address of new VM - checks
      IP handling info changed in README.md
      Halt action added. This resulted into action.rb file rewrite. There
      v0.0.2 notes
      Readme rewriten for v0.0.2
      Tool for RedHat image preparation.
      Fix for requiretty disabling in sudoers file.
      Switch off iptables and SELinux to permissive mode.
      IP of VM is searched in dnsmasq lease files only.
      Provider options cpu and memory added. Those are used while creating
      v0.0.3
      Version changed to 0.0.3
      Exception handling while starting a domain.
      v0.0.4
      * Private network support.
      Use network 'default' if nothing more is specified in `config.vm.network`.
      Setting hostname with `config.vm.hostname`.
      VMs IP is no longer stored in machines data_dir. Cleanup
      v0.0.5
      * Image upload buffer length reduced.
      Updated Vagrantfile in example box.
      v0.0.6

supercow (1):
      Update README to note libvirt-dev requirement

Дмитрий Василец (12):
      Merge pull request #12 from supercow/libvirt-dev_doc_update
      Merge pull request #17 from pronix/master
      Merge pull request #20 from pronix/master
      Merge pull request #21 from pronix/master
      Merge pull request #22 from pronix/master
      Merge pull request #25 from pronix/master
      Merge pull request #27 from pronix/master
      Merge pull request #29 from pronix/master
      Merge pull request #31 from domcleal/ssh-user
      Merge pull request #33 from domcleal/nfs-network
      Merge pull request #41 from miurahr/fix_namespace_collision
      Merge pull request #42 from pronix/master

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  810f0b3   Initial commit
       new  a270ad7   set provider
       new  2b29299   File example_box/Vagrantfile added.
       new  6c6f438   Merge branch 'set_provider' of https://github.com/pronix/vagrant-libvirt
       new  7a7569e   Note about env variable VAGRANT_DEFAULT_PROVIDER in README.md file.
       new  f5559d7   Fixed json syntax error
       new  268ff99   Open issues note in future work
       new  0a66fd2   pause <-> resume
       new  1069816   Merge pull request #9 from pronix/master
       new  99d649a   - Changed way how to get IP address of new VM - checks   /var/lib/libvirt/dnsmasq/*.leases files.
       new  5078021   IP handling info changed in README.md
       new  72f1e41   Halt action added. This resulted into action.rb file rewrite. There was a need to split up actions into more subactions + more checking of VM state - if it's up when trying to ssh etc..
       new  89ef287   v0.0.2 notes
       new  9381f8e   Readme rewriten for v0.0.2
       new  b3f9ba0   Update README to note libvirt-dev requirement
       new  7221c6c   Merge pull request #12 from supercow/libvirt-dev_doc_update
       new  9f67b6b   Tool for RedHat image preparation.
       new  f82018c   Fix for requiretty disabling in sudoers file. Don't use DNS in /etc/ssh/sshd_config file setup.
       new  0df992d   Switch off iptables and SELinux to permissive mode.
       new  e98c64c   IP of VM is searched in dnsmasq lease files only.
       new  076e7dd   Provider options cpu and memory added. Those are used while creating a new domain.
       new  20a478c   v0.0.3
       new  c8c34d8   Version changed to 0.0.3
       new  2c8d3b0   fix run_provisioner
       new  9ae4e7c   Merge pull request #17 from pronix/master
       new  21e267c   Exception handling while starting a domain.
       new  e0a4212   add handleBoxUrl for download box close #15
       new  118aff1   Merge pull request #20 from pronix/master
       new  2eb772b   add actiob ssh_run for command `vagrant ssh -c "bash cli" ` close #13
       new  da889b3   Merge pull request #21 from pronix/master
       new  76f33c9   v0.0.4
       new  c1c360f   nested virtualization
       new  60b8e41   Merge pull request #22 from pronix/master
       new  813a7c8   * Private network support. * Creating private networks if ip address is set and network   is not available. * Guest network interfaces configuration.
       new  5dea377   Use network 'default' if nothing more is specified in `config.vm.network`.
       new  711b103   Setting hostname with `config.vm.hostname`.
       new  cee5bbe   VMs IP is no longer stored in machines data_dir. Cleanup is no longer needed.
       new  29daa53   v0.0.5
       new  e1d4225   add nfs support
       new  36b71b7   improve nfs
       new  d0383d1   Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
       new  3576713   Merge pull request #25 from pronix/master
       new  dd5b97d   update readme
       new  26c5097   Merge pull request #27 from pronix/master
       new  89198f2   restrict version of ruby for use
       new  2379ff4   Merge branch 'master' of git://github.com/pradels/vagrant-libvirt
       new  44f7251   Merge pull request #29 from pronix/master
       new  331580f   Don't force username to root, rely on config.ssh.username
       new  1ba2b9a   Merge pull request #31 from domcleal/ssh-user
       new  01eb354   Fix NFS network discovery
       new  93d59b1   Merge pull request #33 from domcleal/nfs-network
       new  4776846   * Image upload buffer length reduced. * Error handling fixed to correspond to correct translation.
       new  2edd384   Updated Vagrantfile in example box.
       new  d051966   v0.0.6
       new  09892ef   fix namespace Libvirt collision with ruby-libvirt library
       new  d491df0   Increment version to refrect fix
       new  4ddd150   Merge pull request #41 from miurahr/fix_namespace_collision
       new  80f4d3b   fix for  Hiroshi Miura <miurahr at linux.com> patch
       new  5fd30fe   Merge pull request #42 from pronix/master
       new  ba23591   close #43 key file set in provider url
       new  155606f   remove not require puts
       new  97a0677   Merge pull request #47 from pronix/master
       new  0670b19   add me as author and add license to gem spec file close #39
       new  00fed75   Merge pull request #48 from pronix/master
       new  8933842   Initial implementation of public_network support.
       new  151f212   Added defaults for :dev and :mode. Updated documentation to explain these options.
       new  eba5599   Merge pull request #53 from nickryand/public_network
       new  5d3ea31   Volume driver cache parameter
       new  7573984   accessor missing
       new  6b50e42   Merge pull request #54 from yozik04/master
       new  1e2f49f   Specify a MAC address for public_network interface
       new  3bcf949   MAC address can be specified on all network interfaces.
       new  8d1784b   space
       new  d2894bb   Merge pull request #56 from yozik04/master
       new  aac710e   Support AMD and Intel processors with nested vm's
       new  14c508c   Merge pull request #58 from jordant/master
       new  40d8624   syntax cleanup
       new  1b5a603   Enable parallelization
       new  60442c5   Use random string in name of domain
       new  15a1114   Merge pull request #61 from sciurus/0.0.7_parallel
       new  26d7ea2   new version and small changes
       new  b814a02   Requre Nokogiri 1.5
       new  4c48097   Autostart and activate networks that are not already autostarted or activated
       new  672cb64   Merge pull request #64 from sciurus/network_activation
       new  6175d8d   Require nokogiri 1.5.10
       new  dc6e322   Merge pull request #63 from sciurus/specify-nokogiri-version
       new  7b09331   version 0.0.9
       new  7c1aaba   Delete files from destination to avoid confusions
       new  fd7a7f0   Merge pull request #66 from kalabiyau/master
       new  2a6ce64   Fixes #67
       new  4922b71   Merge branch 'master' of github.com:pradels/vagrant-libvirt
       new  2248e1a   version 0.0.10
       new  003c7a0   Update README.md
       new  90fcbf5   Merge pull request #69 from brettporter/patch-1
       new  c9abbd2   rearranging the actions loaded in alpha order
       new  77dd91d   Merge pull request #77 from cp16net/alpha-order-actions
       new  62c7b39   Implement reload command
       new  c7b0189   Merge pull request #79 from sciurus/reload
       new  69f97cf   Delete any snapshots when destroying a domain
       new  b68adff   Merge pull request #80 from sciurus/destroy_snapshots
       new  be44fc1   close #72 possibility to give VMs a name
       new  d03f50b   close #76 correct uri for different virtualizations
       new  55e31c1   close #70 undefine machine id should be after all operations
       new  8591025   varsion 0.0.11

The 104 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list