aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2017-12-21 04:03:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-21 04:03:40 +0000
commitaae5ff9e006cdaf910eee47d4c472360393f6e56 (patch)
tree3b36f30ab31c50ee242d24e991af05d93fc70c6d /deploy
parentcaf867c3a6d3c44572727890d22ff10ef96eb254 (diff)
parentecca8897b59bc3567b6b2a8a779aa29a4352a18e (diff)
Merge "Update OS pattern for kubernetes"
Diffstat (limited to 'deploy')
-rw-r--r--deploy/compass_conf/adapter/ansible_kubernetes.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_conf/adapter/ansible_kubernetes.conf b/deploy/compass_conf/adapter/ansible_kubernetes.conf
index a3ab671a..70e5564c 100644
--- a/deploy/compass_conf/adapter/ansible_kubernetes.conf
+++ b/deploy/compass_conf/adapter/ansible_kubernetes.conf
@@ -3,5 +3,5 @@ DISPLAY_NAME = 'Kubernetes'
PARENT = 'general'
PACKAGE_INSTALLER = 'ansible_installer_kubernetes'
OS_INSTALLER = 'cobbler'
-SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-16\.04', '(?i)CentOS-7.*16.*', '(?i)CentOS-7.*arm.*']
+SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-16\.04\.3', '(?i)CentOS-7.*17.*', '(?i)CentOS-7.*arm.*']
DEPLOYABLE = True