summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-04Updated git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
Project: optf/has master 37301dd6ce1fd71cfde394bef74e9645e808d804 Merge "Version.py must match setup.cfg" Version.py must match setup.cfg pip install -e . command was failing due to project name mismatch in version.py (pbr settings) and setup.cfg. Also, README.rst is a required file - must be present in the directory pip install is run from (needed by setup.py). Copied README.rst (and its markdown counterpart - README.md) to one level in (./conductor). Issue-ID: OPTFRA-161 Change-Id: I76e8e9c7d303a1e82524635118af3de36bc1a361 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
2018-03-04Updated git submodulesShankaranarayanan Puzhavakath Narayanan1-0/+0
Project: optf/has master db05d1fb5487976a1e74545c76aa2f0db5e4c245 Merge "Add Active-Active code to has" Add Active-Active code to has Added Active-Active setup related files (new and modifications) Issue-ID: OPTFRA-150 Change-Id: I50964ae990a465d0f977a4dea512dd61b35e308d Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-03-04Updated git submoduleskaty.rotman1-0/+0
Project: sdc master 7d5ccf3d6207008321595ec45149a370ba80ffe8 VirtualMachineInterface guildeine validator Issue-ID: SDC-994 Change-Id: Ia232a384c51facb61eaada66c2924957e68b8f0a Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-03-04Updated git submodulessiddharth09051-0/+0
Project: sdc master 17ef2f46be5686d48d8e77b9b5a504456f169e3b Junit for verifying Pattern1B Junit for verifying Pattern1B Change-Id: Ic7af0f22abf097dbe9f48a838951478eca648cd2 Issue-ID: SDC-1072 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-03-04Updated git submodules.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #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 */
---
project: 'so'
project_creation_date: '2017-01-30'
lifecycle_state: 'Incubation'
project_category: ''
project_lead: &onap_releng_ptl
    name: 'Seshu Kumar'
    email: 'seshu.kumar.m@huawei.com'
    id: 'seshukm'
    company: 'Huawei'
    timezone: 'India/Bangalore'
primary_contact: *onap_releng_ptl
issue_tracking:
    type: 'jira'
    url: 'https://jira.onap.org/projects/SO'
    key: 'SO'
mailing_list:
    type: 'groups.io'
    url: 'lists.onap.org'
    tag: '<[sub-project_name]>'
realtime_discussion: ''
meetings:
    - type: 'zoom'
      agenda: 'https://wiki.onap.org/display/DW/Minutes+Of+Meeting'
      url: 'https://wiki.onap.org/display/DW/Service+Orchestrator+Project'
      server: 'n/a'
      channel: 'n/a'
      repeats: 'weekly'
      time: '14:00 UTC'
repositories:
    - so
    - so-chef-repo
    - so-docker-config
    - so-libs
    - so-so-config
committers:
    - <<: *onap_releng_ptl
    - name: 'Chuanyu Chen'
      email: 'chenchuanyu@huawei.com'
      company: 'Huawei'
      id: 'boychuanyu'
      timezone: 'Asia/Shanghai'
    - name: 'Byung-Woo Jun'
      email: 'byung-woo.jun@ericsson.com'
      company: 'Ericsson'
      id: 'byungwoojun'
      timezone: 'America/New_York'
    - name: 'DeWayne Filppi'
      email: 'dewayne@cloudify.co'
      company: 'Cloudify'
      id: 'dfilppi'
      timezone: 'America/Los_Angeles'
    - name: 'Max Benjamin'
      email: 'max.benjamin@att.com'
      company: 'ATT'
      id: 'mfour'
      timezone: 'America/New_York'
    - name: 'Yan Yang'
      email: 'yangyanyj@chinamobile.com'
      company: 'China Mobile'
      id: 'yangyan'
      timezone: 'Asia/Shanghai'
    - name: 'Marcus Williams'
      email: 'marcus.williams@intel.com'
      company: 'Intel'
      id: 'mgkwill'
      timezone: 'America/Los_Angeles'
    - name: 'Sanchita Pathak'
      email: 'sanchita@techmahindra.com'
      company: 'Tech Mahindra'
      id: 'sanchitap'
      timezone: 'Asia/Kolkata'
    - name: 'Steve Smokowski'
      email: 'ss835w@att.com'
      company: 'ATT'
      id: 'stevesmokowski'
      timezone: 'America/New_York'
    - name: 'Subhash Kumar Singh'
      email: 'Subhash.Kumar.Singh@huawei.com'
      company: 'Huawei'
      id: 'subhash_singh'
      timezone: 'Asia/Kolkata'
    - name: 'Lukasz Muszkieta'
      email: 'lukasz.muszkieta@nokia.com'
      company: 'Nokia'
      id: 'lukaszM'
      timezone: 'Europe/Warsaw'
