summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_install_os/tests/common/upgrade_n35_62a88.yaml
blob: a55948ccbb65e61e293125b972f38473573fed2b (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/602A8_8/'

- 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
      - n3500*.bin

#---------------------------------------------------------#
# Upgrade Device                                          #
#---------------------------------------------------------#
- set_fact: si='n3500-uk9.6.0.2.A8.8.bin'
- set_fact: ki='n3500-uk9-kickstart.6.0.2.A8.8.bin'

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