Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for virtualbox (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/vagrant/VagrantMachine.java

            // We lock the provider to virtualbox because the Vagrantfile specifies lots of boxes that only work
            // properly in virtualbox. Virtualbox is vagrant's default but its possible to change that default and folks do.
            execute(spec -> {
                spec.setCommand("up");
                spec.setArgs("--provision", "--provider", "virtualbox");
            });
            isVMStarted = true;
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 7.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/vagrant/VagrantBasePlugin.java

                        .filter(t -> t instanceof VagrantShellTask)
                        .filter(t -> t.getProject() == project)
                        .count()
                );
        }
    
        /**
         * Check vagrant and virtualbox versions, if any vagrant test tasks will be run.
         */
        static class VagrantSetupCheckerPlugin implements Plugin<Project> {
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 6.1K bytes
    - Click Count (0)
  3. TESTING.asciidoc

    VM running trusty by running
    `vagrant up ubuntu-1804 --provider virtualbox && vagrant ssh ubuntu-1804`.
    
    === Testing packaging on Windows
    
    The packaging tests also support Windows Server 2012R2 and Windows Server 2016.
    Unfortunately we're not able to provide boxes for them in open source use
    because of licensing issues. Any Virtualbox image that has WinRM and Powershell
    enabled for remote users should work.
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    There is also a new way to run bleeding edge Windows features from scratch by compiling the windows kubelet and kube-proxy, then using them along with daily builds of other Kubernetes components.
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Click Count (0)
Back to Top