mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
Support FQCN in openshift inventory (#85)
* Added support FQCN ``redhat.openshift`` support for inventory plugin Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
2
changelogs/fragments/fqcn_inventory.yml
Normal file
2
changelogs/fragments/fqcn_inventory.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- openshift - inventory plugin supports FQCN ``redhat.openshift``.
|
||||
@@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'openshift' plugin.
|
||||
required: True
|
||||
choices: ['openshift']
|
||||
choices: ['openshift', 'community.okd.openshift']
|
||||
connections:
|
||||
description:
|
||||
- Optional list of cluster connection settings. If no connections are provided, the default
|
||||
|
||||
Reference in New Issue
Block a user