diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2020-01-13 12:43:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-01-13 12:43:37 +0000 |
commit | 6da2c5d9fb43c15e0270880c88afc2061b284820 (patch) | |
tree | c3e28dd2cd07e2d681d9a075c313b310dfaa13fe /mcp/config/scenario | |
parent | 02bdeb694ed12a2b17232818cc8dbfb98559ef21 (diff) | |
parent | 181d6ccbb8f7fdfa46cb2bacb599406bb810f1c0 (diff) |
Merge "baremetal, virtual: Bump kernel to hwe-18.04 (5.0)" into stable/iruya
Diffstat (limited to 'mcp/config/scenario')
-rw-r--r-- | mcp/config/scenario/defaults.yaml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/config/scenario/defaults.yaml.j2 b/mcp/config/scenario/defaults.yaml.j2 index 697a8f70d..1e5cd6ed0 100644 --- a/mcp/config/scenario/defaults.yaml.j2 +++ b/mcp/config/scenario/defaults.yaml.j2 @@ -33,6 +33,7 @@ x86_64: - saltstack 500 deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2017.7 bionic main pkg: install: + - linux-generic-hwe-18.04 - salt-minion - ifupdown - cloud-init @@ -96,6 +97,7 @@ aarch64: - saltstack 500 deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2017.7 bionic main pkg: install: + - linux-generic-hwe-18.04 - salt-minion - ifupdown - cloud-init |