aboutsummaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-06-11 17:52:43 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-06-11 17:52:43 +0200
commit6fcc669084d3a26136454a4d932f68cc900a71c0 (patch)
tree10e5d71e278d1fefcd8bd672bfd2abd00d32dfc6 /patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch
parent70578e9e5a44330a16cd53de4bf7f7c49c1e7b2c (diff)
u/fuel: Bump & rebase for keyserver proxy rebase
Change-Id: I9ecf7ae9b07f8000e75b13324ebcf8e97981fa22 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch')
-rw-r--r--patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch b/patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch
index a5196f38..a5b2d909 100644
--- a/patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch
+++ b/patches/opnfv-fuel/0005-Add-opnfv-user-to-the-deployment.patch
@@ -22,13 +22,13 @@ Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com>
create mode 100644 mcp/salt-formulas/opnfv/adduser.sls
diff --git a/mcp/config/states/baremetal_init b/mcp/config/states/baremetal_init
-index 54ffb873..07dcef27 100755
+index 2de3b9f3..1dde8527 100755
--- a/mcp/config/states/baremetal_init
+++ b/mcp/config/states/baremetal_init
@@ -23,6 +23,7 @@ salt -C 'kvm* or cmp*' file.replace $debian_ip_source \
repl="\n if not __salt__['pkg.version']('vlan'):\n __salt__['pkg.install']('vlan')"
- salt -C 'kvm*' pkg.install bridge-utils
+ salt -C 'kvm* or cmp*' pkg.install bridge-utils
+salt -C 'kvm* or cmp*' state.apply opnfv.adduser
salt -C 'kvm*' state.apply linux.network,linux.system.kernel
salt -C 'kvm* or cmp*' state.apply salt.minion