Skip to content

Commit

Permalink
Adding 9-stream in ansible doc and client
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Arrotin <arrfab@centos.org>
  • Loading branch information
arrfab committed Oct 19, 2021
1 parent ec08160 commit d4231c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cicoclient/ansible/cico.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
release:
description:
- CentOS release
choices: [5, 6, 7, 8, 8-stream]
choices: [5, 6, 7, 8, 8-stream, 9-stream]
default: 7
flavor:
description:
Expand Down Expand Up @@ -157,7 +157,7 @@ def main():
'lram.tiny', 'lram.small',
'xram.tiny', 'xram.small',
'xram.medium', 'xram.large']),
release=dict(default='7', choices=['5', '6', '7', '8', '8-stream']),
release=dict(default='7', choices=['5', '6', '7', '8', '8-stream', '9-stream']),
count=dict(default=1, type='int'),
retry_count=dict(default=1, type='int'),
retry_interval=dict(default=10, type='int'),
Expand Down
2 changes: 1 addition & 1 deletion docs/ansible_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use ``ansible-doc`` to access it::
(Choices: tiny, small, medium, lram.tiny, lram.small, lram.medium, xram.tiny, xram.small, xram.medium, xram.large)[Default: small]

- release
CentOS release (Choices: 5, 6, 7, 8, 8-stream) [Default: 7]
CentOS release (Choices: 5, 6, 7, 8, 8-stream, 9-stream) [Default: 7]

- retry_count
Number of retries to do in case of failure. [Default: 1]
Expand Down

0 comments on commit d4231c7

Please sign in to comment.