Desmond Kirrane

Results 24 comments of Desmond Kirrane

This is a requirement for me for Keycloak multi-tenancy using realms. But also the keycloak server is different than the application server (we are using Kubernetes ingress host based routing)....

Is there anyway to show only specific fields from Pageable? i.e. page, size and sort as string At the moment I get every Pageable field in Swagger UI, even with...

I hit the same issue when applying a Kickstart to centos. I hit the issue on ESXi Host `VMware ESXi, 5.5.0, 7504623` but it works on ESXi Host `VMware ESXi,...

@mkuzmin I've hit this on **VMware ESXi, 6.0.0, 6921384** Nothing in vCenter UI Event Windows. In Recent Tasks Window I just see this: ![image](https://user-images.githubusercontent.com/1280116/51922861-c7e81400-23e1-11e9-8e5f-f0b11e38e15d.png) **Enabled debugging** ``` export PACKER_LOG=1 export...

I think this is going to be addressed in https://github.com/jetbrains-infra/packer-builder-vsphere/pull/113

Anyone found alternative to this?

I can create a kickstart ISO that can load automatically without editing the Centos ISO. Just need to add the ks.cfg into a storage volume named `OEMDRV` `mkisofs -V OEMDRV...

@sudomateo I've used the following steps with `govc` 1. My kickstart `ks.cfg` file **Note** the cmdline, poweroff, passed in network info `{{}}`, services enabled and post install sections were required...

I hit this too. I had to remove `.git` from the `.dockerignore` file so it's available as part of Docker context

I have the same problem. The Maven Docker image (https://hub.docker.com/_/maven/) that's used by the Draft java pack allows you to use a host path volume or use a named volume...