Re: Issues with logging and metrics on Origin 3.7

2018-01-08 Thread Tim Dudgeon
Ah, so that makes more sense. So can I define the persistence properties (e.g. using nfs) in the inventory file, but specify 'openshift_metrics_install_metrics=false' and then run the byo/config.yml  playbook will that create the PVs, but not deploy metrics. Then I can later run the

Re: Issues with logging and metrics on Origin 3.7

2018-01-08 Thread Tim Dudgeon
On 08/01/18 16:51, Luke Meyer wrote: On Thu, Jan 4, 2018 at 10:39 AM, Tim Dudgeon > wrote: I'm hitting a number of issues with installing logging and metrics on Origin 3.7. This is using Centos7 hosts, the release-3.7 branch

Re: OpenShift Origin 3.7 Template Broker seems super flaky

2018-01-08 Thread Ben Parees
On Mon, Jan 8, 2018 at 12:21 AM, Joel Pearson wrote: > > The TemplateInstance object should have an ownerReference to a > BrokerTemplateInstance and that reference not being handled properly is the > bug. If you remove that ownerRef from the TemplateInstance, you

Re: Help using ImageStreams, DCs and ImagePullSecrets templates with a GitLab private registry (v3.6)

2018-01-08 Thread Maciej Szulik
In short, there are two possible use-cases here. The first, in which the authorization is performed under the same URL as the pull: 1. IS stays the same, no need to modify anything. 2. Create a secret, eg: oc secrets new-dockercfg \ --docker-server= \ --docker-username= \