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

2016-10-14 Thread Jason DeTiberus
On Fri, Oct 14, 2016 at 10:35 AM, Dean Peterson wrote: > I went to the link: "https://access.redhat.com/rhn-to-rhsm;. It says > satellite users should be unaffected. I'm a little confused. I'm using > satellite, but when I type subscription-manager register it says i'm >

Re: How are codes injected into builder image?

2016-10-14 Thread Jonathan Yu
Hey David, The s2i tool clones the repository and injects the source into the container. This means that git is not required inside the container. There's a label that defines where it goes, so it can be overridden if you'd like. Example from the WildFly image:

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

2016-10-14 Thread Dean Peterson
I went to the link: "https://access.redhat.com/rhn-to-rhsm;. It says satellite users should be unaffected. I'm a little confused. I'm using satellite, but when I type subscription-manager register it says i'm registered. However, when I run "subscription-manager attach --auto", it spins for a

Re: HTTPS certificate change

2016-10-14 Thread Jim Minter
Hi Mila, Try: oc delete clusterrolebinding/router-router-role instead of oc delete rolebinding/router-router-role Cheers, Jim -- Jim Minter Principal Software Engineer, Red Hat UK On 14/10/16 09:27, Miloslav Vlach wrote: Hi Jim, thanks for reply. I have made some investigation how it

Re: How are codes injected into builder image?

2016-10-14 Thread David Strejc
I will answer my own question: sources goes to /opt/s2i/destination I don't know if this is image specific - I've just not encountered this particular info in any documentation. Thank you. David Strejc https://octopussystems.cz t: +420734270131 e: david.str...@gmail.com On Fri, Oct 14, 2016

How are codes injected into builder image?

2016-10-14 Thread David Strejc
I am using Wildfly builder image (just for testing purposes) and I wrote my own assemble and run scripts. What am I doing wrong when I need to do git clone inside of assemble script? When openshift triggers build it downloads provided git url and then injects .s2i scripts into builder image but

Re: Does NFS PVC wipe existing data before attaching?

2016-10-14 Thread Michail Kargakis
You should be able to set pvc.spec.volumeName to the name of the volume you want to bind. On Thu, Oct 13, 2016 at 10:59 PM, Lionel Orellana wrote: > In my limited experimentation I had problems with NFS PVs getting wiped > out even though the policy was set to Retain. In

Re: HTTPS certificate change

2016-10-14 Thread Miloslav Vlach
Hi Jim, thanks for reply. I have made some investigation how it works and I have an idea. We have problem with certification authority and we bought the new wildcard certificate. I tried to change the certificate in the secured route but nothing happen. I dive into router pod and I found this