Re: Ansible-openshift - Libvirt cluster create fails

2016-05-31 Thread Jason DeTiberus
uot;openshift" variables being > SKIPPED, and do not understand why ! > > (By the way, the VMs are being built and started just fine) > > Could anyone help me? I would, really, appreciate it ! > This should be fixed in the current master branch. We reverted a change yesterday that was causing issues similar to this. -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Ansible-openshift - Libvirt cluster create fails

2016-06-01 Thread Jason DeTiberus
I created a PR with a fix that worked in my environment, could you see if it fixes your issue as well? https://github.com/openshift/openshift-ansible/pull/1969 Thanks, -- Jason DeTiberus On Wed, Jun 1, 2016 at 9:50 AM, Jason DeTiberus <jdeti...@redhat.com> wrote: > > > On Wed, J

Re: weird issue with etcd

2016-06-21 Thread Jason DeTiberus
Did you verify connectivity over the peering port as well (2380)? On Jun 21, 2016 7:17 AM, "Julio Saura" wrote: > hello > > same problem > > jun 21 13:11:03 openshift-master01 atomic-openshift-master-api[59618]: > F0621 13:11:03.155246 59618 auth.go:141] error #0: dial tcp

Re: weird issue with etcd

2016-06-21 Thread Jason DeTiberus
rified that time is syncd between the hosts? I'd also check the peer certs between the hosts... Can you connect to the hosts using etcdctl? There should be a status command that will give you more information. > > > El 21 jun 2016, a las 13:21, Jason DeTiberus <jdeti...@redhat.com>

Re: Web Console default passwor

2016-06-23 Thread Jason DeTiberus
You can also set htpasswd users with the variables here: https://github.com/openshift/openshift-ansible/blob/9193a58d129716601091b2f3ceb7ca3960a694cb/inventory/byo/hosts.origin.example#L91 On Jun 23, 2016 10:44 AM, "Olaf Radicke" wrote: > Yes, thank you Den. All is

Re: OpenShift Ansible install - multiple masters w/ "native" HAproxy -- location of "/etc/origin/htpasswd" ? "etcd" alternative ?

2016-02-10 Thread Jason DeTiberus
LDAP, OpenID Connect, Github, Google). One could configure an etcd based auth service and use Basic Auth or Remote Header Auth though. > > Thanks, > > /Florian > > > > ___ > users maili

Re: Adding a node to the cluster without ansible

2016-02-04 Thread Jason DeTiberus
> > I would like to add an additional node to the cluster without using > ansible. > (We have modified our cluster in many ways and don't dare running ansible > because it might break our cluster.) The scale up playbooks take this into account. They will query the master, generates and

Re: Adding a node to the cluster without ansible

2016-02-04 Thread Jason DeTiberus
no disruption to existing cluster health? >> > > The scaleup.yml playbook already does this. If your environment was > installed with the openshift-ansible-installer, then you can also use that > tool for configuring the new nodes as well. Eventually the installer tool > wi

Re: Issues with the built-in registry

2016-01-29 Thread Jason DeTiberus
1sfvt_default_691370c8-c673-11e5-bc1c-4201ac10fe14_d21e1b8c > [root@osev31-node1 src]# > > > () Nothing listed under "/registry" ?? > > > [root@osev31-node1 src]# docker exec -it ea83db288da1 find /registry > /registry > [root@osev31-node1 src]# > &

Re: Issues with the built-in registry

2016-01-29 Thread Jason DeTiberus
gt; Can this have smth to do with the way I deployed the registry (with the "-mount-host=/opt/ose-registry" ) -- see below ? That directory exists, but is empty It sounds like a permissions issue on /opt/ose-registry. Unfortunately I do not know what the permissions and/or the

Re: Issues with the built-in registry

2016-01-29 Thread Jason DeTiberus
On Jan 29, 2016 6:07 AM, "Florian Daniel Otel" wrote: > > Hello all, > > I'm pretty sure it's mostly related to my ignorance, but for some reason I'm not able to push to the built-in docker registry after deploying it. > > > Deplyoment: > > oadm registry

Re: OpenShift and AWS

2016-02-02 Thread Jason DeTiberus
sisting of the router and registry, but will also include the log aggregation and metrics components as well). The non-infra nodes are meant for hosting general applications. > > > Thanks > > > > ___ > users mailing list

