mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Changing project name to 'vmpooler'
All instances of 'vmware-host-pooler' and 'vmware_host_pool' changed to 'vmpooler'.
This commit is contained in:
parent
4414227fd4
commit
da31179e68
5 changed files with 71 additions and 71 deletions
|
|
@ -2,7 +2,7 @@ require 'rubygems' unless defined?(Gem)
|
|||
|
||||
class Logger
|
||||
def initialize(
|
||||
f = '/var/log/vmware-host-pooler.log'
|
||||
f = '/var/log/vmpooler.log'
|
||||
)
|
||||
@file = f
|
||||
end
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ class VsphereHelper
|
|||
|
||||
Dir.chdir(File.dirname(__FILE__))
|
||||
|
||||
config_file = File.expand_path('../vmware-host-pooler.yaml')
|
||||
config_file = File.expand_path('../vmpooler.yaml')
|
||||
vsphere = YAML.load_file(config_file)[:vsphere]
|
||||
|
||||
@connection = RbVmomi::VIM.connect :host => vsphere['server'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue