Wong Hoi Sing Edison

Results 68 comments of Wong Hoi Sing Edison

@oerdnj Thank you very much for maintenance this very useful PHP repo for many years, and I had been using it for my Ansible Role and Docker image for few...

@ladar shall we reconsider CentOS 8 Stream again, as CentOS 8 itself will be EOL by the end of 2021? See: - https://www.cyberciti.biz/linux-news/centos-linux-8-will-end-in-2021-and-shifts-focus-to-centos-stream/ - https://lists.centos.org/pipermail/centos-announce/2020-December/048208.html P.S. in case similar shall...

> Hi @greg-hellings / @hswong3i I saw the post about CentOS and I'm still having trouble accepting it. I've even considered forking CentOS myself. You need not to do so,...

My box goes here: * https://app.vagrantup.com/alvistack/boxes/centos-8-stream * https://github.com/alvistack/vagrant-centos/blob/master/packer/libvirt-8-stream/packer.json * https://github.com/alvistack/vagrant-centos/blob/master/packer/virtualbox-8-stream/packer.json

@electrofelix Travis CI now with `vmx` CPU flag so support Vagrant + Libvirt + KVM, we may no longer required for a self-hosted QA. See my example from molecule-vagrant: -...

@ssbarnea could i give a hand for this driver? I am now using it for all of my Ansible roles, in Travis CI + Libvirt + KVM, see: * https://travis-ci.org/alvistack/ansible-role-bootstrap/jobs/649746955...

@ssbarnea thank you very much and confirmed after #10 get committed with https://github.com/ansible-community/molecule-vagrant/commit/78582f9f7ead498575f0acc12ace7b9e187306ad, no more hacky dirty workaround is required for: - `molecule/*/create.yml` - `molecule/*/prepare.yml` - `molecule/*/destroy.yml` - `molecule/*/library/molecule_vagrant.py` My...

@ssbarnea thank you very much for [v0.2](https://github.com/ansible-community/molecule-vagrant/releases/tag/0.2), [example above](https://github.com/ansible-community/molecule-vagrant/issues/2#issuecomment-590880417) updated, too ;-)

@jonashackt For Travis CI + Vagrant + VirtualBox we may need `--nested-hw-virt`, which natively enabled for Libvirt + KVM See https://www.virtualbox.org/manual/ch09.html#nested-virt

Currently one of the failed test case is: 1. In molecule.yml specify `drive.provider.name: libvirt` 2. But the testing machine is running under OSX, which DON'T have vagrant-libvirt plugin installed 3....