Re: Location of master's logs

2016-02-25 Thread Jason DeTiberus
.openshift.redhat.com/openshiftmm/listinfo/users > > -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Help debug "oc login" returning "401" / certificate issues

2016-02-25 Thread Jason DeTiberus
ning question is: Is there any way to debug the authentication > process / why the "oc login" with "httpasswd" back end doesn't work ? > You will most likely need to increase the logging level to see authentication logs for the api service. In /etc/sysconfig/atomic-openshift-

Re: Docker Registry Versioning

2016-03-15 Thread Jason DeTiberus
On Mar 15, 2016 6:11 PM, "Clayton Coleman" wrote: > > You're trying to pull the OpenShift v3 OSE images, but using the Origin version numbers. They are not the same - you'll need to use the OSE tag values. > > On Tue, Mar 15, 2016 at 6:00 PM, Tim Moor

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

2016-03-13 Thread Jason DeTiberus
Did you specify any etcd hosts? Does the security group used permit TCP/2379 from the masters to the etcd hosts? On Mar 13, 2016 10:57 AM, "Den Cowboy" wrote: > I tried to install the Origin Cluster but I got this error when I'm > running my playbook: > TASK:

Re: Simple yum update to version 1.4 and docker 1.9 destroyed system

2016-03-19 Thread Jason DeTiberus
On Mar 18, 2016 8:40 AM, "David Strejc" wrote: > > I've updated my testing system just with yum update (I don't know if this is recommended approach - this is what I am asking) and after restarting of origin-nodes and master and also restarting docker master web UI and

Re: Simple yum update to version 1.4 and docker 1.9 destroyed system

2016-03-19 Thread Jason DeTiberus
On Mar 18, 2016 9:29 AM, "David Strejc" wrote: > > I've removed docker images from my machines and restarted openshift-master and node processes > > On master (which is also node) where is HA-Proxy located I still got: > > openshift/origin-haproxy-router:v1.1.3 after

Re: Iptables changes?

2016-03-23 Thread Jason DeTiberus
rules. > > Thanks! > > Fernando > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Jason DeTiberus ___

Re: Deploying across clouds?

2016-03-02 Thread Jason DeTiberus
On Mar 2, 2016 1:08 PM, "Mohamed Lrhazi" wrote: > > Hello, > > Any one deploying Origin across data centers, and across clouds? I'm not sure about Origin, but we have done this with OpenShift Enterprise. > Maybe a mixture of on prem nodes, and others in AWS for

Re: Error Starting Origin Node

2016-04-01 Thread Jason DeTiberus
What does your inventory file look like? How about the output of the journal logs for origin-master? Is this a cloud deployment (AWS, GCE, OpenStack)? If so, are you configuring the cloud provider integration? On Apr 1, 2016 8:18 AM, "Mfawa Alfred Onen" wrote: > I

Re: proper format for openshift_master_identity_providers in Ansible inventory?

2016-04-27 Thread Jason DeTiberus
Provider', > 'filename': '/etc/origin/master/htpasswd'}]" > } > } > > Is this an ansible bug or am I formatting this argument incorrectly? I > based the format on the example here: > https://docs.openshift.org/latest/install_config/install/advanced_install.html#configuring-cluster-variables > > > Thanks for any insight, > > > > -- > Robert Wehner > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: proper format for openshift_master_identity_providers in Ansible inventory?

2016-04-27 Thread Jason DeTiberus
On Wed, Apr 27, 2016 at 4:40 PM, Jason DeTiberus <jdeti...@redhat.com> wrote: > > > On Wed, Apr 27, 2016 at 4:19 PM, Robert Wehner < > robert.weh...@returnpath.com> wrote: > >> I am using the advanced installation method for Origin using the 3.0.84-1 >> rele

