You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_openvox_8x/about_agent.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,32 @@ layout: default
3
3
title: "Component versions in OpenVox-agent"
4
4
---
5
5
6
-
[Facter]: {{facter}}/
7
-
[Hiera]: {{hiera}}/
6
+
[OpenFact]: /openfact/latest/
7
+
[Hiera]: ./hiera_intro.html
8
8
[agent]: ./services_agent_unix.html
9
9
[apply]: ./services_apply.html
10
-
[Puppet Server]: {{puppetserver}}/
11
-
[release notes]: ./release_notes_agent.html
10
+
[OpenVox Server]: /openvox-server/latest/
11
+
[release notes]: ./release_notes.html
12
12
13
-
###Release contents of `OpenVox-agent` 8.x
13
+
## Release contents of `OpenVox-agent` 8.x
14
14
15
15
See the table for details about which components shipped in which `openvox-agent` release, and the [package-specific release notes][release notes] for more information about packaging and installation fixes and features.
16
16
17
-
### What `openvox-agent` and OpenVox Server are
17
+
| OpenVox release | OpenFact | Ruby | OpenSSL |
18
+
|-----------------|----------|--------|---------|
19
+
| 8.26.2 | 5.6.0 | 3.2.11 | 3.0.20 |
20
+
| 8.26.1 | 5.6.0 | 3.2.11 | 3.0.20 |
21
+
| 8.26.0 | 5.6.0 | 3.2.11 | 3.0.20 |
22
+
| 8.25.0 | 5.4.0 | 3.2.10 | 3.0.19 |
23
+
24
+
## What `openvox-agent` and OpenVox Server are
18
25
19
26
We distribute OpenVox as two core packages.
20
27
21
-
-`openvox-agent` --- This package contains OpenVox's main code and all of the dependencies needed to run it, including [Facter][], [Hiera][], and bundled versions of Ruby and OpenSSL. Once it's installed, you have everything you need to run [the OpenVox agent service][agent] and the [`puppet apply` command][apply].
28
+
-`openvox-agent` --- This package contains OpenVox's main code and all of the dependencies needed to run it, including [OpenFact][], [Hiera][], and bundled versions of Ruby and OpenSSL. Once it's installed, you have everything you need to run [the OpenVox agent service][agent] and the [`puppet apply` command][apply].
22
29
-`openvox-server` --- This package depends on `openvox-agent`, and adds the JVM-based [OpenVox Server][] application. Once it's installed, OpenVox Server can serve catalogs to nodes running the OpenVox agent service.
23
30
24
-
###How version numbers work
31
+
## How version numbers work
25
32
26
33
OpenVox Server is a separate application that, among other things, runs instances of the OpenVox server application. It has its own version number separate from the version of OpenVox it runs and may be compatible with more than one existing OpenVox version.
When you install the `openvox-agent` package, it places files and directories in the following locations. Windows paths use `%PROGRAMDATA%` which is usually `C:\ProgramData`.
7
+
8
+
## Executables and binaries
9
+
10
+
| Location | Description |
11
+
|----------|-------------|
12
+
|`/opt/puppetlabs/bin/`| Public binaries (`puppet`, `facter`). This directory is on the `PATH` by default. |
13
+
|`/opt/puppetlabs/puppet/bin/`| Private binaries and the Ruby runtime used internally by the agent. Not on the `PATH` by default. |
14
+
15
+
**Windows:**`C:\Program Files\Puppet Labs\OpenVox\bin\` and `C:\Program Files\Puppet Labs\OpenVox\puppet\bin\`
16
+
17
+
## Configuration files
18
+
19
+
The main configuration directory ([confdir](./dirs_confdir.html)) defaults to:
0 commit comments