]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
MODULES-10242 Add ubuntu14 support back to the modules pdksync_pdksync-addubuntu14
authorsheena <sheena@puppet.com>
Fri, 6 Dec 2019 11:24:25 +0000 (11:24 +0000)
committersheena <sheena@puppet.com>
Wed, 11 Dec 2019 11:44:28 +0000 (11:44 +0000)
metadata.json
provision.yaml

index bb1234950f7f29c72978071787cd9e1eefabcb93..395c0ac2eb082134f952d99db1858af7640be24b 100644 (file)
@@ -29,6 +29,7 @@
     {
       "operatingsystem": "Ubuntu",
       "operatingsystemrelease": [
+        "14.04",
         "16.04",
         "18.04"
       ]
index 00147dc9ed69cfc80414dcbd1216437b1c267ff7..fadfe699812bb8483dd450762399ddc075ab3905 100644 (file)
@@ -7,10 +7,10 @@ travis_deb:
   images: ['debian:8', 'debian:9', 'ubuntu:16.04', 'ubuntu:18.04']
 waffle_deb:
   provisioner: docker 
-  images: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04']
+  images: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu14.04', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04']
 vagrant:
   provisioner: vagrant
   images: ['centos/7', 'generic/ubuntu1804']
 release_checks:
   provisioner: vmpooler
-  images: ['debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
+  images: ['debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']