Module: Scooter::HttpDispatchers

Defined in:
lib/scooter/httpdispatchers.rb,
lib/scooter/httpdispatchers/rbac.rb,
lib/scooter/httpdispatchers/activity.rb,
lib/scooter/httpdispatchers/classifier.rb,
lib/scooter/httpdispatchers/rbac/v1/v1.rb,
lib/scooter/httpdispatchers/code_manager.rb,
lib/scooter/httpdispatchers/activity/v1/v1.rb,
lib/scooter/httpdispatchers/httpdispatcher.rb,
lib/scooter/httpdispatchers/puppetdb/v4/v4.rb,
lib/scooter/httpdispatchers/classifier/v1/v1.rb,
lib/scooter/httpdispatchers/consoledispatcher.rb,
lib/scooter/httpdispatchers/code_manager/v1/v1.rb,
lib/scooter/httpdispatchers/orchestrator/v1/v1.rb,
lib/scooter/httpdispatchers/puppetdbdispatcher.rb,
lib/scooter/httpdispatchers/orchestratordispatcher.rb,
lib/scooter/httpdispatchers/rbac/v1/directory_service.rb

Overview

This module is just the housing for the single dispatcher we have right now, ConsoleDispatcher, but should eventually include other dispatchers for other services that talk over http, such as the Puppet Server and PuppetDB.

Defined Under Namespace

Modules: Activity, Classifier, CodeManager, Orchestrator, Rbac Classes: ConsoleDispatcher, HttpDispatcher, OrchestratorDispatcher, PuppetdbDispatcher