Skip to content

Commit 93dcc2d

Browse files
authored
Merge pull request OpenVoxProject#217 from miharp/fix/openvoxdb_8x/remove-ha-and-pe-markers
openvoxdb_8x: remove PE-only HA, sync, and extensions content
2 parents 639f03c + 41a8d49 commit 93dcc2d

13 files changed

Lines changed: 21 additions & 807 deletions

_data/nav/openvoxdb_8x.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@
125125
link: api/query/v4/aggregate-event-counts.html
126126
- text: Package endpoints
127127
link: api/query/v4/packages.html
128-
- text: Extensions API version 1 (PE-only)
129-
items:
130-
- text: State overview endpoint
131-
link: api/ext/v1/state-overview.html
132128
- text: Admin API version 1
133129
items:
134130
- text: Archive endpoint
@@ -165,7 +161,3 @@
165161
link: api/wire_format/report_format_v8.html
166162
- text: Deactivate node wire format - v3
167163
link: api/wire_format/deactivate_node_format_v3.html
168-
- text: High Availability (HA) (PE-only)
169-
items:
170-
- text: Overview and Configuration
171-
link: ha.html

docs/_openvoxdb_8x/api/ext/v1/managed-packages.markdown

Lines changed: 0 additions & 109 deletions
This file was deleted.

docs/_openvoxdb_8x/api/ext/v1/resource-graphs.markdown

Lines changed: 0 additions & 153 deletions
This file was deleted.

docs/_openvoxdb_8x/api/ext/v1/state-overview.markdown

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/_openvoxdb_8x/api/query/curl.markdown

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,6 @@ make sure to authorize the certificate you are using:
5353
> --key /etc/puppetlabs/puppet/ssl/private_keys/<node>.pem
5454
> ```
5555
56-
### Using an RBAC token (Puppet Enterprise® only)
57-
58-
To make secured requests from other hosts, you will need to supply the following
59-
via the command line:
60-
61-
* Your site's CA certificate (`--cacert`)
62-
* An RBAC token with permission to view and/or edit OpenVoxDB data (`-H 'X-Authentication: <token>'`)
63-
64-
Any node managed by Puppet agent will already have the CA certificate, and you
65-
can reuse the CA certificate for contacting OpenVoxDB. You can read more about
66-
generating RBAC tokens and how they work in the
67-
[PE documention](https://puppet.com/docs/pe/latest/rbac_token_auth_intro.html).
68-
69-
> **Note:** The token the user is for must have the correct permissions for
70-
viewing (`nodes:view_data:*`) or editing (`nodes:edit_data:*`) node data
71-
depending on the operation.
72-
73-
curl 'https://<your.puppetdb.server>:8081/pdb/query/v4/nodes' \
74-
-H "X-Authentication: <token contents>" \
75-
--tlsv1 \
76-
--cacert /etc/puppetlabs/puppet/ssl/certs/ca.pem
77-
78-
**Note:** PE 2016.2 users will need to set `client-auth = want` under the
79-
`[jetty]` header of their jetty.ini configuration. Later versions of PE have
80-
this setting managed by the `puppetlabs-puppet_enterprise` module by default.
81-
8256
### Locating Puppet certificate files
8357
8458
Locate Puppet's `ssldir` as follows:

docs/_openvoxdb_8x/api/query/v4/packages.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ canonical: "/openvoxdb/latest/api/query/v4/packages.html"
2121
[resources]: ./resources.html
2222
[inventory]: inventory.html
2323

24-
> **PE feature**: Package metadata collection, storage, and querying is
25-
> a Puppet Enterprise-only feature.
26-
2724
## `/pdb/query/v4/packages`
2825

2926
Returns all installed packages, across all nodes. One record is returned for

0 commit comments

Comments
 (0)