Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jun 5, 2024
1 parent 5dfa917 commit 0709296
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion playbooks/install-ptf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# ============================================================================
- name: Test upgraded configuration
import_role:
name: configfmid
name: configptf
tasks_from: validate_configuration

# ============================================================================
Expand Down
8 changes: 4 additions & 4 deletions playbooks/roles/configptf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
# ============================================================================
# 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"

# ============================================================================
# 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
4 changes: 3 additions & 1 deletion playbooks/roles/configure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
6 changes: 0 additions & 6 deletions playbooks/roles/ptf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,3 @@
when: not ptfs_existence[item]
loop:
- "{{ zowe_smpe_ptf_2 }}"

# ============================================================================
# Setup certificates
- import_role:
name: ptf
tasks_from: setup_certificates

0 comments on commit 0709296

Please sign in to comment.