upgrade_19_1.yaml #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • test/
  • upgrade_19_1.yaml
  • View
  • Commits
  • Open Download .zip Download (991 B)
# Upgrade to p4d 19.1

# ------------------------------------------------------------------
- name: Upgrade to 19.1 - outside in
  hosts: replicas

  tasks:
    - name: Rename p4d-19-1 to p4d
      copy:
        remote_src: True
        src:        /p4/common/bin/p4d-19.1
        dest:       /p4/common/bin/p4d

    - name: Execute upgrade.sh
      shell: /p4/common/bin/upgrade.sh 1

    - name: Stop the replica
      shell: "/p4/1/bin/p4d_1_init stop"

# ------------------------------------------------------------------
- name: Install SDP
  hosts: master

  tasks:
    - name: Copy remote 19.2 into place
      copy:
        remote_src: True
        src:        /p4/common/bin/p4d-19.1
        dest:       /p4/common/bin/p4d

    - name: Execute upgrade
      shell: /p4/common/bin/upgrade.sh 1

# ------------------------------------------------------------------
- name: Install SDP
  hosts: replicas

  tasks:
    - name: Start the replica
      shell: "/p4/1/bin/p4d_1_init start"
# Change User Description Committed
#1 25596 C. Thomas Tyler Released SDP 2019.2.25594 (2019/05/02).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
//guest/perforce_software/sdp/dev/test/upgrade_19_1.yaml
#1 25575 Robert Cowham Updates to SDP and tests for 19.1 upgrades

#review @tom_tyler