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

Httpd migrate deployment #55

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Httpd migrate deployment #55

merged 2 commits into from
Dec 11, 2023

Conversation

phracek
Copy link
Member

@phracek phracek commented Dec 8, 2023

This pull request contains two commits.

First one renames deploymentconfig.yaml -> deployment.yaml
Second one does changes from DeploymentConfig -> Deployment.

The folks who are interested in charts can take an inspiration and help.

All changes are available in this commit.
See changes that can be used for the other helm charts

Signed-off-by: Petr "Stone" Hracek <[email protected]>
@phracek
Copy link
Member Author

phracek commented Dec 8, 2023

[test]

@phracek
Copy link
Member Author

phracek commented Dec 8, 2023

The httpd-template is working properly with Deployment:

cd tests && PYTHONPATH=/tmp/sclorg/helm-charts python3 -m pytest --color=yes --verbose --showlocals test_httpd_*
�[1m============================= test session starts ==============================�[0m
platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/sclorg/helm-charts/tests
�[1mcollecting ... �[0mcollected 11 items

test_httpd_imagestreams.py::TestHelmRHELHttpdImageStreams::test_package_imagestream[2.4-ubi9-registry.redhat.io/ubi9/httpd-24:latest] �[32mPASSED�[0m�[32m [  9%]�[0m
test_httpd_imagestreams.py::TestHelmRHELHttpdImageStreams::test_package_imagestream[2.4-ubi8-registry.redhat.io/ubi8/httpd-24:latest] �[32mPASSED�[0m�[32m [ 18%]�[0m
test_httpd_imagestreams.py::TestHelmRHELHttpdImageStreams::test_package_imagestream[2.4-el8-registry.redhat.io/rhel8/httpd-24] �[32mPASSED�[0m�[32m [ 27%]�[0m
test_httpd_imagestreams.py::TestHelmRHELHttpdImageStreams::test_package_imagestream[2.4-el7-registry.redhat.io/rhscl/httpd-24-rhel7] �[32mPASSED�[0m�[32m [ 36%]�[0m
test_httpd_imagestreams.py::TestHelmRHELHttpdImageStreams::test_package_imagestream[2.4-registry.redhat.io/rhscl/httpd-24-rhel7] �[32mPASSED�[0m�[32m [ 45%]�[0m
test_httpd_imagestreams.py::TestHelmCentOSHttpdImagestreams::test_package_imagestream[2.4-ubi9-registry.access.redhat.com/ubi9/httpd-24:latest] �[32mPASSED�[0m�[32m [ 54%]�[0m
test_httpd_imagestreams.py::TestHelmCentOSHttpdImagestreams::test_package_imagestream[2.4-ubi8-registry.access.redhat.com/ubi8/httpd-24:latest] �[32mPASSED�[0m�[32m [ 63%]�[0m
test_httpd_imagestreams.py::TestHelmCentOSHttpdImagestreams::test_package_imagestream[2.4-el8-docker.io/centos/httpd-24-centos8:latest] �[32mPASSED�[0m�[32m [ 72%]�[0m
test_httpd_imagestreams.py::TestHelmCentOSHttpdImagestreams::test_package_imagestream[2.4-el7-quay.io/centos7/httpd-24-centos7:latest] �[32mPASSED�[0m�[32m [ 81%]�[0m
test_httpd_imagestreams.py::TestHelmCentOSHttpdImagestreams::test_package_imagestream[2.4-quay.io/centos7/httpd-24-centos7:latest] �[32mPASSED�[0m�[32m [ 90%]�[0m
test_httpd_template.py::TestHelmHTTPDTemplate::test_package_persistent �[32mPASSED�[0m�[32m [100%]�[0m

@phracek phracek merged commit c15de15 into main Dec 11, 2023
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant