File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
roles/init_deployment/tasks Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,11 @@ roles/infrastructure/tasks/validate_azure.yml yaml[line-length] skip
8484roles/infrastructure/tests/test.yml syntax-check[specific][/] skip
8585roles/infrastructure/vars/main.yml var-naming[no-role-prefix] skip
8686roles/infrastructure/vars/main.yml jinja[spacing][/] skip
87+ roles/init_deployment/defaults/main.yml var-naming[no-role-prefix] skip
88+ roles/init_deployment/tasks/marshall.yml name[template][/] skip
89+ roles/init_deployment/tasks/marshall.yml jinja[invalid][/] skip
90+ roles/init_deployment/tasks/runlevels.yml yaml[line-length] skip
91+ roles/init_deployment/tasks/validate.yml no-jinja-when skip
92+ roles/init_deployment/vars/basic_cluster.yml schema[vars][/] skip
93+ roles/init_deployment/vars/basic_cluster.yml var-naming[no-role-prefix] skip
94+ roles/init_deployment/vars/basic_cluster.yml var-naming[no-reserved] skip
Original file line number Diff line number Diff line change @@ -61,3 +61,7 @@ plugin_routing:
6161 deprecation :
6262 removal_version : 4.0.0
6363 warning_text : Role, infrastructure, is not longer supported.
64+ init_deployment :
65+ deprecation :
66+ removal_version : 4.0.0
67+ warning_text : Role, init_deployment, 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+ - name : Deprecation warning
17+ run_once : true
18+ cloudera.exe.deprecation :
19+ msg : " Role, {{ ansible_role_name }}, is no longer supported."
20+ version : 4.0.0
21+
1622- name : Marshall Deployment Definition
1723 ansible.builtin.include_tasks : marshall.yml
1824
You can’t perform that action at this time.
0 commit comments