Re: Java heap and arguments

2016-03-14 Thread Aleksandar Lazic
Hi. I would use oc env dc ... JAVA_TOOL_OPTIONS='...' https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/envvars.html Attached to the question of Srinivas is this the preferred solution? B r Aleksandar Lazic Cloudwerkstatt GmbH : Lassallestra?e 7b - 1020 Wien - Austria aleksandar.

Re: Persistent Volume Claim Stuck in Pending State

2016-03-14 Thread Aleksandar Lazic
Hi. Can you try to change the accessModes from pv to ReadWriteOnce. oc edit pv pv >From my experience is the accessMode very important. B r Aleksandar Lazic Cloudwerkstatt GmbH : Lassallestra?e 7b - 1020 Wien - Austria aleksandar.la...@cloudwerkstatt.com Von Outlook

Java heap and arguments

2016-03-14 Thread Srinivas Naga Kotaru (skotaru)
OSE 2.x support adding java arguments, including setting up heap and other values by clients itself. What is the recommended procedure for OSE 3.X? Do we have any documentation which describe ? -- Srinivas Kotaru ___ users mailing list users@lists.ope

Persistent Volume Claim Stuck in Pending State

2016-03-14 Thread Tim Moor
Hi All, we’re currently attempting to deploy the following template on our environment which is failing with the following errors. * https://github.com/openshift/origin/blob/master/examples/db-templates/mysql-persistent-template.json Any advice greatly received. Thanks in advance. - - -

Re: openshift-ansible release cycle

2016-03-14 Thread Scott Dodson
John, We tag a release in github everytime we deliver a new installer to our QE teams. That ends up being pretty frequent as we're preparing a release for OSE. We actually end up releasing those to OSE customers somewhere around every 3 to 6 weeks but many things can alter that schedule. If you'r

openshift-ansible release cycle

2016-03-14 Thread Skarbek, John
HI So quick question. What determines when you guys do a release on the openshift-ansible repo? There are fixes in master that haven’t been released yet. Looking at the history, there’s no pattern. Thank you. -- John Skarbek ___ users mailing lis

Re: Kubernetes Update Cadence

2016-03-14 Thread Clayton Coleman
We try to align major versions with Kube version, although we stabilize at the end in slightly different time scales. 1.2 Origin -> 1.2 Kube, etc. If a feature is in a version of Kube in a fully supported manner, we try to expose that in the same origin version. The next rebase (due this week) w

RE: OpenShift certs for securing registry

2016-03-14 Thread Den Cowboy
Okay it seems I have to use --insecure-registry. Than it works for IP:5000/project/image:latest, not for registry:5000/project/image:latest. I don't have a wildcard dns at the moment. I'm specifying it in etc/hosts. Do I have to put IP registry in /etc/hosts on my container of the registry? It

Kubernetes Update Cadence

2016-03-14 Thread Skarbek, John
Hello! Is there are particular cadence from which you guys choose to update kubernetes for openshift? I’m pondering hopping onboard with the spread thing and there’s a bug that exists in the current utilized v

OpenShift certs for securing registry

2016-03-14 Thread Den Cowboy
I'm trying to push to my OpenShift Registry. I've secured the registry with ca.crt of OpenShift itself. Is this secure or do I have to tag insecure? I'm able to push an image into the registry and I'm also able to pull it by logging in into the registry. I pushed into my openshift registry so I

RE: etcd failure response: HTTP/0.0 0 status code 0

2016-03-14 Thread Den Cowboy
Okay I had to change: roles/openshift_manage_node/tasks/main.yml I replaced the bottom task: - name: Label nodes command: > {{ openshift.common.client_binary }} label --overwrite node {{ item.openshift.common.hostname | lower }} {{ item.openshift_node_labels | oo_combine_dict }} with_i

Subject: NAT'ed connection between containers

2016-03-14 Thread HIGUCHI Daisuke
Hello, I install OpenShift Origin Single Master with Advanced Installation: https://docs.openshift.org/latest/install_config/install/advanced_install.html#single-master oso-master01.example.com192.168.200.20 10.1.2.1 oso-node01.example.com 192.168.200.21 10.1.1.1 (oso-node02.ex

RE: etcd failure response: HTTP/0.0 0 status code 0

2016-03-14 Thread Den Cowboy
The port is closed but I didn't specify to use etcd. This were my exports: export AWS_PROFILE=myprofile export ec2_vpc_subnet='subnet-xxx' export ec2_security_groups="['OpenShiftSec']" export ec2_instance_type='m4.large' export ec2_image='ami-xxx' export ec2