view distribution/config/commands/vm-info.properties @ 1244:9ad2d74ff780

Update mongo-java-driver to 2.11.2 (latest) Reviewed-by: jreboaa, vanaltj Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-September/008138.html
author Omair Majid <omajid@redhat.com>
date Thu, 05 Sep 2013 12:36:53 -0400
parents 441eaa41693d
children
line wrap: on
line source

bundles = com.redhat.thermostat.client.cli=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \
          org.apache.httpcomponents.httpcore=${httpcomponents.version}, \
          org.apache.httpcomponents.httpclient=${httpcomponents.version}, \
          com.google.gson=${gson.version}, \
          org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
          org.apache.commons.beanutils=${commons-beanutils.version}, \
          org.apache.commons.codec=${commons-codec.osgi-version}, \
          org.apache.commons.collections=${commons-collections.version}, \
          org.apache.commons.logging=${commons-logging.version}

description = shows basic information about a VM

usage = vm-info [-vmId <vm>] [--hostId <host>] [-d <url>] [-l <level>]

options = hostId, vmId, AUTO_DB_OPTIONS, AUTO_LOG_OPTION

hostId.short = a
hostId.long = hostId
hostId.hasarg = true
hostId.required = true
hostId.description = the ID of the host to monitor

vmId.short = v
vmId.long = vmId
vmId.hasarg = true
vmId.required = false
vmId.description = the ID of the VM to monitor

environments= cli, shell