Skip to content

Commit

Permalink
Merge pull request #1953 from collivier/helm_install_namespace
Browse files Browse the repository at this point in the history
Set helm_install_namespace in all example cnf-testsuite.yml
  • Loading branch information
agentpoyo authored Apr 20, 2024
2 parents 3852a63 + 16e7f49 commit e4f4b7d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example-cnfs/coredns/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ helm_repository: # CONFIGURATION OF HELM REPO - ONLY NEEDED WHEN USING helm_char
#helm_directory: coredns # PATH_TO_CNFS_HELM_CHART ; or
#manifest_directory: coredns # PATH_TO_DIRECTORY_OF_CNFS_MANIFEST_FILES ; or
release_name: coredns # DESIRED_HELM_RELEASE_NAME
helm_install_namespace: cnfspace
container_names:
- name: coredns
rolling_update_test_tag: "1.8.0"
rolling_downgrade_test_tag: 1.6.7
rolling_version_change_test_tag: 1.8.0
rollback_from_tag: 1.8.0
1 change: 1 addition & 0 deletions example-cnfs/envoy/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ helm_repository:
repo_url: https://cncf.gitlab.io/stable
helm_chart: stable/envoy
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/ip-forwarder/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ release_name: vpp
service_name: ""
rolling_update_test_tag: latest
allowlist_helm_chart_container_names: [nginx, calico-node, kube-proxy, nginx-proxy, node-cache, kube-multus]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/nsm/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ helm_repository:
name: stable
repo_url: https://cncf.gitlab.io/stable
allowlist_helm_chart_container_names: []
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/pantheon-nsm-nat/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ helm_directory: nat-cnf
release_name: cnf-nat
service_name:
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy, kube-multus]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/vpp-3c2n-csp-use-case/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
helm_directory: csp
release_name: ip-forwarder-csp
allowlist_helm_chart_container_names: [nginx, calico-node, kube-proxy, nginx-proxy, node-cache]
helm_install_namespace: cnfspace

0 comments on commit e4f4b7d

Please sign in to comment.