aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/huawei-virtual1
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Enable DPDK scenarios in Jenkinschigang1-0/+132
2017-09-01Support multiple physnet mappingHarry Huang1-2/+10
2017-08-14Modify moon networkHarry Huang1-1/+1
2017-08-11Adapt network.yml to OpenStack AnsibleHarry Huang1-9/+27
2017-06-20fix baremetal deployhuangxiangyu1-10/+10
2017-06-09support Containerized compass-corehuangxiangyu1-9/+9
2017-03-17update opera related filesHarry Huang1-14/+5
2017-03-10Add network_openo.yml in all virtual podsHarry Huang1-0/+114
2017-02-27Add License header for files without itchigang3-0/+27
2017-01-05Yamllint testliyuenan3-27/+30
2016-07-07COMPASS-428CNlucius1-0/+90
2016-05-20Rename Huawei Jenkins slavesmeimei2-0/+180
: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
From: Stanislaw Kardach <stanislaw.kardach@cavium.com>
Date: Thu, 3 Mar 2016 19:04:07 +0100
Subject: [PATCH] Build bootstrap image for arm64

For now the arch is hardcoded for simplicity. We should detect this
but how? If we're multi-arch then one bootstrap image should be built
per supported arch. This requires Fuel refactoring.
---
 .../0001-Patches-for-OPNFV.patch        | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch b/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
--- a/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
+++ b/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
@@ -45,3 +45,12 @@
  # Enable iptables
  systemctl enable iptables.service
+@@ -484,7 +490,7 @@
+         local ret=1
+         echo ${bs_progress_message} >&2
+         set_ui_bootstrap_error "${bs_progress_message}" >&2
+-        if fuel-bootstrap -v --debug build --activate >>"$bs_build_log" 2>&1; then
++        if fuel-bootstrap -v --debug build --target_arch arm64 --activate >>"$bs_build_log" 2>&1; then
+           ret=0
+           fuel notify --topic "done" --send "${bs_done_message}"
+         else
 @@ -546,6 +560,16 @@ systemctl start ntpd