Code Monkey home page Code Monkey logo

Naveenkumar M Hanchinamani's Projects

awesome-test-automation icon awesome-test-automation

A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com

bmtc icon bmtc

All BMTC related data projects

fio icon fio

Flexible I/O Tester

integralstor icon integralstor

Linux and ZFS based, open source NAS and unified storage system

integralstor_common icon integralstor_common

Modules that will be common across the single node and multi node versions of integralstor

salt-master icon salt-master

{ "builders": [{ "type": "virtualbox-iso", "virtualbox_version_file": ".vbox_version", "headless": false, "guest_os_type": "RedHat_64", "disk_size": 80960, "iso_url": "http://mirrors.kernel.org/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso", "iso_checksum": "4ed6c56d365bd3ab12cd88b8a480f4a62e7c66d2", "iso_checksum_type": "sha1", "boot_command": [ "<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.6-x86_64/ks.cfg<enter><wait>" ], "boot_wait": "12s", "http_directory": "http", "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, "ssh_wait_timeout": "10000s", "vboxmanage": [ ["modifyvm", "{{.Name}}", "--memory", "512"], ["modifyvm", "{{.Name}}", "--cpus", "1"] ], "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p" }, { "type": "vmware-iso", "headless": false, "guest_os_type": "centos-64", "disk_size": 80960, "iso_url": "http://mirrors.kernel.org/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-minimal.iso", "iso_checksum": "4ed6c56d365bd3ab12cd88b8a480f4a62e7c66d2", "iso_checksum_type": "sha1", "boot_command": [ "<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos-6.6-x86_64/ks.cfg<enter><wait>" ], "boot_wait": "12s", "http_directory": "http", "tools_upload_flavor": "linux", "ssh_username": "vagrant", "ssh_password": "vagrant", "ssh_port": 22, "ssh_wait_timeout": "10000s", "vmx_data": { "memsize": "512", "numvcpus": "1", "vhv.enable": "TRUE" }, "shutdown_command": "echo 'vagrant'|sudo -S /sbin/halt -h -p" }], "post-processors": [{ "output": "build/centos-6.6-x86_64.box", "type": "vagrant", "only": ["virtualbox-iso"] }, { "output": "build/centos-6.6-x86_64-{{.Provider}}.box", "type": "vagrant", "only": ["vmware-iso"] }], "provisioners": [{ "type": "shell", "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", "scripts": [ "scripts/vagrant.sh", "scripts/puppet-bootstrap/centos_6_x.sh", "scripts/vboxguest.sh", "scripts/centos_6_x_network.sh", "scripts/compact.sh" ], "override": { "vmware-iso": { "scripts": [ "scripts/vagrant.sh", "scripts/puppet-bootstrap/centos_6_x.sh", "scripts/centos_6_x_vmtools.sh", "scripts/centos_6_x_network.sh", "scripts/compact.sh" ] } } }] }

zfs icon zfs

Native ZFS for Linux

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.