summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_install_os/tests/common/upgrade_n3172_u61a.yaml
blob: 7f5a7a9ea4dc65fa4fee8ca7f84d4020bb3139d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
- debug: msg="START connection={{ ansible_connection }} nxos_os_install upgrade"
- debug: msg="Using provider={{ connection.transport }}"
  when: connection is defined

# Set directory pointer to software images
- set_fact: image_dir='/auto/fe_ssr/agents-ci/agents_images/release_images/602U6_1/'

- set_fact: checkmode='no'
- set_fact: issu='desired'
- set_fact: copy_images=True

# Set boot pointers and reload
- set_fact: force=False

- set_fact: delete_files=True
- set_fact:
    delete_image_list:
      - n3000*.bin
      - nxos*.bin

#---------------------------------------------------------#
# Upgrade Device                                          #
#---------------------------------------------------------#
- set_fact: si='n3000-uk9.6.0.2.U6.1a.bin'
- set_fact: ki='n3000-uk9-kickstart.6.0.2.U6.1a.bin'

- name: Upgrade N3500 Device to U61a Release Image
  include: targets/nxos_install_os/tasks/upgrade/main_os_install.yaml