Dusty Mabe

Results 645 comments of Dusty Mabe

so one thing I noticed today when I was playing around: ``` $ cat secrets.yaml name: foo-secret secrets: - name: foo data: PAGURE_TOKEN: 'bogus' $ $ kedge generate -f secrets.yaml...

adding a note here to anyone who may hit a similar problem.. here is how I put the token into my env before running kedge to replace `[[ TOKEN ]]`...

TBH I would think the underlying lvm tools could accept `100%FREE` and be smart enough to figure out what to do. If it is creating the metadata LV and thin...

After a long discussion on IRC with zkabelac and vgoyal we now understand the problem more clearly: In d-s-s we are creating the metalv and datalv separately and then converting...

> I don't think so. Container-storage-setup should not be touching docker config files. I thought it populated `/etc/sysconfig/docker-storage` ? I just assumed we could set it in there.

ok, yeah the relationship that conatiner-storage-setup has with the docker service is weird. If you consider the fact that it starts before docker and is required by docker then *"why...

> @dustymabe is able to reproduce it. reference: https://pagure.io/atomic-wg/issue/498

After I added passrole to my user and deleted the existing `kola` role I got a successful test: ``` $ kola -p aws --aws-ami ami-0e884738127697eb9 --aws-region us-east-1 -b fcos run...

I think it tries to be but is missing a step. It checks for the role but I don't think it checks the instance profile to make sure it contains...

dumb question.. if we started using libvirt as a backend instead of qemu directly would we get networking for free?