diff --git a/playbooks/install-ptf.yml b/playbooks/install-ptf.yml index 56054530b0..895c5509da 100644 --- a/playbooks/install-ptf.yml +++ b/playbooks/install-ptf.yml @@ -83,7 +83,7 @@ # ============================================================================ - name: Test upgraded configuration import_role: - name: configfmid + name: configptf tasks_from: validate_configuration # ============================================================================ diff --git a/playbooks/roles/configptf/tasks/main.yml b/playbooks/roles/configptf/tasks/main.yml index 9fef6abac0..536f9059de 100644 --- a/playbooks/roles/configptf/tasks/main.yml +++ b/playbooks/roles/configptf/tasks/main.yml @@ -45,13 +45,13 @@ # ============================================================================ # Install Zowe proc - import_role: - name: configfmid + name: configptf tasks_from: install_proc # ============================================================================ # Install Cross Memory Server - import_role: - name: configfmid + name: configptf tasks_from: install_xmem_server vars: zowe_xmem_install_from_path: "{{ zowe_root_dir }}/scripts/utils" @@ -59,12 +59,12 @@ # ============================================================================ # Run ZWESECUR - import_role: - name: configfmid + name: configptf tasks_from: create_security_defn when: not zowe_configure_skip_zwesecur # ============================================================================ # Configure Zowe Instance - import_role: - name: configfmid + name: configptf tasks_from: configure_instance diff --git a/playbooks/roles/configure/README.md b/playbooks/roles/configure/README.md index a3a93cced6..e1a9f5b069 100644 --- a/playbooks/roles/configure/README.md +++ b/playbooks/roles/configure/README.md @@ -2,4 +2,6 @@ This role will configure Zowe after Zowe runtime has been laid down on the server. -Please note: if you want to configure FMID, should use `configfmid` role. +Please note: if you want to configure SMP/e install, should use `configptf` role. + +Please note: config no longers works for base FMID on z/OS 2.5+ diff --git a/playbooks/roles/ptf/tasks/main.yml b/playbooks/roles/ptf/tasks/main.yml index 754104b8c8..f57e01ebc3 100644 --- a/playbooks/roles/ptf/tasks/main.yml +++ b/playbooks/roles/ptf/tasks/main.yml @@ -174,9 +174,3 @@ when: not ptfs_existence[item] loop: - "{{ zowe_smpe_ptf_2 }}" - -# ============================================================================ -# Setup certificates -- import_role: - name: ptf - tasks_from: setup_certificates