aboutsummaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-22 16:07:55 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-22 16:09:42 +0200
commit73161ee4be1766447a1f54e122f857caef307c8a (patch)
tree25bbe77d045d91ec43c49b0dabec3c24689c94e9 /patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch
parentd6ff3a19ef707db95e38589598c5fcbc194d6032 (diff)
p/fuel: Retire OPNFV user
Now that networking configuration is stable and we rarely run into serial-only access situations, it is safe to retire the OPNFV user. While at it, bump Fuel@OPNFV git submodule to pick up minor updates. Change-Id: I233e054795592700b7ec7e7031e1c2c9b8cc3450 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch')
-rw-r--r--patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch b/patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch
new file mode 100644
index 00000000..7bb29965
--- /dev/null
+++ b/patches/opnfv-fuel/0004-Set-volume-name-in-source-file-to-sdX.patch
@@ -0,0 +1,44 @@
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+: Copyright (c) 2018 Enea AB and others.
+:
+: All rights reserved. This program and the accompanying materials
+: are made available under the terms of the Apache License, Version 2.0
+: which accompanies this distribution, and is available at
+: http://www.apache.org/licenses/LICENSE-2.0
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+From: Charalampos Kominos <Charalampos.Kominos@enea.com>
+Date: Fri, 27 Apr 2018 14:54:22 +0200
+Subject: [PATCH] Set volume name in source file to sdX
+
+Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
+---
+ .../classes/cluster/mcp-common-ha/openstack_control.yml.j2 | 2 +-
+ .../classes/cluster/mcp-common-noha/openstack_control.yml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2
+index a7e8fcde..81a8a2af 100644
+--- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2
++++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2
+@@ -91,7 +91,7 @@ parameters:
+ <<: *db_conn_recycle_time
+ cacert: /etc/ssl/certs/mcp_os_cacert
+ openrc_extra:
+- volume_device_name: vdc
++ volume_device_name: sdc
+ glance:
+ server:
+ <<: *db_conn_recycle_time
+diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml
+index dbd9d055..3631e6ab 100644
+--- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml
++++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml
+@@ -80,7 +80,7 @@ parameters:
+ server:
+ admin_email: ${_param:admin_email}
+ openrc_extra:
+- volume_device_name: vdc
++ volume_device_name: sdc
+ pkgs:
+ - keystone
+ - python-psycopg2