File tree Expand file tree Collapse file tree 3 files changed +10
-26
lines changed Expand file tree Collapse file tree 3 files changed +10
-26
lines changed Original file line number Diff line number Diff line change @@ -92,3 +92,7 @@ plugin_routing:
9292 deprecation :
9393 removal_version : 4.0.0
9494 warning_text : Role, runtime, is not longer supported.
95+ sequence :
96+ deprecation :
97+ removal_version : 4.0.0
98+ warning_text : Role, sequence, is not longer supported.
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- galaxy_info :
17- author :
Webster Mudge ([email protected] ) 18- description : >
19- Runlevel execution using tags for deploying and managing Cloudera Data Platform
20- (CDP) Public Cloud.
21- company : Cloudera, Inc.
22- license : Apache-2.0
23-
24- min_ansible_version : 2.10
25-
26- platforms :
27- - name : Debian
28- versions : all
29- - name : Fedora
30- versions : all
31- - name : GenericLinux
32- versions : all
33- - name : MacOSX
34- versions : all
35- - name : Ubuntu
36- versions : all
37-
38- galaxy_tags :
39- - cloudera
40- - cdp
41-
4216dependencies : ["cloudera.exe.common"]
Original file line number Diff line number Diff line change 1515
1616# Sequential management (individual tasks that execute implicit runlevel dependencies and order-of-operations)
1717
18+ - name : Deprecation warning
19+ run_once : true
20+ cloudera.exe.deprecation :
21+ msg : " Role, {{ ansible_role_name }}, is no longer supported."
22+ version : 4.0.0
23+
1824- name : Validate Infrastructure Configuration
1925 ansible.builtin.include_role :
2026 name : cloudera.exe.infrastructure
You can’t perform that action at this time.
0 commit comments