Hi, This email is to get a discussion started. I don't have the answers, so feel free to add to the discussion.
The PaaS SIG (through the hard work of Mohammed Ahmed, mzee1000) is now producing OpenShift Origin images. They are currently for origin 1.2.
We need some tests so that we can say "These are good images" and then release them.
What are some tests that we can run on the images to verify they are good?
Troy
On 07/27/2016 12:05 PM, Troy Dawson wrote:
Hi, This email is to get a discussion started. I don't have the answers, so feel free to add to the discussion.
The PaaS SIG (through the hard work of Mohammed Ahmed, mzee1000) is now producing OpenShift Origin images. They are currently for origin 1.2.
We need some tests so that we can say "These are good images" and then release them.
What are some tests that we can run on the images to verify they are good?
What about the tests in https://github.com/openshift/origin/tree/master/hack/test*? or some subset of those tests
Troy _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On 07/27/2016 11:35 PM, Troy Dawson wrote:
Hi, This email is to get a discussion started. I don't have the answers, so feel free to add to the discussion.
The PaaS SIG (through the hard work of Mohammed Ahmed, mzee1000) is now producing OpenShift Origin images. They are currently for origin 1.2.
We need some tests so that we can say "These are good images" and then release them.
What are some tests that we can run on the images to verify they are good?
I would like to use them in Atomic Developer Bundle and see if they are working similar to Origin docker images. How can I consume these?
-Lala
Troy _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Wed, Jul 27, 2016 at 1:18 PM, Lalatendu Mohanty lmohanty@redhat.com wrote:
On 07/27/2016 11:35 PM, Troy Dawson wrote:
Hi, This email is to get a discussion started. I don't have the answers, so feel free to add to the discussion.
The PaaS SIG (through the hard work of Mohammed Ahmed, mzee1000) is now producing OpenShift Origin images. They are currently for origin 1.2.
We need some tests so that we can say "These are good images" and then release them.
What are some tests that we can run on the images to verify they are good?
I would like to use them in Atomic Developer Bundle and see if they are working similar to Origin docker images. How can I consume these?
-Lala
I don't have a complete list of images, but if you want to do some testing, you can pull the origin like so
docker pull registry.centos.org/openshift/origin
On 27/07/16 20:48, Troy Dawson wrote:
On Wed, Jul 27, 2016 at 1:18 PM, Lalatendu Mohanty lmohanty@redhat.com wrote:
On 07/27/2016 11:35 PM, Troy Dawson wrote:
Hi, This email is to get a discussion started. I don't have the answers, so feel free to add to the discussion.
The PaaS SIG (through the hard work of Mohammed Ahmed, mzee1000) is now producing OpenShift Origin images. They are currently for origin 1.2.
We need some tests so that we can say "These are good images" and then release them.
What are some tests that we can run on the images to verify they are good?
I would like to use them in Atomic Developer Bundle and see if they are working similar to Origin docker images. How can I consume these?
-Lala
I don't have a complete list of images, but if you want to do some testing, you can pull the origin like so
docker pull registry.centos.org/openshift/origin
https://wiki.centos.org/ContainerPipeline should have a list. There is some work pending including mapping 1.2 V/s 1.3 etc, but dont let that hold you back.
Regards