diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-30 22:06:23 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-30 22:16:33 +0200 |
commit | d4a32a5737af8f30213075178b3f66a98f7257b1 (patch) | |
tree | 43fe9b5be4f1766e3032bb8e442035fc87d30fb3 /patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch | |
parent | d07736d25fa29b1b45e00750568959bc00a2ee09 (diff) |
u/fuel: Bump & rebase for salt scripts new repo
While at it, drop patch that removes UCA repo in ODL scenario
and replace it with a patch that extends arch list for UCA repo
for arm64.
JIRA: ARMBAND-304
Change-Id: Icd8e4cf8288c3e42915244f40d261ff463f60452
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch')
-rw-r--r-- | patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch b/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch index 3286ebb2..7f9c4a23 100644 --- a/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch +++ b/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch @@ -31,10 +31,10 @@ Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> 1 file changed, 10 insertions(+) diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh -index 1b439a9..bf8eb12 100644 +index 3f74058..5389ced 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh -@@ -20,6 +20,15 @@ get_base_image() { +@@ -25,6 +25,15 @@ get_base_image() { wget -P /tmp -N "${base_image}" } @@ -50,7 +50,7 @@ index 1b439a9..bf8eb12 100644 cleanup_vms() { # clean up existing nodes for node in $(virsh list --name | grep -P '\w{3}\d{2}'); do -@@ -34,6 +43,7 @@ prepare_vms() { +@@ -39,6 +48,7 @@ prepare_vms() { local -n vnodes=$1 local base_image=$2 |