Skip to content
View toobulkeh's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@vaporware
Block or Report

Block or report toobulkeh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Updated for Capistrano 3. Updated for Capistrano 3.
    1
    # encoding: UTF-8
    2
    
                  
    3
    # Place in config/deploy.rb
    4
    
                  
    5
    namespace :rails do
  2. rbvmomi performance manager usage rbvmomi performance manager usage
    1
    vim = RbVmomi::VIM.connect host: vcenter.hostname, user: vcenter.username, password: vcenter.password, insecure: true
    2
    pm = vim.serviceInstance.content.perfManager
    3
    
                  
    4
    # this is for a single cluster with hosts directly in one cluster. 'first' returns the cluster object.
    5
    hosts = vim.serviceInstance.find_datacenter.hostFolder.children.first.host