Merge "Tiller upgrade prep"

This commit is contained in:
Zuul 2019-10-01 11:52:07 +00:00 committed by Gerrit Code Review
commit 70b30706fe
2 changed files with 2 additions and 22 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="src" SRC_DIR="src"
TIS_PATCH_VER=7 TIS_PATCH_VER=8

View File

@ -1,18 +1,10 @@
# #
# Files in this package are licensed under Apache; see LICENSE file. # Files in this package are licensed under Apache; see LICENSE file.
# #
# Copyright (c) 2013-2018 Wind River Systems, Inc. # Copyright (c) 2013-2019 Wind River Systems, Inc.
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# Aug 2016: rebase mitaka
# Jun 2016: rebase centos
# Jun 2015: uprev kilo
# Dec 2014: uprev juno
# Jul 2014: rename ironic
# Dec 2013: uprev grizzly, havana
# Nov 2013: integrate source from https://github.com/stackforge/puppet-sysinv
#
# #
# == Parameters # == Parameters
@ -215,16 +207,4 @@ class sysinv (
'filter:authtoken/region_name': value => $region_name; 'filter:authtoken/region_name': value => $region_name;
} }
if $::platform::kubernetes::params::enabled == true {
if $::platform::docker::params::quay_registry {
$quay_registry = $::platform::docker::params::quay_registry
} else {
$quay_registry = 'quay.io'
}
$armada_img_tag = "${quay_registry}/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic"
sysinv_config {
'DEFAULT/armada_image_tag': value => $armada_img_tag;
}
}
} }