Skip to content

Commit

Permalink
Added cluster role in host-agent for resource nadvlanmaps and nadvlan…
Browse files Browse the repository at this point in the history
…maps/status
  • Loading branch information
YogeshRajmane committed Aug 10, 2023
1 parent 54522e1 commit 67b203c
Show file tree
Hide file tree
Showing 9 changed files with 151 additions and 7 deletions.
18 changes: 18 additions & 0 deletions provision/acc_provision/templates/aci-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,24 @@ rules:
- watch
- get
- update
- apiGroups:
- aci.fabricattachment
resources:
- nadvlanmaps
verbs:
- get
- list
- watch
- apiGroups:
- aci.fabricattachment
resources:
- nadvlanmaps/status
verbs:
- get
- list
- watch
- update
- patch
{% endif %}
---
apiVersion: {{ config.kube_config.use_rbac_api }}
Expand Down
20 changes: 19 additions & 1 deletion provision/testdata/chained_mode_without_l3out.kube.yaml

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion provision/testdata/chained_mode_without_phys_domains.kube.yaml

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion provision/testdata/flavor_openshift_sdn_ovn_baremetal.kube.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,21 @@ rules:
- watch
- get
- update
- apiGroups:
- aci.fabricattachment
resources:
- nadvlanmaps
verbs:
- get
- list
- watch
- apiGroups:
- aci.fabricattachment
resources:
- nadvlanmaps/status
verbs:
- get
- list
- watch
- update
- patch

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion provision/testdata/override_use_global_scope_vlan.kube.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 67b203c

Please sign in to comment.