Re: Adding host storage during advanced installation

2018-03-21 Thread Patrick Hemmer
<mailto:lsant...@redhat.com> M: 3236334854 > > > <https://red.ht/sig> > TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> > > > > > On Tue, Mar 20, 2018 at 7:53 AM, Patrick Hemmer > <opensh...@stormcloud9.net <

Adding host storage during advanced installation

2018-03-20 Thread Patrick Hemmer
How are you supposed to add additional storage to the host when using the advanced installation procedure (the openshift-ansible repo)? The documentation (https://docs.openshift.com/container-platform/3.9/install_config/install/host_preparation.html#configuring-docker-storage) says that you have

Re: git caching for image build

2018-03-09 Thread Patrick Hemmer
security restrictions (https://github.com/openshift/origin/issues/18912), but a manual build of the Docker image with a few tweaks and it works. -Patrick On 2018/3/6 14:07, Patrick Hemmer wrote: > Is there a way to implement some sort of git cache when building images? > > When working loc

git caching for image build

2018-03-06 Thread Patrick Hemmer
Is there a way to implement some sort of git cache when building images? When working locally (via minishift), on some of our projects the `git clone` step of the build takes quite a while, especially over slow links. This is compounded by the fact that we're using build chaining, a "builder"

Passing a binary to a jenkins pipeline build

2018-02-27 Thread Patrick Hemmer
Is there any way to pass a binary to a jenkins pipeline build, and subsequently access in the groovy code? Basically I want to be able to track the status of the build and release process (hence the pipeline), but the pipeline kicks off a build which needs the binary input that was provided when