Module: Bosh::Agent

Defined in:
lib/bosh_agent/ntp.rb,
lib/bosh_agent.rb,
lib/bosh_agent/util.rb,
lib/bosh_agent/alert.rb,
lib/bosh_agent/monit.rb,
lib/bosh_agent/state.rb,
lib/bosh_agent/config.rb,
lib/bosh_agent/errors.rb,
lib/bosh_agent/runner.rb,
lib/bosh_agent/handler.rb,
lib/bosh_agent/mounter.rb,
lib/bosh_agent/version.rb,
lib/bosh_agent/platform.rb,
lib/bosh_agent/settings.rb,
lib/bosh_agent/template.rb,
lib/bosh_agent/bootstrap.rb,
lib/bosh_agent/disk_util.rb,
lib/bosh_agent/heartbeat.rb,
lib/bosh_agent/sigar_box.rb,
lib/bosh_agent/message/ssh.rb,
lib/bosh_agent/smtp_server.rb,
lib/bosh_agent/file_matcher.rb,
lib/bosh_agent/http_handler.rb,
lib/bosh_agent/message/base.rb,
lib/bosh_agent/message/logs.rb,
lib/bosh_agent/monit_client.rb,
lib/bosh_agent/configuration.rb,
lib/bosh_agent/message/apply.rb,
lib/bosh_agent/message/drain.rb,
lib/bosh_agent/message/state.rb,
lib/bosh_agent/apply_plan/job.rb,
lib/bosh_agent/infrastructure.rb,
lib/bosh_agent/platform/linux.rb,
lib/bosh_agent/alert_processor.rb,
lib/bosh_agent/apply_plan/plan.rb,
lib/bosh_agent/file_aggregator.rb,
lib/bosh_agent/platform/centos.rb,
lib/bosh_agent/platform/ubuntu.rb,
lib/bosh_agent/remote_exception.rb,
lib/bosh_agent/message/list_disk.rb,
lib/bosh_agent/apply_plan/helpers.rb,
lib/bosh_agent/apply_plan/package.rb,
lib/bosh_agent/infrastructure/aws.rb,
lib/bosh_agent/message/mount_disk.rb,
lib/bosh_agent/message/run_errand.rb,
lib/bosh_agent/heartbeat_processor.rb,
lib/bosh_agent/platform/linux/disk.rb,
lib/bosh_agent/infrastructure/dummy.rb,
lib/bosh_agent/message/migrate_disk.rb,
lib/bosh_agent/message/unmount_disk.rb,
lib/bosh_agent/platform/centos/disk.rb,
lib/bosh_agent/infrastructure/vcloud.rb,
lib/bosh_agent/infrastructure/vsphere.rb,
lib/bosh_agent/platform/linux/adapter.rb,
lib/bosh_agent/platform/linux/network.rb,
lib/bosh_agent/message/compile_package.rb,
lib/bosh_agent/platform/centos/network.rb,
lib/bosh_agent/platform/linux/password.rb,
lib/bosh_agent/platform/ubuntu/network.rb,
lib/bosh_agent/infrastructure/openstack.rb,
lib/bosh_agent/platform/linux/logrotate.rb,
lib/bosh_agent/infrastructure/aws/registry.rb,
lib/bosh_agent/infrastructure/aws/settings.rb,
lib/bosh_agent/infrastructure/vsphere/settings.rb,
lib/bosh_agent/infrastructure/openstack/registry.rb,
lib/bosh_agent/infrastructure/openstack/settings.rb

Overview

Copyright © 2009-2013 VMware, Inc.

Defined Under Namespace

Modules: ApplyPlan, Message, Platform, SyslogMonitor Classes: AgentController, AgentLogMatcher, Alert, AlertProcessor, Bootstrap, Configuration, DiskNotFoundError, DiskUtil, Error, FatalError, FileAggregator, FileMatcher, HTTPHandler, Handler, Heartbeat, HeartbeatError, HeartbeatProcessor, Infrastructure, JobLogMatcher, LoadSettingsError, MessageHandlerError, Monit, MonitClient, Mounter, NTP, NullLogger, RemoteException, Runner, Settings, SigarBox, SmtpServer, State, StateError, Template, UnimplementedMethod, UnknownInfrastructure, UnknownMessage, UnknownPlatform, Util

Constant Summary collapse

BOSH_APP =
BOSH_APP_USER = BOSH_APP_GROUP = 'vcap'
Config =
Configuration.new
VERSION =
'1.2652.0'
BOSH_PROTOCOL =
"1"