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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
Source: orchestra
Section: admin
Priority: optional
Maintainer: Ubuntu Server Team <ubuntu-server@lists.ubuntu.com>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 7), po-debconf, python (>= 2.6.6-3~)
Homepage: http://launchpad.net/orchestra
X-Python-Version: >= 2.6
Vcs-Bzr: http://bazaar.launchpad.net/~orchestra/orchestra/trunk
Package: ubuntu-orchestra-common
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
adduser,
openssh-client,
openssl,
gnutls-bin
Recommends:
ntp
Suggests:
po-debconf
Description: Ubuntu Orchestra common files
This package provides the common files used by the Ubuntu Orchestra
Services suite.
Package: orchestra
Architecture: all
Depends: ${misc:Depends}, ubuntu-orchestra-server
Description: Ubuntu Orchestra Services suite
This virtual package installs the dependencies necessary to provision,
manage, and monitor an Ubuntu-based data center.
.
It also includes some configuration necessary to make this work well
out of the box.
Package: ubuntu-orchestra-server
Architecture: all
Depends: ${misc:Depends},
ubuntu-orchestra-common
Recommends:
ubuntu-orchestra-provisioning-server,
ubuntu-orchestra-management-server,
ubuntu-orchestra-logging-server
Description: Ubuntu Orchestra Services suite
This virtual package installs the dependencies necessary to provision,
manage, and monitor an Ubuntu-based data center.
.
It also includes some configuration necessary to make this work well
out of the box.
Package: ubuntu-orchestra-client-juju
Architecture: all
Depends: ${misc:Depends},
cloud-init,
python-software-properties,
ubuntu-orchestra-client
Description: Ubuntu Orchestra Juju Client
This virtual package installs the tools necessary for an Orchestra Client
to work with Juju.
Package: ubuntu-orchestra-client
Architecture: all
Depends: ${misc:Depends},
openssh-server,
ubuntu-orchestra-common
Recommends:
etckeeper,
powernap,
rsyslog,
rsyslog-gnutls,
vim
Description: Ubuntu Orchestra Client
This package installs the dependencies necessary on a client system
in order to be managed by the Ubuntu Orchestra Management Server.
.
It also includes some configuration necessary to make this work well
out of the box.
Package: ubuntu-orchestra-logging-server
Architecture: all
Depends: ${misc:Depends},
rsyslog,
rsyslog-gnutls,
ubuntu-orchestra-common
Recommends:
ccze
Description: Ubuntu Orchestra Logging Server
This package installs the dependencies necessary to log events in
an Ubuntu data center.
.
It also includes some configuration necessary to make this work well
out of the box.
Package: ubuntu-orchestra-provisioning-server
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
avahi-utils,
cobbler,
distro-info,
run-one,
squid3,
wget,
ubuntu-orchestra-common,
Recommends:
dnsmasq,
ccze
Description: Ubuntu Orchestra Provisioning Services suite
This package installs the dependencies necessary to provision Ubuntu
systems over the network.
.
It also includes some configuration necessary to make this work well
out of the box.
Package: ubuntu-orchestra-management-server
Architecture: all
Depends: ${misc:Depends},
ubuntu-orchestra-common
Description: Ubuntu Orchestra Configuration Management Server
This package installs the dependencies necessary to comprehensively
manage and orchestrate Ubuntu data center using an Service Orchestration
framework.
.
It also includes some configuration necessary to make this work well
out of the box.
|