pulp_ansible_client 0.29.6 → 0.29.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleAnsibleDistribution.md +5 -3
- data/docs/AnsibleAnsibleDistributionResponse.md +13 -3
- data/docs/AnsibleAnsibleRepository.md +2 -0
- data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
- data/docs/AnsibleCollectionVersionResponse.md +10 -10
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +8 -8
- data/docs/PatchedansibleAnsibleDistribution.md +5 -3
- data/docs/PatchedansibleAnsibleRepository.md +2 -0
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/RemotesGitApi.md +2 -2
- data/docs/RepositoriesAnsibleApi.md +18 -2
- data/docs/Repository.md +2 -0
- data/docs/RepositoryResponse.md +2 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +27 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +28 -16
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +67 -15
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +27 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +27 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +42 -42
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +242 -242
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +170 -170
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +44 -44
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +28 -16
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +27 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +231 -231
- data/lib/pulp_ansible_client/models/repository.rb +27 -1
- data/lib/pulp_ansible_client/models/repository_response.rb +27 -1
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +4 -4
- data/spec/api/repositories_ansible_api_spec.rb +9 -1
- data/spec/models/ansible_ansible_distribution_response_spec.rb +35 -5
- data/spec/models/ansible_ansible_distribution_spec.rb +10 -4
- data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
- data/spec/models/ansible_ansible_repository_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +7 -7
- data/spec/models/ansible_git_remote_response_spec.rb +20 -20
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +7 -7
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/patchedansible_ansible_distribution_spec.rb +10 -4
- data/spec/models/patchedansible_ansible_repository_spec.rb +6 -0
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_spec.rb +6 -0
- metadata +126 -126
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d48aca16998f65761eb2bf86fb1b60899b43009d5f05b10e5b05675a6ce63e3d
|
|
4
|
+
data.tar.gz: 6236f1974bab841d48aa1c0f007d120ffa5f962d90bd5f17b6ad6d8ecab9a3fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a0b2c833e1507d3f30f56dd63e26445f113b9e603f06db49321347531ed792a3161ed31950def5e425add0dff7473f4250192c7cff1c28a9f78bab95a29c6e
|
|
7
|
+
data.tar.gz: 4f57c38b25655c5df6e75257847c8fba6aec094ee05f07cb19e3b15b61aa7de70942a76736fa8e660a7bf86190506fa440a582d1f3dd676693d3dc50ecb2ba09
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 0.29.
|
|
10
|
+
- Package version: 0.29.8
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_ansible_client-0.29.
|
|
28
|
+
gem install ./pulp_ansible_client-0.29.8.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.29.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.29.8.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_ansible_client', '~> 0.29.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.29.8'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
8
8
|
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
10
12
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
13
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -19,10 +20,11 @@ require 'pulp_ansible_client'
|
|
|
19
20
|
instance = PulpAnsibleClient::AnsibleAnsibleDistribution.new(
|
|
20
21
|
base_path: null,
|
|
21
22
|
content_guard: null,
|
|
23
|
+
hidden: null,
|
|
24
|
+
pulp_labels: null,
|
|
22
25
|
name: null,
|
|
23
26
|
repository: null,
|
|
24
|
-
repository_version: null
|
|
25
|
-
pulp_labels: null
|
|
27
|
+
repository_version: null
|
|
26
28
|
)
|
|
27
29
|
```
|
|
28
30
|
|
|
@@ -5,14 +5,19 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
9
11
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
10
12
|
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
|
13
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
14
|
+
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
15
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
17
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
12
18
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
19
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
14
20
|
| **client_url** | **String** | The URL of a Collection content source. | [optional][readonly] |
|
|
15
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
16
21
|
|
|
17
22
|
## Example
|
|
18
23
|
|
|
@@ -21,14 +26,19 @@ require 'pulp_ansible_client'
|
|
|
21
26
|
|
|
22
27
|
instance = PulpAnsibleClient::AnsibleAnsibleDistributionResponse.new(
|
|
23
28
|
pulp_href: null,
|
|
29
|
+
prn: null,
|
|
24
30
|
pulp_created: null,
|
|
31
|
+
pulp_last_updated: null,
|
|
25
32
|
base_path: null,
|
|
26
33
|
content_guard: null,
|
|
34
|
+
content_guard_prn: null,
|
|
35
|
+
no_content_change_since: null,
|
|
36
|
+
hidden: null,
|
|
37
|
+
pulp_labels: null,
|
|
27
38
|
name: null,
|
|
28
39
|
repository: null,
|
|
29
40
|
repository_version: null,
|
|
30
|
-
client_url: null
|
|
31
|
-
pulp_labels: null
|
|
41
|
+
client_url: null
|
|
32
42
|
)
|
|
33
43
|
```
|
|
34
44
|
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
|
|
13
14
|
| **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
|
|
@@ -23,6 +24,7 @@ instance = PulpAnsibleClient::AnsibleAnsibleRepository.new(
|
|
|
23
24
|
name: null,
|
|
24
25
|
description: null,
|
|
25
26
|
retain_repo_versions: null,
|
|
27
|
+
retain_checkpoints: null,
|
|
26
28
|
remote: null,
|
|
27
29
|
last_synced_metadata_time: null,
|
|
28
30
|
gpgkey: null,
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **name** | **String** | A unique name for this repository. | |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
16
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
17
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
17
18
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
18
19
|
| **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
|
|
19
20
|
| **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
|
|
@@ -36,6 +37,7 @@ instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(
|
|
|
36
37
|
name: null,
|
|
37
38
|
description: null,
|
|
38
39
|
retain_repo_versions: null,
|
|
40
|
+
retain_checkpoints: null,
|
|
39
41
|
remote: null,
|
|
40
42
|
last_synced_metadata_time: null,
|
|
41
43
|
gpgkey: null,
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
8
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
8
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
10
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
|
-
| **
|
|
13
|
-
| **
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
15
15
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
16
16
|
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
require 'pulp_ansible_client'
|
|
39
39
|
|
|
40
40
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
41
|
-
|
|
41
|
+
vuln_report: null,
|
|
42
|
+
artifact: null,
|
|
42
43
|
pulp_created: null,
|
|
43
|
-
pulp_href: null,
|
|
44
|
-
pulp_last_updated: null,
|
|
45
44
|
prn: null,
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
pulp_labels: null,
|
|
46
|
+
pulp_last_updated: null,
|
|
47
|
+
pulp_href: null,
|
|
48
48
|
sha256: null,
|
|
49
49
|
md5: null,
|
|
50
50
|
sha1: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
7
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
8
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
9
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
9
10
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
11
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
12
|
-
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
13
11
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
14
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
15
12
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
16
|
-
| **
|
|
13
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
17
14
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
18
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
19
|
-
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
20
15
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
21
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
22
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
23
16
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
17
|
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
25
|
-
| **
|
|
26
|
-
| **
|
|
18
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
19
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
20
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
24
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
25
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
url: null,
|
|
37
|
+
download_concurrency: null,
|
|
38
|
+
sock_connect_timeout: null,
|
|
38
39
|
client_key: null,
|
|
39
|
-
username: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
connect_timeout: null,
|
|
42
40
|
tls_validation: null,
|
|
43
|
-
headers: null,
|
|
44
41
|
total_timeout: null,
|
|
45
|
-
|
|
42
|
+
ca_cert: null,
|
|
46
43
|
proxy_password: null,
|
|
47
|
-
proxy_url: null,
|
|
48
|
-
sock_read_timeout: null,
|
|
49
44
|
password: null,
|
|
50
|
-
download_concurrency: null,
|
|
51
|
-
name: null,
|
|
52
45
|
rate_limit: null,
|
|
53
46
|
proxy_username: null,
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
sock_read_timeout: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
max_retries: null,
|
|
50
|
+
connect_timeout: null,
|
|
51
|
+
username: null,
|
|
52
|
+
pulp_labels: null,
|
|
53
|
+
client_cert: null,
|
|
54
|
+
proxy_url: null,
|
|
55
|
+
name: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
10
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
11
|
-
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
12
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
14
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
15
|
-
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
7
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
8
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
16
9
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
17
10
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
18
|
-
| **
|
|
19
|
-
| **
|
|
11
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
13
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
14
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
20
15
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
21
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
22
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
23
16
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
|
-
| **
|
|
17
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
18
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
19
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
20
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
25
22
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
26
|
-
| **
|
|
23
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
24
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
25
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
max_retries: null,
|
|
39
|
-
client_cert: null,
|
|
40
|
-
connect_timeout: null,
|
|
41
|
-
tls_validation: null,
|
|
42
|
-
headers: null,
|
|
43
|
-
hidden_fields: null,
|
|
44
|
-
total_timeout: null,
|
|
36
|
+
url: null,
|
|
37
|
+
download_concurrency: null,
|
|
45
38
|
sock_connect_timeout: null,
|
|
46
39
|
pulp_created: null,
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
tls_validation: null,
|
|
41
|
+
total_timeout: null,
|
|
42
|
+
ca_cert: null,
|
|
43
|
+
pulp_last_updated: null,
|
|
49
44
|
pulp_href: null,
|
|
50
|
-
download_concurrency: null,
|
|
51
|
-
name: null,
|
|
52
45
|
rate_limit: null,
|
|
53
|
-
|
|
46
|
+
hidden_fields: null,
|
|
47
|
+
sock_read_timeout: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
max_retries: null,
|
|
50
|
+
connect_timeout: null,
|
|
54
51
|
prn: null,
|
|
55
|
-
|
|
52
|
+
pulp_labels: null,
|
|
53
|
+
client_cert: null,
|
|
54
|
+
proxy_url: null,
|
|
55
|
+
name: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
8
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
9
8
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
10
10
|
| **version** | **String** | | |
|
|
11
11
|
| **name** | **String** | | |
|
|
12
12
|
| **namespace** | **String** | | |
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
require 'pulp_ansible_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
20
|
-
pulp_labels: null,
|
|
21
20
|
repository: null,
|
|
22
21
|
artifact: null,
|
|
22
|
+
pulp_labels: null,
|
|
23
23
|
version: null,
|
|
24
24
|
name: null,
|
|
25
25
|
namespace: null
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
8
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
8
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
10
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
|
-
| **
|
|
13
|
-
| **
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
14
|
| **version** | **String** | | |
|
|
15
15
|
| **name** | **String** | | |
|
|
16
16
|
| **namespace** | **String** | | |
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
require 'pulp_ansible_client'
|
|
22
22
|
|
|
23
23
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
24
|
-
|
|
24
|
+
vuln_report: null,
|
|
25
|
+
artifact: null,
|
|
25
26
|
pulp_created: null,
|
|
26
|
-
pulp_href: null,
|
|
27
|
-
pulp_last_updated: null,
|
|
28
27
|
prn: null,
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
pulp_labels: null,
|
|
29
|
+
pulp_last_updated: null,
|
|
30
|
+
pulp_href: null,
|
|
31
31
|
version: null,
|
|
32
32
|
name: null,
|
|
33
33
|
namespace: null
|
|
@@ -34,13 +34,13 @@ end
|
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
35
35
|
opts = {
|
|
36
36
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
37
|
-
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
38
|
-
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
39
|
-
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
40
37
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
38
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
41
39
|
downloader_config: PulpAnsibleClient::RemoteNetworkConfig.new, # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
40
|
+
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
41
|
+
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
42
42
|
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
43
|
-
|
|
43
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
44
44
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
45
45
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
46
46
|
expected_version: 'expected_version_example' # String | The version of the collection.
|
|
@@ -78,13 +78,13 @@ end
|
|
|
78
78
|
| Name | Type | Description | Notes |
|
|
79
79
|
| ---- | ---- | ----------- | ----- |
|
|
80
80
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
81
|
-
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
82
|
-
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
83
|
-
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
84
81
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
82
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
85
83
|
| **downloader_config** | [**RemoteNetworkConfig**](RemoteNetworkConfig.md) | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. | [optional] |
|
|
84
|
+
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
85
|
+
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
86
86
|
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
87
|
-
| **
|
|
87
|
+
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
88
88
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
89
89
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
90
90
|
| **expected_version** | **String** | The version of the collection. | [optional] |
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] |
|
|
8
8
|
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
10
12
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
11
13
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -19,10 +20,11 @@ require 'pulp_ansible_client'
|
|
|
19
20
|
instance = PulpAnsibleClient::PatchedansibleAnsibleDistribution.new(
|
|
20
21
|
base_path: null,
|
|
21
22
|
content_guard: null,
|
|
23
|
+
hidden: null,
|
|
24
|
+
pulp_labels: null,
|
|
22
25
|
name: null,
|
|
23
26
|
repository: null,
|
|
24
|
-
repository_version: null
|
|
25
|
-
pulp_labels: null
|
|
27
|
+
repository_version: null
|
|
26
28
|
)
|
|
27
29
|
```
|
|
28
30
|
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
|
|
13
14
|
| **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
|
|
@@ -23,6 +24,7 @@ instance = PulpAnsibleClient::PatchedansibleAnsibleRepository.new(
|
|
|
23
24
|
name: null,
|
|
24
25
|
description: null,
|
|
25
26
|
retain_repo_versions: null,
|
|
27
|
+
retain_checkpoints: null,
|
|
26
28
|
remote: null,
|
|
27
29
|
last_synced_metadata_time: null,
|
|
28
30
|
gpgkey: null,
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
7
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
8
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
9
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
9
10
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
11
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
12
|
-
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
13
11
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
14
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
15
12
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
16
|
-
| **
|
|
13
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
17
14
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
18
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
19
|
-
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
20
15
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
21
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
22
|
-
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
23
16
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
17
|
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
25
|
-
| **
|
|
26
|
-
| **
|
|
18
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
19
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
20
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
24
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
25
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
url: null,
|
|
37
|
+
download_concurrency: null,
|
|
38
|
+
sock_connect_timeout: null,
|
|
38
39
|
client_key: null,
|
|
39
|
-
username: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
connect_timeout: null,
|
|
42
40
|
tls_validation: null,
|
|
43
|
-
headers: null,
|
|
44
41
|
total_timeout: null,
|
|
45
|
-
|
|
42
|
+
ca_cert: null,
|
|
46
43
|
proxy_password: null,
|
|
47
|
-
proxy_url: null,
|
|
48
|
-
sock_read_timeout: null,
|
|
49
44
|
password: null,
|
|
50
|
-
download_concurrency: null,
|
|
51
|
-
name: null,
|
|
52
45
|
rate_limit: null,
|
|
53
46
|
proxy_username: null,
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
sock_read_timeout: null,
|
|
48
|
+
headers: null,
|
|
49
|
+
max_retries: null,
|
|
50
|
+
connect_timeout: null,
|
|
51
|
+
username: null,
|
|
52
|
+
pulp_labels: null,
|
|
53
|
+
client_cert: null,
|
|
54
|
+
proxy_url: null,
|
|
55
|
+
name: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/RemotesGitApi.md
CHANGED
|
@@ -115,7 +115,7 @@ PulpAnsibleClient.configure do |config|
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
118
|
-
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({
|
|
118
|
+
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
|
|
119
119
|
opts = {
|
|
120
120
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
121
121
|
}
|
|
@@ -926,7 +926,7 @@ end
|
|
|
926
926
|
|
|
927
927
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
928
928
|
ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
|
|
929
|
-
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({
|
|
929
|
+
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
|
|
930
930
|
opts = {
|
|
931
931
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
932
932
|
}
|