Closed dsx1123 closed 8 months ago
Hi all. My understanding is that packages
relates to rpm packages that are to be installed, whereas rpmimages
(from REST API) (referred to as disabled_rpm
in the "Potential ansible task config" above, is a list of rpm packages to uninstall (or maybe disable?).
I'm implemented this as shown below. Please let me know if any concerns.
tasks:
- name: Merge Image policies
cisco.dcnm.dcnm_image_policy:
state: merged
config:
- name: KR5M
agnostic: false
description: KR5M
epld_image: n9000-epld.10.2.5.M.img
packages:
install:
- mtx-openconfig-all-2.0.0.0-10.4.1.src.rpm
uninstall:
- mtx-grpctunnel-2.1.0.0-10.4.1.lib32_64_n9000
platform: N9K
release: 10.2.5_nxos64-cs_64bit
type: PLATFORM
Community Note
Description
New module to create image policy
New or Affected modules(s):
DCNM version
Potential ansible task config
References
https://www.cisco.com/c/en/us/td/docs/dcn/ndfc/1212/configuration/fabric-controller/cisco-ndfc-fabric-controller-configuration-guide-1212/image-management.html Additional context Add any other context or screenshots about the feature request here.