Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created July 26, 2012 16:18
Show Gist options
  • Save oldpatricka/3183002 to your computer and use it in GitHub Desktop.
Save oldpatricka/3183002 to your computer and use it in GitHub Desktop.
type: release
name: cei_deploy
version: 0.1
description: Common Execution Infrastructure Services
ion: 0.0.1
apps:
# dependencies
- name: bootstrapper1
processapp: [bootstrapper1, ion.processes.bootstrap.bootstrapper, Bootstrapper]
bootlevel: 2
config:
bootstrap_plugins:
- plugin: [ion.processes.bootstrap.plugins.bootstrap_core, BootstrapCore]
- name: directory
processapp: [directory, ion.services.coi.directory_service, DirectoryService]
bootlevel: 10
- name: resource_registry
processapp: [resource_registry, ion.services.coi.resource_registry_service, ResourceRegistryService]
bootlevel: 10
# CEI services - only including ones with an actual implementation at this point
- name: process_dispatcher
processapp: [process_dispatcher, ion.services.cei.process_dispatcher_service, ProcessDispatcherService]
bootlevel: 10
- name: high_availability_agent
processapp: [high_availability_agent, ion.agents.cei.high_availability_agent, HighAvailabilityAgent]
bootlevel: 10
config:
highavailability:
policy:
name: npreserving
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment