Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add openshift cluster provider #6

Conversation

akashshinde
Copy link

How to Run

export CLUSTER_PROVIDER=openshift
export CLUSTER_VERSION=$kube_path
export PATH=$PATH:$(pwd)/scripts/cluster_provider

make acceptance should run all e2e test cases against provided openshift cluster.

@akashshinde akashshinde changed the base branch from master to helm-3.2-openshift July 14, 2020 10:57
@akashshinde akashshinde changed the base branch from helm-3.2-openshift to helm-3.1-openshift July 14, 2020 10:58
@akashshinde akashshinde changed the base branch from helm-3.1-openshift to helm-3.2-openshift July 14, 2020 10:58
@akashshinde akashshinde force-pushed the add-openshift-cluster-provider branch 2 times, most recently from bf3c495 to f1e65d6 Compare July 20, 2020 15:48
@akashshinde akashshinde force-pushed the add-openshift-cluster-provider branch from f1e65d6 to e3fe43c Compare July 21, 2020 06:40
@akashshinde akashshinde force-pushed the add-openshift-cluster-provider branch from 8e177c4 to 9f43bb4 Compare July 21, 2020 14:52
@pmacik
Copy link
Collaborator

pmacik commented Jul 21, 2020

/lgtm

@pmacik pmacik merged commit 3284f32 into redhat-developer:helm-3.2-openshift Jul 21, 2020
pmacik pushed a commit that referenced this pull request Sep 29, 2020
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider
pedjak pushed a commit that referenced this pull request Dec 16, 2020
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider
pmacik pushed a commit that referenced this pull request Oct 26, 2021
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider
pmacik pushed a commit that referenced this pull request Oct 26, 2021
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
pmacik pushed a commit that referenced this pull request Apr 5, 2022
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
pmacik added a commit that referenced this pull request Apr 5, 2022
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
pmacik added a commit that referenced this pull request Apr 5, 2022
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
tisutisu pushed a commit that referenced this pull request Sep 22, 2022
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Modified the openshift-nginx chart to work properly in 4.12

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>
Co-authored-by: Sushanta Das <sushanta.das.ju@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
tisutisu pushed a commit that referenced this pull request Nov 23, 2022
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Modified the openshift-nginx chart to work properly in 4.12

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>
Co-authored-by: Sushanta Das <sushanta.das.ju@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
Kartikey-star pushed a commit that referenced this pull request Feb 28, 2023
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Modified the openshift-nginx chart to work properly in 4.12

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>
Co-authored-by: Sushanta Das <sushanta.das.ju@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
Kartikey-star pushed a commit that referenced this pull request Mar 2, 2023
…m commits

-update pip to pip3

-run openshift tests

-Fix test data deployment version

-Install PV before test setup and fix deamon set tests

-Add helm dir in .acceptance

-Change to use current helm bin

-Disable test for version greater than 3.1

-Create blank.yml

-Enable tests related to Helm 3.2 bin. (#2)

-Add openshift cluster provider (#6)
* Run acceptance tests against provided k8s cluster
* Add openshift cluster provider

-Fix kubeVersion to support kube pre-releases (helm/helm#6190) (#9)

-Remove obsolete and redundand test cases from kubernetes_versions.robot (#12)

-Adjust completion test according to helm 3.4 flags (#11)

-Fixes the completion tests failure by adjusting tests according to new changes flags changes in helm 3.4.

Modified the openshift-nginx chart to work properly in 4.12

Co-authored-by: Akash Shinde <akashshinde159@gmail.com>
Co-authored-by: Sushanta Das <sushanta.das.ju@gmail.com>

Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants