opnfvdocs.git
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 20:34:08 +0000 (20:34 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix found bugs in policy"
  - Fix found bugs in policy

    Change-Id: I9f6f60edd9e3378343eb092d1153da91ef585d34
Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 3 Jan 2018 19:08:06 +0000 (20:08 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Revert "patches: Drop salt ver sync patch, now upstream"

    Unlike nightly dist, stable/2017.12 distributions of salt formulas
    repo do not yet include this change, so bring it back.

    This reverts commit 8fbafdf8a665fb8fff4d6f9f14c343e109c122ec.

    Change-Id: I7f7011750d385a28f4653faeeb74edb1cac1bcf2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 05:10:27 +0000 (06:10 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for mas01 NAT removal

    Change-Id: I0ba6eec175a4b4f1eac0c085dcf25b43589259a7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
xiaodong shang [Wed, 3 Jan 2018 17:56:37 +0000 (17:56 +0000)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Merge "Replace relative path with absolute path for functest script"
  - Replace relative path with absolute path for functest script

    urrent parser script for functest is supposed that functest enterns the
    tests directory of parser firstly, and then call functest_parser.sh; it
    need to use absolute path instead of relative path as work directory.

    This modification is from functest patch:
    https://gerrit.opnfv.org/gerrit/#/c/49649/

    JIRA: PARSER-171

    Change-Id: I55b3ce882e6ddd48edf9f43eb8fae8334c5458aa
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Update notes for release E

    Update userguide and release-notes

    JIRA:PARSER-163

    Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Fix integration error when no role of heat_stack_owner

    If there is no role of heat_stack_owner in openstack, integration
    will be error, the patch will fix it.

    JIRA: PARSER-162

    Change-Id: I74d4e70153a312c1a64c75e0ff956b7ab2219adf
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Fix test for apex

    Currently the test in apex is error, the patch will fix it.

    JIRA: PARSER-160

    Change-Id: I0c290f7819468e1f400f1610fc87bceb72086b92
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Remove python limitation for codeship

    When publish nfv-toscaparser to onap through codefish, the python
    version of 2.7.13 doesn't support again, so it will be delete in
    .python-verson

    JIRA: PARSER-161

    Change-Id: I90f1be241c539a405edc7c674e411c20de3e4ae1
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Add coverage test item

    Currently there is no coverage report, so it's necessary to add covrage
    test for parser.

    JIRA: PARSER-159

    Change-Id: I7688b2c7e3adc8d0009e5edf33be41c7c75a5d87
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Fix user role list bug

    Currently the query misses a option of --user,
    the patch will fix it.

    JIRA: PARSER-158

    Change-Id: I324d843b00271f7fb333b02c5372cb061d09ae70
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
  - Fix heat_stack_owner bug

    In env installed by apex, there is no role of heat_stack_owner, so it
    need to separate the condition  in script.

    JIRA:PARSER-157

    Change-Id: Ie40715268a1124b57f0bf36ddc566bbcdbed964b
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
    (cherry picked from commit 51a4cb9a4026037147da64b2353ec44002c7a7a7)

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 3 Jan 2018 16:43:43 +0000 (17:43 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] curtin: Bump salt-minion to 2016.11

    By default, MaaS formula will install Salt minion 2016.3 via curtin
    on physical nodes. 2016.3 does not properly support proxy_host
    config option, causing timeouts during `linux.system.repo` SLS apply.

    Change-Id: I3d6245f0d4b425170c43b3b62a21ad9acc6cb97e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 3 Jan 2018 17:05:52 +0000 (17:05 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Support network configuration overridden"
  - Support network configuration overridden

    When the network_type is vlan, the params physical_network and
    segmentation_id should be accepted as arguments when creating
    network.

    JIRA: SNAPS-252

    Change-Id: I3a7bec8a592ede65b97eff0911d09a8154349385
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
spisarski [Wed, 3 Jan 2018 17:00:43 +0000 (10:00 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added new configuration option for OpenStackVmInstance for cloud-init

    Added cloud_init_timeout to VM instance configuration to override the
    default timeout value hardcoded @ 120 seconds. This patch not only
    expands the default value to 300, but also allows the client to override
    this value as cloud-init can take quite some time depending on what is
    being requested.

    Change-Id: Ia4d0a54ce853a93748b16945f5ddd4d5887feb7d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 05:03:48 +0000 (06:03 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for MaaS proxy support

    While at it, fix duplicate "file.repl" entry in armband.nova_config
    SLS and drop upstream nova patch for Qemu 2.10 support previously
    backported.

    Fixes: f191bfb

    Change-Id: Ib4e56833df8e1095396af0856a0fad06f5e9ed1c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 15:12:09 +0000 (15:12 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "adding more unit tests for configuration module"
  - adding more unit tests for configuration module

    undo deleted exception by mistake

    Change-Id: I6c0246a938035f5542634e33311ad4b02973f67b
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Thomas Duval [Wed, 3 Jan 2018 14:17:26 +0000 (15:17 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Clean the code

    Change-Id: I6693e1e2c648791027d290f64798482d655ad011

6 years agoUpdate git submodules
Steven Pisarski [Wed, 3 Jan 2018 15:02:33 +0000 (15:02 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Enhancements to the SNAPS orchestrator/launcher"
  - Enhancements to the SNAPS orchestrator/launcher

    Added support for more Ansible substitution values extracted
    from OpenStack instances (i.e. subnet broadcast address, router
    external IP for gateway configuration, CIDR IP, netmask, etc.)

    Removed most try/except blocks to ensure processing does not
    continue when a problem should arise

    Added the ability to know when cloud-init has completed

    Removed nic configuration from OpenStackVmInstance as userdata/
    cloud-init/cloud-config should be performing that functionality

    Fixed some logging messages

    Misc launcher bug fixes

    Change-Id: I73e7607ee158cce3d16f9c1c1fc7c32ef5899a1d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:57:31 +0000 (13:57 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add update exception"
  - Add update exception

    Change-Id: I51b3febf3a9e6a6d40fde51329a6a619581b7077
Signed-off-by: ReemMahmoud <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:27:25 +0000 (13:27 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "adding comments for the cases should be handled for configuration module"
  - adding comments for the cases should be handled for configuration module

    refactoring url of component port to match same pattern

    integrating request wrapper

    adding validation for the key in the object before accessing it

    update some conditions
    uncomment required test cases after validation done

    Change-Id: I5f0e22ca4fd803992c051ec238f91ed0703cd1a2
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:26:49 +0000 (13:26 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code and fix some bugs"
  - Clean the code and fix some bugs

    Change-Id: I540aeea0af749f86f4c2378864b17d277517b85f

6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:26:40 +0000 (13:26 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code and fix some bugs"
  - Clean the code and fix some bugs

    Change-Id: I3516d001cb0792ca6b01a40b9d9d13efc3ba30f9

6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:26:30 +0000 (13:26 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a potential infinite loop and a bug"
  - Fix a potential infinite loop and a bug

    Change-Id: Idfc361198ea548dc60c4b34e0d5509c8ff227659

6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:26:16 +0000 (13:26 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add policy exceptions"
  - Add policy exceptions

    Change-Id: I45831be64bef097b683b400f7e8b654b8ef9b2df
Signed-off-by: ReemMahmoud <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 3 Jan 2018 13:25:58 +0000 (13:25 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Refactor moon manager test cases"
  - Refactor moon manager test cases

    Change-Id: Ic1415eca3fae71f08d493abe0dbcec9f06abf2e5
Signed-off-by: MohamedAssem <mmagraby.ext@orange.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 3 Jan 2018 09:50:55 +0000 (09:50 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "[XCI] move osa files into xci/nfvi/osa/files"
  - [XCI] move osa files into xci/nfvi/osa/files

    we maybe introduce other NFVI in the future in XCI.
    it is necessary to put the nfvi files to corresponding directory xci/nfvi/$NFVI/files,
    otherwise the files directory will be confused.

    Change-Id: Iea98167ff0bc8d338a94fe1c064ac0ab396c53d3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
sgdt6900 [Tue, 2 Jan 2018 16:38:59 +0000 (18:38 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - fixing refcursion issue for using .pdp instead of using __pdp and the
    same for container_chaining

    adding request wrapper to handle any request failure
    apply request wrapper to cache module

    Change-Id: I53b4f96a0d03a89b50a9e2eb20a3171cc2b2f6da
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Laura Sofia Enriquez [Fri, 29 Dec 2017 19:29:15 +0000 (16:29 -0300)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - VNF: Clearwater-project

    Clearwater implementation for k8s.
    1. /ci/build.sh build the images docker and /ci/upload.sh generates
    the tarballs.
    2. Inside vagrant/kubeadm_clearwater/ is the vnf implementation.

    Change-Id: Icba3f98fb466f63cfabf8c2aeebbc89d1d994f7e
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
6 years agoUpdate git submodules
Xuan Jia [Wed, 3 Jan 2018 03:53:55 +0000 (03:53 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "upgrade to ovsdpdk 2.6.1"
  - upgrade to ovsdpdk 2.6.1

    Change-Id: I6c5092a639f8306dd48b58dcd55d2ca6e5452e4d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
mei mei [Wed, 3 Jan 2018 01:41:48 +0000 (01:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Lack of DEPLOY_TYPE"
  - Bugfix: Lack of DEPLOY_TYPE

    Set the value of DEPLOY_TYPE according to BUILG_TAG

    Change-Id: I08e720dc6e049c54e249172503bcbdb7c314dc6d
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 04:36:07 +0000 (05:36 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Retire mas01 NAT

    Isolate networks by retiring NAT on mas01; also cutting direct
    internet access from cluster nodes that are not facing the public
    network (prx, cmp).

    NOTE: Since we are removing mas01 NAT, VCP VMs (except prx which have
    public IPs) and kvm nodes (cmp also have public IPs) will no longer
    have direct internet connectivity.
    Cluster deployment and operations will work without it, but if it is
    required for different reasons, the MaaS proxy could be enabled by
    uncommenting the /etc/enviroment section in:
    - cluster.baremetal-mcp-pike-common-ha.include.proxy.yml

    JIRA: FUEL-317

    Change-Id: I5ed8b420296b27df34a54ec1ebd7b7cf58041425
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [patch] Use keystoneclient to check project ID

    Another prerequisite for decoupling public network from Openstack
    internal management network (upstream won't fix it for Pike):
    - port fix from [1] for using the internal network when connecting
      to keystone during project ID validation in nova, instead of
      going through public endpoint (and using SSL).

    [1] https://bugs.launchpad.net/nova/+bug/1716344

    Change-Id: Ic9a307df9af78fcd58cbcc07b5e62a7e07cc8d7d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - [patch] keystone: Use v3 for admin endpoint

    Now that v2 API is obsolete, also switch 'admin' endpoint to v3
    (previously it was kept back for OCL compatibility).

    Change-Id: I9775d59d5e6b93d7351157f7550a0dd7114bee2f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 3 Jan 2018 00:56:43 +0000 (00:56 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix inventory.ini for build_yardstick_image"
  - Fix inventory.ini for build_yardstick_image

    In [1], 'no hosts matched' occured because 'jumphost' was not defined
    in inventory.ini.

    [1]: https://build.opnfv.org/ci/job/yardstick-daisy-baremetal-daily-master/72/console

    Change-Id: I8cb36bf083ce589e94f5f8b115e99556f0bcb053
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Markos Chandras [Fri, 22 Dec 2017 14:05:57 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scenarios: Fix location when copying scenarios to roles

    The location where we were putting the scenarios was wrong as it was
    placing them in xci/playbooks/roles/$scenario/$scenario so in the end
    the Ansible couldn't find the role we were looking for. As a result,
    the role was never executed. Moreover, we can use the synchronize
    module instead of the shell which should be both faster and safer.

    Change-Id: I3d996652bb6a62d23e259da5674d94596dad4d8d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 19:06:00 +0000 (19:06 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] heat: Switch metadata API URL to mgmt"
  - [baremetal] heat: Switch metadata API URL to mgmt

    Prepare for decoupling management from public (drop mas01 NAT):
    - ctl: change heat URLs to use new management VIP instead of public;

    Change-Id: I8e220ee37bd4177c3afd58a9ee401f815d046706
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 19:04:40 +0000 (19:04 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] prx: Add management network VIP"
  - [baremetal] prx: Add management network VIP

    Include `openstack_web_public_vip` class for setting up the
    old VIP in the public network, use old class for mgmt VIP.
    Also change the generic hostname 'prx' to point inside mgmt net.

    Change-Id: Iff69394f16ede290d149a26b054a85371f00f8e0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 2 Jan 2018 18:11:24 +0000 (19:11 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Fix OVS ifup workaround

    Do not assume routes are on the same OVS port as the one currently
    being configured. Instead, apply the `unless` ifup condition for
    any OVS port.

    Change-Id: Iea8084f9e50401d300feb7ed16f90b430680cac5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
sgdt6900 [Tue, 2 Jan 2018 15:43:23 +0000 (17:43 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - update methods to be private instead of public
    adding validation for parameter before accessing it

    Change-Id: I984a38ef7dfec281c4aa97d6ea3df72bd8c8659d
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Linda Wang [Tue, 26 Dec 2017 02:49:05 +0000 (02:49 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Configure physical_network when creating network

    When the network_type is vlan, configuring physical_network
    and segmentation_id should be supported by snaps.
    Here only testcase test_check_vm_ip_dhcp is changed, which is
    consumed by functest.

    JIRA: SNAPS-252

    Change-Id: I12ae12f62f73f2ae66fe7ee12a49abf0394669cd
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 2 Jan 2018 15:44:29 +0000 (10:44 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: disable Euphrates daily

    Change-Id: I7b10ac19a8844832886e6a54d065ee79dde026d0
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 2 Jan 2018 08:47:13 +0000 (08:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding vFW RFC2544 and ixload test cases with various packet sizes"
  - Adding vFW RFC2544 and ixload test cases with various packet sizes

    Changed private to uplink and public to downlink

    Change-Id: Id9273d9489f58bd45b60a00fc9e5bcbe9e136c84
Signed-off-by: Phani Kiran Thaticharla <phani.kiran.thaticharla@intel.com>
Reviewed-by: Oscar Medina-Duran <oscar.medina-duran@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com> 
6 years agoUpdate git submodules
Ruan HE [Tue, 2 Jan 2018 08:31:14 +0000 (08:31 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add unittests for perimeter module"
  - add unittests for perimeter module

    Change-Id: I67a930652dbac7de79d13f388de44778516a9d7f
Signed-off-by: MohamedAssem <mmagraby.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 2 Jan 2018 08:30:34 +0000 (08:30 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add comment and fix on functions that contains bugs in pdp module"
  - Add comment and fix on functions that contains bugs in pdp module

    Change-Id: Idc88a54104d296c1f4ea9747953a32370485cdd3
Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
xudan [Tue, 2 Jan 2018 07:12:30 +0000 (02:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: use fuel public endpoint rather than internal one

    1. The internal endpoint url of fuel is http.
    2. Dovetail won't pass cacert to functest and yardstick containers if it's http.
    3. For functest and rally, even if it uses internal url in the openrc file,
       they will still use public one somewhere.
    4. Use fuel public endpoint which is https, so all containers will work with
       the cacert.

    Change-Id: I3326c8d66bcad44ea81169ce0938cb0e247f498c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Mon, 1 Jan 2018 16:38:23 +0000 (11:38 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - update CI setup in container4nfv

    Change-Id: Ic87532b6101a07f0c6c2a9ee0a8e2fbd4f2f1d70
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 1 Jan 2018 19:42:20 +0000 (21:42 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - docs: diagrams: Add PXE/admin on cfg01

    Refresh diagrams to reflect that the internal network is not used
    anymore on jumpserver after PXE/admin was hooked to cfg01.

    Change-Id: I4c162d59824e182bc76c0a395742050544e95291
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 17 Dec 2017 18:34:18 +0000 (19:34 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] MaaS: Enable HTTP proxy

    Instead of using NAT on the mas01 node for all cluster node outgoing
    traffic, use the MaaS built-in proxy for APT traffic to leverage its
    caching capabilities too.
    Also enable the proxy for salt minions, so they can access public
    keyservers et al.
    Cleanup public DNS from kvm nodes, interferes with MaaS proxy.

    Add example config for global env proxy, but don't enable it:
    - default environment settings - /etc/environment (via reclass);

    The MaaS proxy will not be used (at least for now) on nodes:
    - cfg01;
    - mas01;

    NOTE: We can't yet drop the maas.pxe_nat state completely, as certain
    Openstack services are still accessed via public addresses from ctl
    nodes.

    JIRA: FUEL-317
    JIRA: FUEL-318

    Change-Id: I6c5f6872bb94afb838580571080e808bc262fc68
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 06:24:37 +0000 (06:24 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Disable keystone v2 if keystone v3 is available

    Change-Id: I9ae18ac6702b6bc1df80e5ff794307929e4aefb9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 30 Dec 2017 22:04:17 +0000 (23:04 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] cmp: Add missing public gw (default)

    When we dropped the default gw via mas01 NAT, we uncovered a bug,
    compute nodes do not have the proper public gw set up and used
    to reach public network via mas01, slowing everything down.
    Add gw similar to prx nodes.

    Fixes: d4ab072

    Change-Id: I4343c31c376a7a223670cdd623366454396d8d92
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 31 Dec 2017 14:58:25 +0000 (15:58 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Retry armband state, fail on not connected

    We no longer expect the armband state to fail on any nodes,
    baremetal or virtual, kvm or cmp, so remove failsafe `|| true`
    and retry state apply in case minions did not repond.

    Change-Id: I7b4302a89d60c94ab3f58cd6b8523cf668314a05
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 17:41:09 +0000 (18:41 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - MaaS: preseed Armband repo via curtin

    Instead of installing upstream vanilla kernel from Ubuntu just to
    upgrade to the one from Armband repo later, preseed Armband repo
    config via curtin.
    This allows us to drop a kernel update cycle, thus saving a few
    minutes at each deploy.

    While at it, switch salt repo addition to use the maas region reclass
    section instead of adding a dedicated mechanism for it in the curtin
    template (only for arm64).

    JIRA: ARMBAND-280

    Change-Id: Iad5953a7de80d728f11a4ce3113bd7725100c31c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 16:56:54 +0000 (17:56 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for APT ipv4, maas cleanup

    Change-Id: I8f1c0a5b217e2da8c6f42b1525ce1a6f67465268
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 30 Dec 2017 15:18:41 +0000 (16:18 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - salt: Use apt-mk 'stable' distribution

    'nightly' repo dist from apt-mk is broken, so switch to 'stable'.

    Change-Id: Ie12dfc2a499910b8b98a63886ba16044e66435f5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 19:34:25 +0000 (20:34 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Makefile: Fix `make upgrade` from same branch

    Change-Id: I01d583995e0b557ec128111a3f5ff56684d9fb36
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 17:17:05 +0000 (18:17 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Makefile: Add `make upgrade` target

    1. Fix missing default `make` target for `all`

    2. `make submodules-clean` should checkout git submodule commit

       On patch apply, we tag the starting commit, so we can later export
       as patches all commits between that reference and another tag,
       applied simmetrically at the  end of the patch apply process.
       Previously, `submodules-clean` checked out that starting tag.
       Change that behavior to use the commit ID referenced by parent
       git repo (armband) submodule, so when armband git submodules are
       updated (e.g. sometimes `make upgrade` might include such changes),
       the new reference will be picked up automatically.

    3. Add `make upgrade` for fetching latest changes on current branch

    Change-Id: I03dc3953e91acfbe6ccb5e3bb2ccee7d28a0f7d5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 19:12:29 +0000 (20:12 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - .gitreview: Add explicit defaultbranch

    Change-Id: I800b822db675c82d12f0b3c7f2ff617887cdab4d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 13:22:21 +0000 (13:22 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[netconfig] APT: Prefer ipv4 connections over ipv6"
  - [netconfig] APT: Prefer ipv4 connections over ipv6

    Ubuntu prefers ipv6 connections therefore in some networks, this
    breaks software updates (it does a AAAA DNS lookup before A record
    lookups). Let's prefer old style ipv4 connections over the new ipv6 in
    order to save some processing and resource utilization.

    Based on previous work from [1] (but without /etc/gai.conf, only APT).

    [1] https://review.openstack.org/#/c/462502/

    JIRA: FUEL-321

    Change-Id: Ic3dff3baa1c0be9ac95972557d6a2d26641bfe1b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 01:58:25 +0000 (02:58 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [maas] artifact sync: improve barrier condition

    Simplify wait condition for MaaS service up, since it's fragile
    and often adds extra time when not really needed.
    Instead, retry starting boot image import right away.

    Change-Id: I131d6c82127449cecf6685d4cc7484a366e658c6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 03:33:51 +0000 (03:33 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update Alpine to 3.7"
  - Update Alpine to 3.7

    It conforms with the last release [1] and Docker latest [2].

    [1] https://alpinelinux.org/posts/Alpine-3.7.0-released.html
    [2] https://hub.docker.com/_/alpine/

    Change-Id: I731b455bd9eb9900c7794643b8605bf73a15726d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 03:33:26 +0000 (03:33 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Execute feature command by subprocess directly"
  - Execute feature command by subprocess directly

    Change-Id: I77e86af4e96310c6520d743e4d16c9a7b2e9adf5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
xudan [Fri, 29 Dec 2017 02:12:07 +0000 (21:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Support run dovetail CI jobs on fuel euphrates and master

    Change-Id: Iaf64316f8db351dd72f1ec1079953764f797dc3b
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 27 Dec 2017 20:25:18 +0000 (15:25 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - support kata container in container4nfv

    deploy k8s/weave + kata container

    Change-Id: I102bb6ee1ea9abaf164e62b26e3cc16e870d859a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 15:38:54 +0000 (16:38 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for keystone v3 default

    Change-Id: Ib6ee5ac0f7abbb63eee7fc0e4132cdd5cf1b6e21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 15:50:57 +0000 (15:50 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code"
  - Clean the code

    Change-Id: Ifba24bb030db84db27970ca66d069c03a3f4af14

6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 15:46:12 +0000 (15:46 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "init functional pod tests"
  - init functional pod tests

    Change-Id: Ibfe54e2b1a7b27a1104c6fd48528c92cb3f95867
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 15:01:31 +0000 (15:01 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[patch] haproxy hostname parameterization upstream"
  - [patch] haproxy hostname parameterization upstream

    PR [1] was merged upstream.

    [1] https://github.com/Mirantis/reclass-system-salt-model/pull/298

    Change-Id: I335ac265b0b0b625c2f488755c5d11710ab354c2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 14:31:54 +0000 (14:31 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code"
  - Clean the code

    Change-Id: If508aa1ac6fd439dc6da916868b60adfce3dd72d

6 years agoUpdate git submodules
Michael Polenchuk [Thu, 28 Dec 2017 09:22:58 +0000 (13:22 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Use keystone v3 endpoints by default

    Change-Id: I98fc378fbec3679acf5bad4c089972340daea92c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
RHE [Thu, 28 Dec 2017 14:19:05 +0000 (15:19 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moonv4.3 review

    Change-Id: I0d137df21136292b58194def44ac5b32183368fc
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 28 Dec 2017 08:21:23 +0000 (08:21 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "change the failure judgement condition for setup-openstack"
  - change the failure judgement condition for setup-openstack

    1. Don't check failed=1 instead of checking the last task name.
    2. comment the fix pip version yml

    Change-Id: I3c22074f319a1d0f1ae0f3df43ca6e10ec684aac
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 28 Dec 2017 02:49:20 +0000 (02:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Clean base images only if 1 container was built"
  - Clean base images only if 1 container was built

    Change-Id: I0134082d2d150a6dc58e679f9ade81eb6c040266
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:29:22 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use Dovetail aarch64 docker image with armband pod"
  - Use Dovetail aarch64 docker image with armband pod

    Change-Id: I8ce34880b78daaaf0bf22674d26e1d8f8f41614c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:26:18 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable dovetail daily jobs on Fuel/armband Euphrates and master"
  - Enable dovetail daily jobs on Fuel/armband Euphrates and master

    Dovetail only ran against fuel danube release before.
    It needs to run against fuel euphrates and master because Dovetail team
    is planning the 2nd release which is based on OPNFV Euphrates.

    Change-Id: I2c39d53a16ca6dbf8eda31943f09896cf7ee35c6
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:18:49 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base"
  - [compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa
    to compass-tasks. And create a new docker image compass-tasks-base

    Change-Id: I3a6f38ce28fe465cf1c2c1723a41728a7cbcc60d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 16:55:41 +0000 (16:55 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Update the documentation"
  - Update the documentation

    Change-Id: I705ac9b017184fcfff77856d77fc50a306f1fbf5

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:41:37 +0000 (17:41 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for kpartx delay fix

    Change-Id: I804c39f73f6701502b43225abfe5fe890f5b0fca
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:53:34 +0000 (16:53 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Add delay after `kpartx -av`"
  - lib.sh: Add delay after `kpartx -av`

    On rare occassions, mapper bindings created by kpartx take longer
    to show up, leading to errors when we try to mount them on.
    Bring back the hardcoded delay to bypass such issues.

    Change-Id: Ib386c04fc55cd85235a2156dba08fda378e4cdfd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Thomas Duval [Wed, 27 Dec 2017 16:45:33 +0000 (17:45 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update and fix bugs in some tools.

    Change-Id: If66fd96dd063f5d2b57094abcc965d37bb8cd92c

6 years agoUpdate git submodules
Thomas Duval [Wed, 27 Dec 2017 16:19:44 +0000 (17:19 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update moonclient with new commands

    Change-Id: I59560b179262ab68c0d6db50d0b555fb87be153b

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:12:58 +0000 (17:12 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for MaaS patch squash

    Change-Id: Ibbdb467b4656493c6effa68991dab1902e78b7fe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 16:16:41 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Delete the automatic configuration of PDP and Policies."
  - Delete the automatic configuration of PDP and Policies.

    Change-Id: I2965819ad9635f501ecc091b4a4c583a530f4311

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 15:57:57 +0000 (15:57 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "patches: Squash maas region changes"
  - patches: Squash maas region changes

    When re-deploying with `-f` flag, `patch -R` cannot cleanly revert
    maas region changes with overlapping context lines, so squash them
    into a single file.

    Change-Id: I87dae72a12fea833e9e6729de21d4ce5f262695e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 15:30:35 +0000 (15:30 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "adding unit tests for cache module"
  - adding unit tests for cache module

    Change-Id: Ie6837e63ca652374ce7b5a304d7352b3d6ddba58
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 15:17:49 +0000 (15:17 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add pdp exceptions in python_moonutilities exceptions"
  - Add pdp exceptions in python_moonutilities exceptions

    Change-Id: Ie9198d912bc651a93bfd4dafde58795be5977c3c
Signed-off-by: ReemFawzy <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
RHE [Wed, 27 Dec 2017 15:01:39 +0000 (16:01 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon performance test plan

    Change-Id: I0c6b6dfcbd86d972b61d9c8e6a2242fede44660c
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 27 Dec 2017 13:17:13 +0000 (17:17 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn] Inject ovn central options

    Change-Id: Ib9021ee3ca15c05cc137ae42c263383acb4393bd
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Dec 2017 16:19:23 +0000 (17:19 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for OVN

    Change-Id: I3489c340a12edb3f14cbbd1d63fd90cb4bdfa52c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
RHE [Wed, 27 Dec 2017 13:29:16 +0000 (14:29 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moonv43 ok

    Change-Id: I5ca6724755137ec61d1f0df2e9ed9861de18a50b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 12:55:12 +0000 (12:55 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "moon_forming for policy templates"
  - moon_forming for policy templates

    Change-Id: I8f19a9c4d791d509a6c0349424252ea24c56ab6b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yifei Xue [Wed, 27 Dec 2017 12:26:43 +0000 (12:26 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Remove the /var/log/osa directory if exist"
  - Remove the /var/log/osa directory if exist

    generate password again to ensure the password is different everytime

    Change-Id: I8c88266e724922301f4411b330d7d7154bfb250e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
MohamedAssem [Wed, 27 Dec 2017 09:45:11 +0000 (11:45 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add keystone tests

    Change-Id: I0d98547d201e5b7b2b9a240e9e70bc1a9cd29a38
Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 27 Dec 2017 22:32:45 +0000 (17:32 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - update image to 171226232545

    Change-Id: I33e00112b556454edbb75f83e7f37499de26b9a8
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Yujun Zhang [Thu, 7 Dec 2017 18:56:41 +0000 (10:56 -0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Allow building docker image from specified path

    Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 16:57:52 +0000 (17:57 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - fix a pub for k8s

    Change-Id: Ic0225b8bf64e7e49a0cddec97f3f9003c4e8a9f3
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 26 Dec 2017 15:04:27 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add unit test for pdp module"
  - add unit test for pdp module

    Change-Id: I1aadbb836694212a2de52a81b9b637be856e0867
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 26 Dec 2017 15:04:20 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add unit test for policy module"
  - add unit test for policy module

    Change-Id: I981d9161cbdc167c4c9b5483d23842bca7e82006
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 14:38:11 +0000 (15:38 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon kubernetes review

    Change-Id: I49a62f18ac6ecd06cdbc8e51b4e8ba00971ce6aa
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 12:35:54 +0000 (13:35 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon v4 re-organization

    Change-Id: I73665f739f35ae18175f98d0739567e403c1fa80
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yang Yu [Mon, 25 Dec 2017 05:05:32 +0000 (13:05 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - buf-fix: sfc quota setting

    JIRA: BOTTLENECK-215

    compass master does not enable sfc, only eupurates.
    changing sfc quota will cause error for "not valide attributes"

    Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Tue, 26 Dec 2017 05:43:09 +0000 (05:43 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Generate .ssh/known_hosts when making VM image"
  - Generate .ssh/known_hosts when making VM image

    Change-Id: I3f72239d6c4db27f67d5586c45e46ed01fad281d
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Alex Yang [Tue, 26 Dec 2017 03:44:35 +0000 (03:44 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Use deployserver's timezone in daisy VM"
  - Use deployserver's timezone in daisy VM

    Change-Id: Ie58af69f444924494d1a2949ba894ae55da7efc9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
wutianwei [Mon, 25 Dec 2017 07:39:50 +0000 (15:39 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - fix the lz4 packages dependence

    1. install pkgconfig
    2. mv the tasks of fixing pip issue out of the main script

    Change-Id: Icc08a3c461690d1d6747455479df0a58d87d22da
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 25 Dec 2017 23:04:19 +0000 (23:04 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Dynamic region name of juju cloud"
  - Dynamic region name of juju cloud

    Region name in juju cloud has been made dynamic now, region name
    will be added in cloud file from os environment variable.
    It fixes the issues when runnit juju_epc vs Apex [1].

    It also updates ubuntu images to xenial.

    [1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-master/628/console

    Change-Id: I9422af3086141cd40b99e6482883a7081f58c2ea
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
6 years agoUpdate git submodules
ahmed.helmy [Mon, 25 Dec 2017 16:31:08 +0000 (18:31 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - add test for models module

    Change-Id: Ib685a4299b392db6380bacd7aedf9ae07611fcdb
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 25 Dec 2017 09:36:51 +0000 (13:36 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn] Mend state name of openstack

    * rename openstack state name with noha suffix
    * increase vcpus for compute nodes

    Change-Id: I03386c4c1c92d329d847aa506589823e57644ef4
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 13 Dec 2017 14:51:23 +0000 (15:51 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Clean Docker images after builds

    Compared to the related Releng script, it only focuses on cleaning
    images. It's considered out of scope to remove remaining docker
    containers.

    It doesn't force to remove images because base images (e.g. Alpine)
    could be selected by other OPNFV projects too. It ensures O is
    returned even if one image cannot be removed.

    functest-core is removed at the end because all Functest containers
    depend on it.

    The script works well in a nominal building env. Any remaining
    Functest images or containers must be removed by hand.

    JIRA: FUNCTEST-898

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: I72d8214b711680ec7958af1d427b23dee6337bf6
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 23 Dec 2017 11:41:10 +0000 (12:41 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add Docker build opts

    Change-Id: I91fcb833b6b6216338b4fcb888f093a2086264a7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 25 Dec 2017 17:06:29 +0000 (12:06 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Now SDL cluster use kolla_internal_vip_address as VIP

    Change-Id: Id22c86d4d2c7c18bba36dc9b50cd56bf75d94053
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>