1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new type/provider to manage VM tools configuration More... about 9 years ago
Merge pull request #162 from maniacmurphy/vc_dvswitch_pool More... about 9 years ago
Expand vc_dvswitch_pool to support creating user defined network resource pools --Made type ensurable --Added create, exists? and destroy methods --Moved key to parameter instead of propert since the key cannot be changed after creation --Added property 'description' to allow managing the user defined network resource pool descriptions --Enhanced setting network resource pool shares based off the level and networkResourcePoolHighShareValue based off https://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/vim.SharesInfo.Level.html More... about 9 years ago
Created class vm_config to allow a generic class for configuring a VM --class vcenter::vm_config to apply resources vm_vapp_property, vm_nic, vm_harddisk and vm_hardware to a target vm --tests/vm_config.pp More... over 9 years ago
Created new type vm_harddisk to manage hard disks attached to VM --New map for API object: virtual_drive_map --New type/provider vm_harddisk --New test vm_harddisk.pp --Currently does not support RAW Device mappings More... over 9 years ago
Moved method 'findvm' out of individual providers and into Puppet::Provider::Vcenter More... over 9 years ago
Created new type vm_nic to create, modify and delete virtual network adapters --New map for API object: virtual_ethernet_card_map --New type/provider vm_nic --New test vm_nic.pp More... over 9 years ago
Created new type vm_hardware to configure basic hardware configs --New map for API object: virtual_hardware_map --New type/provider vm_hardware --New test vm_hardware.pp More... over 9 years ago
Merge pull request #159 from maniacmurphy/ippools More... almost 10 years ago
Created an provider for vCenter IpPools More... almost 10 years ago
Merge pull request #154 from jakerobinson/tb/83 More... almost 10 years ago
Merge pull request #157 from maniacmurphy/exc_51749241f5 More... almost 10 years ago
Created class vapp_property based off vm_vapp_property resource type More... about 10 years ago
Merge pull request #155 from maniacmurphy/esx_system_resource More... about 10 years ago
Esxhost Class -Created a parameterized class to wrap multiple hsot configurations around. To start with it only expects a system resource. More... about 10 years ago
Esx_system_resource -Created new resource type esx_system_resource. This can be used to manage the system resources found in the vSphere client at Host > Configuration > System Resource Allocation -Created a test file to show how to use esx_system_resource. More... about 10 years ago
add transport to esx_service resources More... about 10 years ago
Merge pull request #153 from maniacmurphy/vm_vapp_property More... over 10 years ago
VM vApp Property -Updated puppet type to extract datacenter, vm name and label from the namevar. This allows for truly unique resources if the same property needed to be set on multiple VMs in the same manifest. -Requires resource name to be passed in in the following format - datacenter:vm name:label -Updated test manifests for creating and removing vm_vapp_property to use this format More... over 10 years ago
vm_vapp_property provider update -Fix typo in vm_vapp_property's provider More... over 10 years ago
VM vApp Property -Created a resource for manipulating a VM's vApp properties -Created test manifests to show how to create and remove a vApp property using the vm_vapp_property resource More... over 10 years ago
VM vApp Property -A resource for manipulating a VM's vApp properties More... over 10 years ago
Merge pull request #152 from rbbrown/improve-esx_advanced_options More... over 10 years ago
improved error handling: esx_advanced_options * rescue block coverage was too broad * transport errors not reported (username, password, etc) * rescue clause now 'rescues' only InvalidName * error message in rescue referenced variable optkey were not in scope * now reports all keys not found, not just the first one More... over 10 years ago
Merge pull request #150 from scottvick/powerpolicy More... over 10 years ago
ZA-130: Removed the extranious comments. More... over 10 years ago
ZA-130: Created code to adjust the Power Policy of hosts. More... over 10 years ago
Merge pull request #145 from sholland/vc_vm_poweroff More... over 10 years ago
added a poweroff to be attempted for destroy More... over 10 years ago
ASM-1760 add a retry for failed vsphere connection More... over 10 years ago