-
Notifications
You must be signed in to change notification settings - Fork 770
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
OpenShift tests for docker compose v3 #642
Conversation
LGTM. Unfortunately because of my distro I can't test this. Could someone else do a quick test? |
I found following results:
|
@surajnarwade Buildconfig tests are failing due to #521 changes; the tests added here are working. |
@ashetty1 what changes? I don't believe we've updated anything related to buildconfig since then. @surajnarwade can you try again? |
@cdrage the change in examples/buildconfig/docker-compose.yml |
@cdrage okay |
c16e968
to
606d29d
Compare
@cdrage Could you take a look at this too. It is WIP because I am planning to add more tests as new features come in. But if you think it could be merged, I am cool with that too. |
@ashetty1 , I just tried this PR, I think
|
@surajnarwade weird. Works for me. Can you just try: ./script/test_in_openshift/run.sh script/test_in_openshift/tests/v3-redis.sh |
change route to
|
What's the status of this @ashetty1 ? Perhaps you can rebase against master? 👍 |
@cdrage Apologies. Give me a day. Will follow up on this. |
@cdrage @surajnarwade kindly give it a spin. Have rebased and squashed the commits. |
Works with the exception of Docker Compose v3 environment variables test not coming up: Running tests for environment variable for docker compose v3
Running kompose up ...
INFO We are going to create OpenShift DeploymentConfigs, Services for your Dockerized application.
If you need different kind of resources, use the 'kompose convert' and 'oc create -f' commands instead.
INFO Deploying application in "myproject" namespace
INFO Successfully created Service: redis
INFO Successfully created Service: web
INFO Successfully created DeploymentConfig: redis
INFO Successfully created ImageStream: redis
INFO Successfully created DeploymentConfig: web
INFO Successfully created ImageStream: web
Your application has been deployed to OpenShift. You can run 'oc get dc,svc,is' for details.
No resources found.
Waiting for the pods to come up ...
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found.
No resources found. |
@cdrage can you try once more and push this? |
@ashetty1 works now! Mergin' |
Adding OpenShift tests for docker compose v3 support on Kompose
Ref: #600