You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/nxos_install_os/tests/common/upgrade_n35_greensboro.yaml

29 lines
910 B
YAML

---
- 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/greensboro/REL_7_0_3_I7_4/'
- set_fact: checkmode='no'
- set_fact: issu='desired'
- set_fact: copy_images=False
# Set boot pointers and reload
- set_fact: force=False
- set_fact: delete_files=False
- set_fact:
delete_image_list:
- nxos*.bin
- n3500*.bin
#---------------------------------------------------------#
# Upgrade Device #
#---------------------------------------------------------#
- set_fact: si='nxos.7.0.3.I7.4.bin'
- name: Upgrade N3500 Device to Greensboro Release Image
include: targets/nxos_install_os/tasks/upgrade/main_os_install.yaml