Re: CentOS OpsTools (logging, monitoring, etc.) SIG proposal

2016-05-20 Thread Jason DeTiberus
re as well. > It is intended that this will form the basis of > https://github.com/openshift/origin-aggregated-logging which will be > built from the packages and base images provided by the SIG. > If you are interested, please chime in in the email thread: > https://lists.ce

Re: CentOS OpsTools (logging, monitoring, etc.) SIG proposal

2016-05-20 Thread Jason DeTiberus
On Fri, May 20, 2016 at 1:22 PM, Rich Megginson <rmegg...@redhat.com> wrote: > On 05/20/2016 10:54 AM, Jason DeTiberus wrote: > > > > On Fri, May 20, 2016 at 10:40 AM, Rich Megginson < <rmegg...@redhat.com> > rmegg...@redhat.com> wrote: > >> We

Re: ansible masters

2016-04-18 Thread Jason DeTiberus
to avoid pods being scheduled there. > > > Is it correct? > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Adding master to 3 node install

2016-08-11 Thread Jason DeTiberus
that allow for configuring an NFS volume, an OpenStack Cinder volume, or a s3 bucket: https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.origin.example#L290 -- Jason DeTiberus > So if you have a virtualization system above OS, yo

Re: origin byo via ansible - etcd wrong IP

2016-07-18 Thread Jason DeTiberus
On Mon, Jul 18, 2016 at 11:10 AM, Andrew Butcher <abutc...@redhat.com> wrote: > > > On Mon, Jul 18, 2016 at 11:02 AM, Jason DeTiberus <jdeti...@redhat.com> > wrote: > >> >> >> On Mon, Jul 18, 2016 at 10:51 AM, Miloslav Vlach < >> milosl

Re: origin byo via ansible - etcd wrong IP

2016-07-18 Thread Jason DeTiberus
be the variable that you want to override to fix the issue. > > I don’t know how to specify the IP 10.2.2.10 for the etcd… > > Thanks Mila > > > > Dne 18. července 2016 v 16:33:41, Jason DeTiberus (jdeti...@redhat.com) > napsal/a: > > If you are using ansible > 2.0, t

Re: origin byo via ansible - etcd wrong IP

2016-07-18 Thread Jason DeTiberus
If you are using ansible > 2.0, then you would set 'ansible_host' for each host. If using ansible < 2.0, then the variable is 'ansible_ssh_host' -- Jason DeTiberus On Mon, Jul 18, 2016 at 10:12 AM, Miloslav Vlach <miloslav.vl...@rohlik.cz> wrote: > Hi all, > > I would like

Re: Create selfsigned certs for securing openshift registry

2016-07-08 Thread Jason DeTiberus
On Jul 8, 2016 1:52 AM, "Den Cowboy" wrote: > > I try to secure my openshift registry: > > $ oadm ca create-server-cert \ > --signer-cert=/etc/origin/master/ca.crt \ > --signer-key=/etc/origin/master/ca.key \ > --signer-serial=/etc/origin/master/ca.serial.txt \

Re: Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Jason DeTiberus
gration (ability to leverage EBS volumes as PVs), then you can override this using the openshift_hostname variable when installing the cluster. At least as of Kubernetes/Origin 1.2, the nodeName value in the node config needed to match the private dns name of the host. -- Jason DeTiberus

Re: Missing OpenShift Nodes - Unable to Join Cluster

2016-09-09 Thread Jason DeTiberus
How does the external id lookup work? Can I verify the settings it >> expects? >> >> Isaac Christoffersen <https://www.linkedin.com/in/ichristo>, Technical >> Director >> w: 703.318.7800 x8202 | m: 703.980.2836 | @ichristo >> <http://twitter.com/ichr

Re: Missing OpenShift Nodes - Unable to Join Cluster