tsc:
    approval: 'https://lists.onap.org/pipermail/onap-tsc'
    changes:
        - type: 'removal'
          name: 'Tal Liron'
          name: 'Heliu Zhong'
          name: 'Yuanwei Yang'
          name: 'Christophe Closset'
          name: 'Claude Noshpitz'
          name: 'maopeng zhang'
          name: 'Bin Hou'
          name: 'Fu Jinhua'
          name: 'Jie Feng'
          name: 'jackie tian'
          name: 'Deng Hui'
          link: 'https://lists.onap.org/pipermail/onap-tsc/2018-May/004802.html'
        - type: 'addition'
          name: 'Marcus Williams'
          name: 'Sanchita Pathak'
          link: 'https://lists.onap.org/pipermail/onap-tsc/2018-May/004802.html'
        - type: 'addition'
          name: 'Steve Smokowski'
          name: 'Subhash Kumar Singh'
          name: 'Lukasz Muszkieta'
          link: 'https://lists.onap.org/g/onap-tsc/message/4320'
        - type: 'removal'
          name: 'Rob Daugherty'
        - type: 'addition'
          name: 'Max Benjamin'
          link: 'https://lists.onap.org/g/onap-tsc/message/4981?p=,,,20,0,0,0::Created,,committer,20,2,0,31638681'
