forked from eucalyptus/eucalyptus-service-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eucalyptus-service-image.yml
34 lines (34 loc) · 1.06 KB
/
eucalyptus-service-image.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: eucalyptus-service-workers
version: 0
release: 0
arch: x86_64
description: >
This image is capable of running several of Eucalyptus's back end
services. After this image is uploaded it can be registered
multiple times to perform specific functions -- the cloud will
activate the appropriate services as instances run.
profiles:
loadbalancing-worker:
bundle:
register:
virtualization-type: hvm
tag:
euca:service-name: loadbalancing.worker
euca:service-api-version: 1
provides: eucalyptus-loadbalancing-worker = 1
imaging-worker:
bundle:
register:
virtualization-type: hvm
tag:
euca:service-name: imaging.worker
euca:service-api-version: 1
provides: eucalyptus-imaging-worker = 1
database-worker:
bundle:
register:
virtualization-type: hvm
tag:
euca:service-name: database.worker
euca:service-api-version: 1
provides: eucalyptus-database-worker = 1