Replace the packer scripts with the KIWI recipes used to build the openSUSE images#40
Replace the packer scripts with the KIWI recipes used to build the openSUSE images#40dcermak wants to merge 1 commit intoopenSUSE:masterfrom
Conversation
aspiers
left a comment
There was a problem hiding this comment.
Unfortunately I don't have time to review properly, but +1 for replacing packer with KIWI here!
johanneskastl
left a comment
There was a problem hiding this comment.
Dan, can you please check the links?
README.md
Outdated
| packer build -parallel=false definitions/42.3-x86_64.json | ||
| ``` | ||
| - Tumbleweed: | ||
| [Virtualization:Appliances:Images:openSUSE-Tumbleweed](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/), |
There was a problem hiding this comment.
This link is not working, should be "/project/" instead of "/package/".
README.md
Outdated
| - Tumbleweed: | ||
| [Virtualization:Appliances:Images:openSUSE-Tumbleweed](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/), | ||
| package: | ||
| [openSUSE-Tumbleweed-Vagrant](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/openSUSE-Tumbleweed-Vagrant) |
| **Downloads** | ||
| - Leap 15.1: | ||
| [Virtualization:Appliances:Images:openSUSE-Leap-15.1](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.1/), | ||
| package: |
There was a problem hiding this comment.
This link is not working, should be "/project/" instead of "/package/".
README.md
Outdated
| - Leap 15.1: | ||
| [Virtualization:Appliances:Images:openSUSE-Leap-15.1](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.1/), | ||
| package: | ||
| [openSUSE-Leap-15.1-Vagrant](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.1/openSUSE-Leap-15.1-Vagrant) |
README.md
Outdated
| * Available at Atlas | ||
| [x86_64](https://app.vagrantup.com/opensuse/boxes/openSUSE-42.3-x86_64) | ||
| - Leap 15.0: | ||
| [Virtualization:Appliances:Images:openSUSE-Leap-15.0](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.0/), |
There was a problem hiding this comment.
This link is not working, should be "/project/" instead of "/package/".
README.md
Outdated
| - Leap 15.0: | ||
| [Virtualization:Appliances:Images:openSUSE-Leap-15.0](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.0/), | ||
| package: | ||
| [openSUSE-Leap-15.0-Vagrant](https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Leap-15.0/openSUSE-Leap-15.0-Vagrant) |
|
@johanneskastl Sure, I'll rebase the PR on my internal repo, which should contain the correct links. |
da58292 to
9aac050
Compare
|
The links should be fixed now, although I am to be honest not certain if I want to keep this PR open given that this repo appears to be dead… |
|
Hi Dan, Maybe the existing maintainers could add us as maintainers, given that we are the vagrant packagers for openSUSE it would make sense for use to maintain this repo. |
|
Also, there is only one Tumbleweed box available on https://app.vagrantup.com/opensuse/, seems nobody takes care of that either. |
Actually I do take care of both Tumbleweed boxes up there. |
I meant we are missing Leap Boxes or Kubic etc. pp. |
We don't have official Leap boxes yet, because the Leap images are not yet part of the release process. For Kubic there simply hasn't been anyone to request these images to be linked to Vagrant Cloud, so it was never done. |
|
Where to request the Kubic (and MicroOS) images? :-) |
|
Where to request the Kubic (and MicroOS) images? :-)
You'll have to convince the maintainers of Kubic/MicroOS to convince me
to link their vagrant boxes to Vagrant Cloud ;-)
I'd suggest the opensuse-kubic@opensuse.org mailinglist.
|
We now have an official openSUSE Tumbleweed vagrant box available: https://app.vagrantup.com/opensuse/boxes/openSUSE-Tumbleweed-Vagrant.x86_64 that is build by KIWI on OBS: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/openSUSE-Tumbleweed-Vagrant.
This PR drops all the packer recipes that were used previously and replaces them with the KIWI sources.