Glenn Marcy

Results 16 comments of Glenn Marcy

@TomasTomecek any thoughts/suggestions? Not sure if this is a configuration issue, or simply beyond the capabilities of non-ssh connection modules.

Thanks @sshnaidm for the response. I tried changing `ansible_podman_executable` to `podman-remote` and the output was: ``` Using podman connection from collection RUN [b'/usr/bin/podman-remote', b'mount', b'remote_container'] STDOUT b'' STDERR b"Error: unrecognized...

After much additional trial and error I managed to get something to work. Still assessing how stable it is. One thing I did notice is that podman.service on the remote...

Also, since there doesn't appear to be a `buildah --remote` option, is there any way to get a similar approach to work with the buildah connection plugin?

@sshnaidm @TomasTomecek any additional thoughts on being able to use buildah connector remotely? have a similar playbook with local and remote tags. the localhost version works great, but unable to...

The prepare_podman is run in the hypervisor where the services will be located [here](https://github.com/Kubeinit/kubeinit/blob/main/kubeinit/roles/kubeinit_services/tasks/00_create_service_pod.yml#L21-L25). Is the provision container being placed somewhere else? Check the logs, the problem isn't that the...

when you built the container 7c3b17e0a924 for webshpere-8.5 did you create it with the AppSrv02 profile name ? if not you need to RUN /work/create_profile.sh to create that profile.

you would need to build that yourself, we have been converging on a single base os image to reduce the resources needed now that we have started producing multi-platform images.

The 8.5.5.17 and 8.5.5.x projects were added almost a month ago. The process to build and release new images has been undergoing provisioning of resources and testing since that time...

thanks. I've started to prototype standing up a container as described at https://matchbox.psdn.io/network-setup/#poseidondnsmasq which is how I provide the local network services for matchbox. the other approach I have seen...