BOLT to test openshift

2018-07-04 Thread alicealvy
Hi everyone I am from Fujistu,a RHOCP user , my team want to test all the featuresm of my environment. is there a test framework in openshift like tempest or rally? I found a blog about testing, (https://blog.openshift.com/bolt-on-openshift-automating-a-continuous-testing-pipeline/)

missing /etc/etcd/ca/openssl.cnf on extra etcd nodes

2018-07-04 Thread Serge van Ginderachter
Hi! Posting my issue here, which I posted on github a week ago ( https://github.com/openshift/openshift-ansible/issues/9018) For my first try at openshift, I'm trying a 3 node install, 3 nodes that combine master, etc, and nodes roles, and consistently get an error when deploying the etcd

Re: scheduler policy to spread pods

2018-07-04 Thread Joel Pearson
Here’s an OpenShift reference for the same thing. https://docs.openshift.com/container-platform/3.6/admin_guide/scheduling/pod_affinity.html On Wed, 4 Jul 2018 at 9:14 pm, Joel Pearson wrote: > You’re probably after pod anti-affinity? >

Re: scheduler policy to spread pods

2018-07-04 Thread Joel Pearson
You’re probably after pod anti-affinity? https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity That lets you tell the scheduler that the pods aren’t allowed to be on the same node for example. On Wed, 4 Jul 2018 at 8:51 pm, Tim Dudgeon wrote: > I've got a

scheduler policy to spread pods

2018-07-04 Thread Tim Dudgeon
I've got a process the fires up a number of pods (bare pods, not backed by replication controller) to execute a computationally demanding job in parallel. What I find is that the pods do not spread effectively across the available nodes. In my case I have a node selector that restricts