X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;h=877664f3ae1a337eb87fd057de19dcb9838eb3b1;hb=a38deb88ed5fc0dc7e94404ef522898cb5741fb6;hp=fd360eaa61500dcba3c3643d1561a59b93714fd3;hpb=42f8585ebb8fffad19a89314659ab9129176c3e9;p=armband.git diff --git a/README.md b/README.md index fd360eaa..877664f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2017 Enea AB and others + Armband Fuel@OPNFV ================== -This repository holds build scripts for Fuel 9.0 OPNFV installer +This repository holds build scripts for MCP Fuel OPNFV installer for AArch64 machines. Workflow @@ -28,7 +32,7 @@ The standard workflow should look as follows: NOTE: If you want to re-export patches, make sure to move the tag `${A_OPNFV_TAG}` to the latest commit that should be included. -5. Build with: +5. (not implemented yet for MCP) Build with: $ make build 6. Re-create patches via: @@ -48,24 +52,3 @@ and point it to `upstream/*` directory, i.e.: $ git submodule -b stable/mitaka add --name fuel-web \ https://github.com/openstack/fuel-web.git upstream/fuel-web - -Fuel@OPNFV submodule patch development --------------------------------------- -Fuel-submodules (fuel-astute, ... , fuel-ui) patches also reside in Armband, -like previously described patches that are applied to Armband submodules, -but they are not directly applied to any submodule in Armband. -Instead, they are copied (staged) to Fuel@OPNFV submodule, which will -automatically pick them up and apply them to its own submodules -(fuel-astute, ... , fuel-ui) during ISO build. - -The following helpers are available for working with patches for -Fuel-submodules (fuel-astute, ... , fuel-ui): - -1. Clean Fuel-submodules (fuel-astute, ... , fuel-ui) patches - $ make fuel-patches-clean - -2. Import Fuel-submodules staged patches - $ make fuel-patches-import - -3. Export Fuel-submodules patches - $ make fuel-patches-export