
On 12/6/19 4:44 PM, Jim Fehlig wrote:
Jim Fehlig (2): guests: Add support for openSUSE guests: Add lci build support for openSUSE
I forgot to mention, 'lcitool update libvirt-opensuse-151 libvirt' still fails in the Configure hostname task TASK [Configure hostname] ********************************************************************** fatal: [libvirt-opensuse-151]: FAILED! => {"changed": false, "msg": "hostname module cannot be used on platform Linux (Opensuse-leap)"}
guests/configs/autoinst.xml | 77 +++++++++++++++++++ .../host_vars/libvirt-opensuse-151/docker.yml | 2 + .../libvirt-opensuse-151/install.yml | 2 + .../host_vars/libvirt-opensuse-151/main.yml | 10 +++ guests/inventory | 1 + guests/lcitool | 2 + guests/playbooks/build/jobs/defaults.yml | 1 + guests/playbooks/build/projects/libvirt.yml | 1 + guests/playbooks/update/tasks/base.yml | 15 ++++ guests/vars/mappings.yml | 38 ++++++++- 10 files changed, 145 insertions(+), 4 deletions(-) create mode 100644 guests/configs/autoinst.xml create mode 100644 guests/host_vars/libvirt-opensuse-151/docker.yml create mode 100644 guests/host_vars/libvirt-opensuse-151/install.yml create mode 100644 guests/host_vars/libvirt-opensuse-151/main.yml