2016-09-08 Thread Jason DeTiberus
g - node serving certificate There is an Ansible playbook that can automate the redeployment of certificates as well (playbooks/byo/openshift-cluster/redeploy-certificates.yml). -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Modifying existing advanced installation

2016-09-22 Thread Jason DeTiberus
cluster? > It is the way that I would recommend, yes. > > Thanks > > Lionel. > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -

Re: masters elb configuration

2016-09-30 Thread Jason DeTiberus
t.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: multi cloudprovider

2016-10-26 Thread Jason DeTiberus
On Oct 26, 2016 7:26 AM, "Andrew Lau" <and...@andrewklau.com> wrote: > > Thanks > > On Wed, 26 Oct 2016 at 22:12 Jason DeTiberus <jdeti...@redhat.com> wrote: >> >> On Oct 26, 2016 4:29 AM, "Andrew Lau" <and...@andrewklau.com> wrote:

Re: Managing OpenShift Configuration with Puppet/Ansible… what are your best practices?

2016-10-13 Thread Jason DeTiberus
e, as far as I know). > > We're looking for something to keep track of changes, > > It is possible to do this part currently using watch, either through the api or through the command line tooling. > and make sure the config deployed is the config we have in our git repo. >>

Re: Satellite instead of subscription-manager PLEASE HELP (BLOCKED)

2016-10-13 Thread Jason DeTiberus
access.redhat.com/rhn-to-rhsm) I don't really see that changing, but you could always reach out to support to file a formal RFE. -- Jason DeTiberus > > On Thu, Oct 13, 2016 at 3:29 PM, Kent Perrier <kperr...@redhat.com> wrote: > >> subscription-manager is used to register yo

Re: Satellite instead of subscription-manager PLEASE HELP (BLOCKED)

2016-10-14 Thread Jason DeTiberus
contacting support and/or account manager, since they may know of other options available and could potentially help advocate for adding Satellite 5 support. -- Jason > > On Thu, Oct 13, 2016 at 3:58 PM, Jason DeTiberus <jdeti...@redhat.com> > wrote: > >> >> >>

Re: Master/ETCD Migration

2016-12-13 Thread Jason DeTiberus
XZbgql2jEdZcxZf-F7G1PY7KWstOe44c8cHN7wPNKM=WBpMKzLoWt-i2RcaByenm6qveMOvVLk3hW7-68poML4=> >> - Eliminamos a Gravidade >> ___ >> users mailing list >> users@lists.openshift.redhat.com >> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.o

Re: Master/ETCD Migration

2016-12-13 Thread Jason DeTiberus
On Tue, Dec 13, 2016 at 1:49 PM, Diego Castro <diego.cas...@getupcloud.com> wrote: > 2016-12-13 15:24 GMT-03:00 Jason DeTiberus <jdeti...@redhat.com>: > >> >> >> On Tue, Dec 13, 2016 at 12:37 PM, Diego Castro < >> diego.cas...@getupcloud.com&

Re: OpenShift origin cluster in VLAN

2016-12-07 Thread Jason DeTiberus
ter.xxx refused > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Jason DeTiberus ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: In OpenShift Ansible, what is the differences between roles/openshift_hosted_metrics and roles/openshift_metrics ?

2017-04-28 Thread Jason DeTiberus
cs stack instead of using a deployer pod. Similarly, openshift_hosted_logging has been deprecated in favor of openshift_logging. -- Jason DeTiberus Em 28/04/2017 13:51, "Alex Wauck" <alexwa...@exosite.com> escreveu: > I think Stéphane meant to link to this: https://github

Re: In OpenShift Ansible, what is the differences between roles/openshift_hosted_metrics and roles/openshift_metrics ?

2017-04-28 Thread Jason DeTiberus
enshift/ > openshift-ansible/tree/master/roles/openshift_hosted_metrics > > What's the difference between that one and openshift_metrics? > openshift_hosted_metrics is in the process of being deprecated in favor of openshift_metrics. -- Jason DeTiberus > On Fri, Apr 28, 2017 at