ion for optf-has" Add API documentation for optf-has Add the API documentation exposed by HAS, used by OSDF in R2. Issue-ID: OPTFRA-155 Change-Id: I78fa78f26720ee4670fc62c250c2c4720aca2a77 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> 2018-03-02Updated git submodulesbobbymander1-0/+0 Project: policy/engine master 1aaed5799c4796ff757b9be8e70a61d2caafc38b JUnit remove one flaky test for now Issue-ID: POLICY-600 Change-Id: I8b32cb3658e9a145a6493639787abc0145a04991 Signed-off-by: bobbymander <bobby.mander@att.com> 2018-03-02Updated git submodulesRob Daugherty1-0/+0 Project: so master 51b81849198a97f716f810dd8183ff276304d2ba Revert previous Test commit Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641c4 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com> 2018-03-02Updated git submodulesRob Daugherty1-0/+0 Project: so master f5988718168a345990016e84efae077b23620606 Merge "Test commit in Test branch" Test commit in Test branch Change-Id: I1d436b10538cac3b98d264f359595da0a20f7180 Issue-ID: SO-425 Signed-off-by: Arthur Martella <amartell@research.att.com> 2018-03-02Updated git submodulesJorge Hernandez1-0/+0 Project: policy/engine master 232424b155d8c1c005f059e1e7d5f1da5bbfcf89 Merge "Remove CLM issues with commons-collections" Remove CLM issues with commons-collections We know that we are not configuring an LDAP PIP in our use of the XACML open source. The LDAP implementation uses Apache Velocity, which uses a very old version of commons-collections that has security issues. So we can exclude commons-collections from the build. Issue-ID: POLICY-507 Change-Id: I735eae4fe507ad016d9b0b49e67536415edb9820 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> 2018-03-02Updated git submodulesEddy Hautot1-0/+0 Project: clamp master 356fc5f8f9f0b075fba54da19df2de0fb9c0c69f Merge changes from topic 'bugfix/nexus-iq' * changes: Update some dependencies Upgrade lib to recent Remove useless web.xml Update some dependencies Update versions of some dependencies as reported by Nexus IQ Issue-ID: CLAMP-135 Change-Id: I79b6e7f464032630f5d07c4d00999a38da50d2a6 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> Upgrade lib to recent Upgrade moment.min.js to latest known due to nexus IQ report Issue-ID: CLAMP-135 Change-Id: I6675c92c456ccc243fb3c3c2129b530874d52640 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> Remove useless web.xml Remove the file that is not useful anymore since a while Issue-ID: CLAMP-85 Change-Id: Ib55095a80a95f1dc7107954aad03338577a00b33 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> 2018-03-02Updated git submodulesEddy Hautot1-0/+0 Project: clamp master b79ce61729c0422ab9d3909439538b000157f721 Merge "Fix issue with bmpnText" Fix issue with bmpnText The bpmnText is not provided by the UI anymore so it has been replaced by db template values. Issue-ID: CLAMP-115 Change-Id: Ifb3abb081560191e50b3267a0ceea0775d93b1ee Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> 2018-03-02Updated git submodulesEddy Hautot1-0/+0 Project: clamp master f9121f131d1ee833eef18789a7c6f459efd788d4 Merge "Fix Clamp runtime" Fix Clamp runtime Add the missing file for SDC Config in resource and docker clamp.env. Issue-ID: CLAMP-81 Change-Id: Ie1a22fcc1a8d95fcc5dd826353e989c7e1707abd Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> 2018-03-02Updated git submodulesChuanyu Chen1-0/+0 Project: so master 437220551824eafe0e4190205dab87eed6e93ac3 Merge "Support decompose service by model uuid" Support decompose service by model uuid Support decompose service by model uuid Change-Id: Ib6f751440bc9c60df12e18857f23b4c62181b9c6 Issue-ID: SO-451 Signed-off-by: c00149107 <chenchuanyu@huawei.com> 2018-03-02Updated git submodulesyunlong ying1-0/+0 Project: vfc/nfvo/lcm master 40187be68d73b231a16edf476881c5eef05da211 Merge "Modify code to get scaling data" Modify code to get scaling data Change-Id: I67f0a43d7d5e288e3927e2c8e5e80b0712bc8367 Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> 2018-03-02Updated git submodulesLiZi1-0/+0 Project: aai/esr-gui master 8ac643868c8b551b01d29177fb4e351d36056f23 Fix the url of query vim type. Change-Id: I087bfb4a4e802253cecdb3af2a9fa45c63d0d93d Issue-ID: AAI-833 Signed-off-by: LiZi <li.zi30@zte.com.cn> 2018-03-02Updated git submodulesLi Zi1-0/+0 Project: aai/esr-server master 336cdb316f039f6212211df12f894b3ef68920af Merge "Fix the bug about nullpointer when update VIM" Fix the bug about nullpointer when update VIM Change-Id: I25d81a88a7fec20a6f1ebca26b727cee64be1d96 Issue-ID: AAI-832 Signed-off-by: LiZi <li.zi30@zte.com.cn> 2018-03-02Updated git submodulesfujinhua1-0/+0 Project: vfc/nfvo/lcm master 53dfd3b4028632b72bca8270a5a3927a70313e4d Add Sonar coverage for vfc-nfvo-lcm Change-Id: Ia8780aed5eee306420e9d91b40a085eb116baa99 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn> 2018-03-02Updated git submodulesfujinhua1-0/+0 Project: vfc/nfvo/lcm master 936e24b79ac5ec5d88cc72109a8b49387ad2951b Add Sonar coverage for vfc-nfvo-lcm Change-Id: I4005b094f9b1ae98fe5324605a2ea65738bac497 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn> 2018-03-02Updated git submodulesLi Zi1-0/+0 Project: aai/esr-server master 36f3f5388cdc979f9bcb6d07e31ef817d85fdda1 Merge "Add unit test for the newly entity classes." Add unit test for the newly entity classes. Change-Id: Ie87f678cdaab10322211b546d5defa1e17a8b3c8 Issue-ID: AAI-831 Signed-off-by: LiZi <li.zi30@zte.com.cn> 2018-03-02Updated git submodulesfengyuanxing1-0/+0 Project: vfc/nfvo/lcm master 0685bf7af0a0ad8b5f7f439dd39e1667b9214a74 Modify code to get scaling json by catalog Change-Id: Id1743cdf2a50f4ec100a0fa1fc74a42de16db4a0 Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> 2018-03-02Updated git submodulesfengyuanxing1-0/+0 Project: vfc/nfvo/lcm master 6a35534386bf5f2f5d45bb63763d88c3b72a647b Add code to download scaling json Change-Id: I97f13443430db70e99c22b9baec2610b58aee191 Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> Add code to deal with scaling json Change-Id: I203065c621dab33c5c61b946c85e22b6ede48d77 Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> 2018-03-02Updated git submodulesLi Zi1-0/+0 Project: aai/esr-server master cb6a81d520e2a7176baaff46f71d24c6edaeb1d2 Merge "Add unit test for the newly API." Add unit test for the newly API. Add unit test for the API of query complexes and create relationship between cloud region and complex Change-Id: I1a5b4b53346e820f66946482ce27f4273d842e88 Issue-ID: AAI-830 Signed-off-by: LiZi <li.zi30@zte.com.cn> 2018-03-02Updated git submodulesfengyuanxing1-0/+0 Project: vfc/nfvo/lcm master 0d5d10bb9d4650a265cfaa76e25e260a29e4e715 Add code to deal with scaling json Change-Id: I7e9fe895f96fda8c84b9bd39e41000e55107af8c Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> 2018-03-02Updated git submodulesCongcong Peng1-0/+0 Project: integration master 10d984c3606b5c6a026dea4b9df0954d74d0a8d1 Rename some variables Issue-ID: HOLMES-117 Change-Id: Ia67c2e577408a13a231868392912ffe035494203 Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn> 2018-03-02Updated git submodulesfengyuanxing1-0/+0 Project: vfc/nfvo/lcm master 2b4006276b5b08c60c22ee41b0fa9e9b238edef5 Add json for scaling Change-Id: Ic2bfea8ab54405a06a687fb3d3be55928f3984f0 Issue-ID: VFC-784 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn> 2018-03-02Updated git submodulesDileep Ranganathan1-0/+0 Project: optf/has master 5238bc5d23b926e49c2805890d108cc2f1dcc618 Added unit tests for Data module Unit test for conductor/data Change-Id: I62e95824a8191adacd630746dc0101660d480886 Issue-ID: OPTFRA-70 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>