diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-12-21 04:03:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-21 04:03:40 +0000 |
commit | aae5ff9e006cdaf910eee47d4c472360393f6e56 (patch) | |
tree | 3b36f30ab31c50ee242d24e991af05d93fc70c6d /deploy/compass_conf/adapter/ansible_kubernetes.conf | |
parent | caf867c3a6d3c44572727890d22ff10ef96eb254 (diff) | |
parent | ecca8897b59bc3567b6b2a8a779aa29a4352a18e (diff) |
Merge "Update OS pattern for kubernetes"
Diffstat (limited to 'deploy/compass_conf/adapter/ansible_kubernetes.conf')
-rw-r--r-- | deploy/compass_conf/adapter/ansible_kubernetes.conf | 2 |
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 |