Commit 9973b34
Dev 030 (#55)
* added fabric multicast support (#42)
* added fabric multicast support
* updated readme
---------
Co-authored-by: mhamroz <mhamroz@cisco.com>
* Added Fabric Extranet Policies feature (#43)
Co-authored-by: mhamroz <mhamroz@cisco.com>
* unified multicast attributes in cc_fabric to match schema (#44)
Co-authored-by: aberkimb <aberkimb@cisco.com>
* Fix transit issue and l2_handoff (#45)
* fix issue with sda transit provision devices
* fix issie wuth l2_handoff_vlan_id_map while using catalystcenter_anycast_gateways resource
* update multicast resorce to tolerate hostname and fqdn (#46)
* update multicast resorce to tolerate hostname and fqdn
* fix extranet resource
---------
Co-authored-by: aberkimb <aberkimb@cisco.com>
* add system_settings with authentication_policy_server
* Configure GitHub Actions to build local provider on dev branch and dev PRs
- Add conditional Go setup and provider build for dev branch and PRs to dev
- Use Terraform dev_overrides in .terraformrc to use locally built provider
- Fixes validation errors for new resources not yet in Terraform registry (e.g., catalystcenter_integrate_ise)
- PRs to main and main branch continue using published registry provider
- Matches approach used in nac-catalystcenter Jenkinsfile
* fixed issue_148: Add new Explicit dependency to catalystcenter_fabric_port_assignments.port_assignments (#52)
Co-authored-by: ukeme <ueshiet@cisco.com>
* fixed issue_151: Add new Explicit dependency to catalystcenter_fabric_l2_handoff.l2_handoff (#53)
Co-authored-by: ukeme <ueshiet@cisco.com>
* fixed issue_153: Add new Explicit dependency to catalystcenter_fabric_devices.fabric_devices (#51)
Co-authored-by: ukeme <ueshiet@cisco.com>
* Add bulk_site_provisioning variable for hierarchical device provisioning
- Add new bulk_site_provisioning variable to control site-level bulk provisioning
- When set, provisions all devices from specified site and child sites in single bulk operation
- Split provisioning logic into two-step process to ensure Terraform type consistency
- Add validation to ensure bulk_site_provisioning only used with use_bulk_api=true
- Maintains backward compatibility: when null (default), behaves identically to previous version
- Example: bulk_site_provisioning = "Global/Poland" provisions all Poland hierarchy devices together
This reduces API calls when provisioning multiple devices across a site hierarchy
from N calls (one per site) to 1 call (entire hierarchy).
* Add device_name_to_ip lookup map to support name and FQDN-based device IP resolution for border device mapping
* feat: add group_based_policy_enforcement_enabled and interface_description attributes (#54)
- Added group_based_policy_enforcement_enabled to anycast_gateway and anycast_gateways resources (for EXTENDED_NODE pool_type)
- Added interface_description to port_assignments resource for both single interface and interfaces_range configurations
Co-authored-by: aberkimb <aberkimb@cisco.com>
* update changelog
* fix issue with WLC using catalystcenter_provision_device.provision_device
* fix issue with changing ASSIGN state to PROVISION on access point
* add try to d.type check for accesspoints
* update changelog
* fix issue with vlan_to_ssid_mapping while using use_bulk_api
* Refactor template deployment mechanism to enable batch deployments
* update provider version
---------
Co-authored-by: mhamroz <37976191+mhamroz@users.noreply.github.com>
Co-authored-by: mhamroz <mhamroz@cisco.com>
Co-authored-by: Pson123 <115541332+Pson123@users.noreply.github.com>
Co-authored-by: aberkimb <aberkimb@cisco.com>
Co-authored-by: kaymay <eshietukeme@gmail.com>
Co-authored-by: ukeme <ueshiet@cisco.com>1 parent f217ea5 commit 9973b34
File tree
9 files changed
+397
-202
lines changed- .github/workflows
9 files changed
+397
-202
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
29 | 78 | | |
30 | 79 | | |
31 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
12 | | - | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
17 | 40 | | |
18 | 41 | | |
19 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
96 | 99 | | |
97 | | - | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | | - | |
42 | | - | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | | - | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
59 | 68 | | |
60 | 69 | | |
61 | 70 | | |
62 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
63 | 81 | | |
64 | 82 | | |
65 | 83 | | |
| |||
82 | 100 | | |
83 | 101 | | |
84 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
85 | 110 | | |
86 | 111 | | |
87 | 112 | | |
| |||
97 | 122 | | |
98 | 123 | | |
99 | 124 | | |
100 | | - | |
| 125 | + | |
101 | 126 | | |
102 | 127 | | |
103 | 128 | | |
| |||
182 | 207 | | |
183 | 208 | | |
184 | 209 | | |
| 210 | + | |
| 211 | + | |
185 | 212 | | |
186 | 213 | | |
187 | 214 | | |
| |||
0 commit comments