summaryrefslogtreecommitdiffstats
path: root/mcp
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-01-14 21:20:18 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-01-15 08:39:04 +0000
commit848182d7cc62f07dd33c73a7a0837d176ef61a5d (patch)
tree397ab1f765c348ef13c57851e156d50ed9a892a9 /mcp
parent238ed19eb4d7cd755bbc95c40e2399cc66eb6fc1 (diff)
iec: Use 4.x kernel for K8s compatibility
Change-Id: Ic720a1d35d7396aad94dbe0e63aa089fa5c23508 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit e1e638391643335479d25144600586a3adf6ed3e)
Diffstat (limited to 'mcp')
-rw-r--r--mcp/config/scenario/defaults.yaml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/config/scenario/defaults.yaml.j2 b/mcp/config/scenario/defaults.yaml.j2
index 1e5cd6ed0..cd5cb04cd 100644
--- a/mcp/config/scenario/defaults.yaml.j2
+++ b/mcp/config/scenario/defaults.yaml.j2
@@ -33,7 +33,9 @@ x86_64:
- saltstack 500 deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2017.7 bionic main
pkg:
install:
+ {%- if '-iec-' not in conf.MCP_DEPLOY_SCENARIO %}
- linux-generic-hwe-18.04
+ {%- endif %}
- salt-minion
- ifupdown
- cloud-init
@@ -97,7 +99,9 @@ aarch64:
- saltstack 500 deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2017.7 bionic main
pkg:
install:
+ {%- if '-iec-' not in conf.MCP_DEPLOY_SCENARIO %}
- linux-generic-hwe-18.04
+ {%- endif %}
- salt-minion
- ifupdown
- cloud-init