summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-20 15:22:06 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-10-23 11:11:11 +0000
commitb4c27d66732db3851726e6ae4b0dce77c3275731 (patch)
tree79a939f2fb3755a92b87297c2cbca63d7705fb55
parent1d5f8ad18a9821a245536938c632d6ea2c8bda4d (diff)
downloadinfrastructure-b4c27d66732db3851726e6ae4b0dce77c3275731.tar.gz
baserock_ostree: Note that we're on Fedora 26 now.
-rw-r--r--baserock_ostree/image-config.yml2
-rw-r--r--baserock_ostree/instance-config.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/baserock_ostree/image-config.yml b/baserock_ostree/image-config.yml
index b4cdcef5..aa0f3493 100644
--- a/baserock_ostree/image-config.yml
+++ b/baserock_ostree/image-config.yml
@@ -1,6 +1,6 @@
# System configuration for Baserock OStree cache server.
#
-# Tested against Fedora 25 base image.
+# Tested against Fedora 26 base image.
---
- hosts: ostree
gather_facts: false
diff --git a/baserock_ostree/instance-config.yml b/baserock_ostree/instance-config.yml
index 248a428f..768deb1a 100644
--- a/baserock_ostree/instance-config.yml
+++ b/baserock_ostree/instance-config.yml
@@ -1,6 +1,6 @@
# Instance configuration for Baserock OStree cache server.
#
-# Tested against Fedora 25 base image.
+# Tested against Fedora 26 base image.
#
# See also: https://buildstream.gitlab.io/buildstream/artifacts.html
---