Jim Lindeman

Results 18 comments of Jim Lindeman

Currently our "list images" API emulation in Jumpgate does a query of public & private images. Would it then make sense for Jumpgate to list a third type of image...

So the requirement in these parameters is still that there be at most two unique networks (1 private always, and optional public) and the private network must be first in...

Jumpgate sets up a REST server that imitates Openstack Keystone. So set the OS_AUTH_URL to point to the URL where you are running Jumpgate. The OS_TENANT_ID is your Softlayer account#,...

To do that, they would need to run it in a cluster behind a load-balancer and be able to track the health of the VMs & processes in that cluster...

The current code is a solution for a single-tenant jumpgate environment as the default domain-name is now settable in the etc/jumpate.conf. However, it is not suitable for multi-tenant environment when...

Actually, finding out that with just steps of: 1. downloading/installing a recent go compiler (like 1.19) 2. downloading/compiling/installing latest cri-dockerd from https://github.com/Mirantis/cri-dockerd.git 3. installing latest crictl from https://github.com/kubernetes-sigs/cri-tools/ and creating...

This also happens on my Mac with Ruby 3.2.3. I worked around the mkdir_p issue by manually changing the gems/travis-1.13.0/lib/travis/tools/completion.rb file around line 38 to be: ``` def update_completion FileUtils.mkdir_p(config_path)...

The follow-up errors after the FileUtils.mkdir_p stuff above are from "gh" (github library) isn't installed by default, giving error like: ``` $ travis :136:in `require': cannot load such file --...