#7 add the vagrant artifacts to the images compose
Merged 5 years ago by arrfab. Opened 5 years ago by bstinson.
centos/ bstinson/pungi-centos centos-8.0.0.1905  into  centos-8.0.0.1905

file modified
+23 -1
@@ -87,7 +87,7 @@ 

                  "generate_icicle": False,

              }

          },

-         { 

+         {

              "image-build": {

                  "format": [("qcow2", "qcow2")],

                  "name": "CentOS-8-ec2",
@@ -109,6 +109,28 @@ 

                  "generate_icicle": False,

              }

          },

+         {

+             "image-build": {

+                 "format": [("vagrant-libvirt", "vagrant-libvirt.box"),('vagrant-virtualbox','vagrant-virtualbox.box')],

+                 "name": "CentOS-8-Vagrant",

+                 "target": "image-centos-8",

+                 "version": "8.0.1905",

+                 "ksurl": "git+https://git.centos.org/centos/kickstarts.git?#HEAD",

+                 "kickstart": "CentOS-8-x86_64-Vagrant.ks",

+                 "ksversion": "F26",

+                 "distro": "Fedora-20",

+                 "disk-size": "10",

+                 "arches": ["x86_64"],

+                 "repo": [

+ 		     'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart',

Wondering if you want 8.0.1905 full version in URL, or just 8 .. but if, for next release, that has to be modified completely, that's also fine for me

+ 		     'http://mirror.centos.org/centos/8.0.1905/AppStream/$arch/kickstart'],

+ 		"install_tree_from": 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart',

+                 "failable": ["ppc64le","aarch64"],

+             },

+             "factory-parameters": {

+                 "generate_icicle": False,

+             }

+         },

      ]

  }

  

This adds in the vagrant artifact types.

rebased onto 99baff5

5 years ago

rebased onto 99baff5

5 years ago

Wondering if you want 8.0.1905 full version in URL, or just 8 .. but if, for next release, that has to be modified completely, that's also fine for me

We do want the full URL, because we'll do another branch when 8.1 comes out. This lets us move forward in history while keeping a branch around for archive purposes.

Makes sense, forgot the PR was about specific branch anyway, instead of master.
All looking good to me.

rebased onto 99baff5

5 years ago

Pull-Request has been merged by arrfab

5 years ago
Metadata