From a166ce1c8d86c8a8a68a8b81a0b37a1b4aac270c Mon Sep 17 00:00:00 2001 From: Sergey Shubin svs1370 Date: Wed, 21 Apr 2021 12:45:30 +0300 Subject: [PATCH] Update module info for DECORT API 3.6.1 --- README.md | 2 +- library/decort_disk.py | 4 ++-- library/decort_jwt.py | 4 ++-- library/decort_kvmvm.py | 4 ++-- library/decort_osimage.py | 4 ++-- library/decort_pfw.py | 4 ++-- library/decort_rg.py | 4 ++-- library/decort_vins.py | 4 ++-- module_utils/decort_utils.py | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 627b40c..73d1aa3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # decort-ansible -Ansible modules for Digital Energy Orchestration Technology (DECORT) platform v3.5.0 and above +Ansible modules for Digital Energy Orchestration Technology (DECORT) platform v3.6.1 and above. Note that this module may produce unreliable results when used with older DECORT API versions. diff --git a/library/decort_disk.py b/library/decort_disk.py index 29dfc0a..1302969 100644 --- a/library/decort_disk.py +++ b/library/decort_disk.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -30,7 +30,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/library/decort_jwt.py b/library/decort_jwt.py index 1d93707..618b05b 100644 --- a/library/decort_jwt.py +++ b/library/decort_jwt.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -32,7 +32,7 @@ requirements: - PyJWT module - requests module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher options: app_id: description: diff --git a/library/decort_kvmvm.py b/library/decort_kvmvm.py index ebdf0a5..4b1d630 100644 --- a/library/decort_kvmvm.py +++ b/library/decort_kvmvm.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -32,7 +32,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/library/decort_osimage.py b/library/decort_osimage.py index 45bfb8f..9c91b30 100644 --- a/library/decort_osimage.py +++ b/library/decort_osimage.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -33,7 +33,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher. + - DECORT cloud platform version 3.6.1 or higher. notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/library/decort_pfw.py b/library/decort_pfw.py index 048d719..df19794 100644 --- a/library/decort_pfw.py +++ b/library/decort_pfw.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -30,7 +30,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/library/decort_rg.py b/library/decort_rg.py index 0005193..7b9bf11 100644 --- a/library/decort_rg.py +++ b/library/decort_rg.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -30,7 +30,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/library/decort_vins.py b/library/decort_vins.py index b7a515d..4a5936f 100644 --- a/library/decort_vins.py +++ b/library/decort_vins.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -30,7 +30,7 @@ requirements: - requests Python module - netaddr Python module - decort_utils utility library (module) - - DECORT cloud platform version 3.4.2 or higher + - DECORT cloud platform version 3.6.1 or higher notes: - Environment variables can be used to pass selected parameters to the module, see details below. - Specified Oauth2 provider must be trusted by the DECORT cloud controller on which JWT will be used. diff --git a/module_utils/decort_utils.py b/module_utils/decort_utils.py index e5e5758..0e9e6a2 100644 --- a/module_utils/decort_utils.py +++ b/module_utils/decort_utils.py @@ -1,6 +1,6 @@ # # Digital Enegry Cloud Orchestration Technology (DECORT) modules for Ansible -# Copyright: (c) 2018-2020 Digital Energy Cloud Solutions LLC +# Copyright: (c) 2018-2021 Digital Energy Cloud Solutions LLC # # Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt) # @@ -28,7 +28,7 @@ Requirements: - PyJWT Python module - requests Python module - netaddr Python module -- DECORT cloud platform version 3.4.2 or higher +- DECORT cloud platform version 3.6.1 or higher """ import copy