Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'dublin'
to f8270fc54d69ed3765ef788db1292bf27a68a351
- Fixing ETSI BB execution failure
Change-Id: Icbcd43be40c7717a714bc866bf153ac3ea0e427c
Issue-ID: SO-1934
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
* Update docs/submodules/vid.git from branch 'dublin'
to 04b8bbe7938b4f2119b969455e7de03d4987cce1
- Merge "Initialize parameters maps before reading params" into dublin
- Initialize parameters maps before reading params
Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8
Issue-ID: VID-484
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'dublin'
to bcc49b982fda33597e22c4463c06610de7dd95ba
- Bump VID version to 4.3.0
Resolves defect:
Issue-ID: VID-484
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 7fd0f0846a860d4daf4f6d48e757dc03882c0ffc
- Renamed accessId to remoteid
Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I6b63286f10ebc129b72a36cf41f0bb85b797f9ef
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'dublin'
to 7a852c50ed96cec58b16ebe7c78e2146279c0244
- update DM rst files for R4
Issue-ID: MODELING-162
Change-Id: I469c071edd9857dad003b36362a236b0d99c3eab
Signed-off-by: lishitao <lishitao@huawei.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
to ae8c9443249a32f15ab82005d5af105ccdc78cda
- Merge "Roll to next snapshot" into dublin
- Roll to next snapshot
Roll to next snapshot version (0.4.4-SNAPSHOT)
Change-Id: I4b6256324796a424a4f064e118a812c108f14e4f
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'dublin'
to 485c900d67c942b0f5df87e4f43847f6237dd725
- Fix typos and clean up docs
Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be
|
|
* Update docs/submodules/ccsdk/utils.git from branch 'dublin'
to 3010d0d4dfd023b0514ca267f5456b08697fd1e8
- Roll to next snapshot
Roll to next snapshot (1.2.1-SNAPSHOT)
Change-Id: If7a0cf4999601f90f77b0038fa1bfa0a9f1e43f6
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'dublin'
to f33a22cef670ad889f8c0382d7dc24562f19913f
- Roll to next snapshot
Roll to next snapshot version
Change-Id: I50f52a0ca8bb5d61914a0d0d96ea92591e137d42
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Issue-ID: DOC-468" into dublin
|
|
* Update docs/submodules/sdnc/oam.git from branch 'dublin'
to 46ce47ed65a43f5739d9379d9eb4249a206dec3c
- Merge "Fix bug associated with DMAAP listener properties" into dublin
- Fix bug associated with DMAAP listener properties
Update to dmaap-listener and dmaap-consumer-oofpcipoc properties
files to support a single SDNR-CL consumer and configuration in
K8s cluster
Issue-ID: SDNC-772
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
Change-Id: I28cf4884fd7197ada0685e5db40a0f9284e1aee9
(cherry picked from commit 337472e84f6db410094db7c73bddd9679a0d0a04)
|
|
Advance references to head of master where no dublin branch exists
Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Change-Id: I77bd0d3ce3882656c7f53352e2f0fb58b1365a27
|
|
Issue-ID: DOC-468
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I879dbd67a51f9508642d81bb17412193764fb9ce
(cherry picked from commit f3ba182d4f6e6410f14970180631101456ad2e4c)
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
to 2bb065a5f965087c58828a5a8b690838d63da65c
- Merge "Returning null for unresolved variables" into dublin
- Returning null for unresolved variables
When Blueprints Processor was not able to evaluate a variable, it would
set its value to null.
The expected behaviour would be to set the value to the default repres-
entation in the formal notation as defined by Apache Velocity, which is
a dollar followed by the name of the variable between curly braces. For
example, if the value of the variable pnf-id could not be evaluated in
runtime, its value would be defined as the string "${pnf-id}".
The problem happened during evaluation of the variables that would be
later sent to the template-meshing code for processing.
The fix was to add a check before the value was assigned to the varia-
ble; if the was not null, the assignment will happen normally. Otherwi-
se, if the evaluation resolves to null, the variable receives the defa-
ult value (string "${<variable name>}").
Besides the tests that were put in place to test the code changed for
this fix, two tests were added to the existing test case of the templa-
te meshing code, to act as regression test.
Change-Id: I635afb1eba4c0d45b821811f0119fa6c87ea9542
Issue-ID: CCSDK-1358
Signed-off-by: ottero <rodrigo.ottero@est.tech>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'dublin'
to 80e0a8a7607d466b5b1b0e988896b4d2d136c45e
- correct vf-module-label in self-serve-vfmodule-ra-assign DG
Issue-ID: SDNC-777
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I9abd2ec5d49a62d7a8fd158df60cb187f14166e6
|
|
|
|
* Update docs/submodules/dcaegen2.git from branch 'dublin'
to 16508e11ce77ca372af07eec58523c17bba4bf25
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I364be994ad8a0dd33d95aa937b19e695cf41cdea
|
|
Need the new architecture and api to be accessible from
the front pages. We will be moving apex and distribution
into policy/parent and also renaming policy/engine to
indicate 'legacy'.
Issue-ID: POLICY-1676
Change-Id: Idc4e877f9cf46a7c9e3fb07cd2b316facfd7bc77
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'dublin'
to 58cc3a5f1412ff2813be37a3ee6f8484c051b742
- Update "Human Interfaces" Links to ReadTheDocs
Change-Id: Ic93a002310d4ab48534e9621f1f30c8fe0c0cbbb
Issue-ID: SDC-2300
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'dublin'
to c30a63891a3ccbb35633d51fa25577e4b4058ce8
- Add Dublin release notes
Add release notes for Dublin release
Change-Id: Ib349c3ae7f48442c7f1ef323cbb7bc7b71aec86e
Issue-ID: CCSDK-1366
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'dublin'
to a0e5d986bc7006a9b712008f570dd93945d938a4
- Merge "Updating Dublin docs" into dublin
- Updating Dublin docs
Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ied0b40e9e92789d1dcfc419743f59653be71085e
|
|
* Update docs/submodules/aai/aai-common.git from branch 'dublin'
to 7b6a2394d0e2e73bf3a847410d8c66b4cef7bcd4
- Updating Dublin docs
Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I5c483067268eda2425bb0cea4a3066a65e2133e5
(cherry picked from commit 1bef250998b7f5bf628b099dd55235ba0f30e003)
|
|
The release notes are now in the policy/parent repo.
The policy/engine repo is being deprecated.
Issue-ID: POLICY-1769
Change-Id: I573a4d52b4d83a4b255e8c2f4fd93a0917990383
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit a2c5d0d301c7779bacb9a2d733cb6a28563fff77)
|
|
|
|
* Update docs/submodules/appc/deployment.git from branch 'dublin'
to 4dce366b94f679ac0870230aa8eb32ae248c609f
- Fix for aai in vcpe
Adding the template file and replaced the generic
restart DG to enable the workaround that was used
in casablanca. DG is modified to lookup aai
information from property files so that no values
need to be hardcoded.
Change-Id: I48569f133b301509204a879af133386e741dc142
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1614
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 4db782068934ebd20caa8405cd8644a2bf922934
- Fix UriBuilder import in OofUtils
Import all changes from Casablanca
that were incorrectly removed during
merge from Casablanca back into
master.
Issue-ID: SO-1926
Change-Id: I8355e804586aa80e291f3c72a00bf69ce424316b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8de1f4ea239acb972d0b71df2d7ddec41678a0fb
(cherry picked from commit 56df6aab3bd57aa0eb95cb33736baead0d3940e1)
|
|
* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'dublin'
to a02d5136d0238c2b006d9479509ac1fd9a9192bf
- Bumped up version to 1.4.1
Change-Id: I3f79832e6682120ea84bf2748a8ae6549387fdd3
Issue-ID: SDC-1920
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'dublin'
to 31d2c64ad5be592ded39e5cd19c364e13ebe2345
- Fixed defect CCSDK-1339
Fixed defect ccsdk-1339
Issue-ID: CCSDK-1339
Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'dublin'
to dd0f16db72e391e9dadb3de8711a809f6de239dd
- Bug fix to change leaf-list in yang
Yang change for DG
Change-Id: I2dd6afebfcc213fcc47992c328422ff32dd76fe2
Issue-ID: CCSDK-1344
Signed-off-by: janani <janani.b@huawei.com>
|
|
* Update docs/submodules/vid.git from branch 'dublin'
to 34284c67127f09e6583384f40b3bc5d3ea7b0ce1
- Merge "fetch parameters for native workflows" into dublin
- fetch parameters for native workflows
SO api for retrieving workflows won't return parameters for
workflow marked as native due to high impact on existing code.
In that case VID will fetch parameters from internal API
Issue-ID: VID-484
Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 1b29357c1c41437d3ad93f374e7d735fa6aab907
- Merge "Corrected instance names" into dublin
- Corrected instance names
Issue-ID: SO-1931
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I4c3700cdc1cc058f3a37a77d087d38b2aadad29d
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 4b90d663e2128819f973f027f85f39d7deecfbce
- Merge "Fix retrieval of mso.config.path" into dublin
- Fix retrieval of mso.config.path
Fix retrieval of mso.config.path
Issue-ID: SO-1925
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I5eed704334de6335672624f9e9eca809856fb984
|
|
* Update docs/submodules/so.git from branch 'dublin'
to ea75e4a2b0156499da9f07908a13c8c96820103f
- Merge "Set response code in UpdateAAIGenericVnf" into dublin
- Set response code in UpdateAAIGenericVnf
Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'dublin'
to fb0b64e050d61ad3d089cbc481af4ef2a323f2cd
- Bug fix in self-serve api
Yang change for DG
Change-Id: I9879b1f371a501ed66db8efe7ec1c8f43c6258dd
Issue-ID: CCSDK-1344
Signed-off-by: janani <janani.b@huawei.com>
|
|
* Update docs/submodules/ccsdk/parent.git from branch 'dublin'
to 1f67d79936ae0a34f51b50d7b41514fd6ce5dd22
- Roll to next snapshot
Roll to next snapshot (1.2.4-SNAPSHOT), and update ccsdk versions
to 0.4.4
Change-Id: Ibf1d359f494031ea5b955b39ec970a71895dd423
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/appc/deployment.git from branch 'dublin'
to 7438adc6d91f5bba644390d839570703fa6f2eff
- Update docker release versions
Change-Id: I76666712a55e5e617ba649fe9e4617b8836b2bbe
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
|
|
* Update docs/submodules/policy/apex-pdp.git from branch 'dublin'
to b22fc4df526da8bd558dea9cc95301c7d964c9bf
- Update dublin .gitreview
Update default.
Issue-ID: POLICY-1747
Change-Id: Ia25b687e5e1f8aa382d2a0ab513429ca4964bafa
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
- Update Apex PDP Documentation
Updating the Apex PDP documentation to support the new architecture.
Change-Id: Ice4d91080d57504d10db24ada08757ae3d03afd3
Issue-ID: POLICY-1682
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
|
|
* Update docs/submodules/policy/distribution.git from branch 'dublin'
to 0e83a8cee5f54f8082739290bf075fd3444cab80
- Update dublin .gitreview
Update default.
Issue-ID: POLICY-1747
Change-Id: Id60f6f1e65b189b99823817cb8a4d852f7db185b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'dublin'
to a7edf3d9aa2f2576d8eee35a27eaac9c5ed4756c
- Update dublin .gitreview
Update default.
Issue-ID: POLICY-1747
Change-Id: Ic8b873b60513ba0407dee511115b6b5932f31781
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
- Merge "Document fixed OJSI-184 vulnerability"
- Merge "Document fixed OJSI-118 vulnerability"
- Merge "Document fixed OJSI-157 vulnerability"
- Merge "Document fixed OJSI-117 vulnerability"
- Merge "Improve security release notes"
- Merge "Updates to Dublin release notes"
- Document fixed OJSI-184 vulnerability
Issue-ID: OJSI-184
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5537c217414f6fa1d0b6659360c53f9cef18097a
- Document fixed OJSI-118 vulnerability
Issue-ID: OJSI-118
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0e8953a7a94bf4c28cc85aa239c2b88d96df18a6
- Document fixed OJSI-157 vulnerability
Issue-ID: OJSI-157
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5ea4c15ad2a91b11619998c61088abc352321c7d
- Document fixed OJSI-117 vulnerability
Issue-ID: OJSI-117
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ieda7ccc170a50de63bcbfce311f83002acb4a0cf
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9134ae41c40db83fa3b4870341a8880e2bdcbdda
- Updates to Dublin release notes
Updates to Dublin release notes
-------------------------------------------------------------
Change-Id: I085735427ef641799f02576703767dcdcf558af1
Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
- Bump to 1.4.2-SNAPSHOT
Released 1.4.1
Issue-ID: POLICY-1700
Change-Id: Ied6d06664155ff6e44ede90f1c081ec5bd2ef679
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'dublin'
to d847e6f37a61ccb407f61e55505f2b14127cb615
- Update dublin .gitreview
Changing this makes it easier to submit reviews without
having to specify the branch. Always defaults to master.
Issue-ID: POLICY-1747
Change-Id: Ic90ad7c89e77d64410e03678be9eb5911455823a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
- Complete Architecture Document
Issue-ID: POLICY-1676
Change-Id: Ic0a631dbc27c69455cfc4b0cc12ed7bd1131cce8
Signed-off-by: liamfallon <liam.fallon@est.tech>
- Updated Architecture Chapter 1
Updated TOSCA policy primer to include image.
Updated Architecture doc to fix links.
Updated chapter 1 of architecture doc.
Fixed hierarchy problem with chapter levels in architecture doc.
Issue-ID: POLICY-1676
Change-Id: I25868082465508d214b4bf1559e5aa8ce84fb069
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/so.git from branch 'dublin'
to eaf433d585816f477dca4f31281b0a67d95ba658
- Merge "Return empty WorkflowInputParameters" into dublin
- Return empty WorkflowInputParameters
Return empty WorkflowInputParameters when none are available
Issue-ID: SO-1919
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I057e30bb55f6545c25060c28e1af097286f4e88b
|
|
* Update docs/submodules/sdnc/oam.git from branch 'dublin'
to 74e1ffec76117afe00877f66ac9ce10d8b2f243e
- Create release 1.5.2 of SDNC
Update version of parent pom to released 1.2.3 version
Change-Id: Ia7a2e8eff7a56d359962a59b03cb115e5eabe9b1
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'dublin'
to 8e55303f755b2c5c19c5cc9132536590ac3c57da
- Update rst for R4 service model and NSD.
Issue-ID: MODELING-161
Change-Id: Ic2ce1216f8170053a20122a19b1991bc8c989172
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 4e7600ba8dd36eb03f8f5b71bd61985eeee99389
- Merge "Fixed errors in HandlePnf flow" into dublin
- Fixed errors in HandlePnf flow
Change-Id: I1cf49f98f26e322b4785cc14f96ee63a5830117e
Issue-ID: SO-1930
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'dublin'
to 6b53701a5764bd68b4d073c21803dcfde262075a
- Merge "fixed typos and added SERVICE_INSTANCE_ID" into dublin
- fixed typos and added SERVICE_INSTANCE_ID
Change-Id: I68174bf2e67280a4bf65d8f26b04793b76896f04
Issue-ID: SO-1913
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
|
|
* Update docs/submodules/vid.git from branch 'dublin'
to fa799d03d45db86ff372444a3604f4a018629fc4
- Merge changes I0d92cbe3,I7699ddf4 into dublin
* changes:
Document OJSI-119 vulnerability
Improve security release notes
- Document OJSI-119 vulnerability
Issue-ID: OJSI-119
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0d92cbe38fd89aaa3fe38f3f45367480f9e40754
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a
|
|
* Update docs/submodules/appc/deployment.git from branch 'dublin'
to 01d10e632bdbd7fd9e33cdce1d2719419581e123
- InventoryNames in ansible-adapter DG
Added InventoryNames to ansible-adapter DG
Change-Id: Ib6d7a29ea9a72f6bf0035416a505b43362ee82aa
Issue-ID: APPC-1612
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
|
|
* Update docs/submodules/appc.git from branch 'dublin'
to 7155b808084ff6e49f6eef01ac7defd9a7754a3a
- InventoryNames in ansible adapter fixed
This change fixes support for InventoryNames parameter
in LCM request going to Ansible server. Also ansible
adapter DG has been modified to consider new parameter
added
Change-Id: I68aa8efa34b79ef2f669d81563510fea7bb0a730
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1612
|