Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 39cf2fc84846a59e02b51313b01153a276e2c08c
- fix script for install APPC features
sleep 120 sec was the logic, but it cannot
make sure karaf is ready within 120 seconds
use echo karaf command to make sure karaf is ready
instead
Issue-ID: APPC-1877
Change-Id: Ib1e17e5909890ed2342c313e94939bec392d86c5
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9d4cdf7ef706b85ec1d86b4945812d61cbdb3f15
- Merge "[ESR] Force esr-server to run as non-root"
- [ESR] Force esr-server to run as non-root
Use securityContext to run esr-server as a non-root user.
Unfortunately esr-server docker is built in a way that doesn't allow use
to just change the user and continue using it. We need to make sure
that conf dir is writable for this user because this docker modifies
its configuration files from docker_entrypoint.sh
Issue-ID: AAI-2896
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: If6eba45c9571753fa9e5ce4f386c2e391788c734
|
|
* Update docs/submodules/oom.git from branch 'master'
to af79d35b1c583078e4b03604d1f253d5854de02d
- Merge "[ESR] Force esr-gui to run as non-root"
- [ESR] Force esr-gui to run as non-root
Use securityContext to run esr-gui as a non-root user.
Unfortunately esr-gui docker is built in a way that doesn't allow use
to just change the user and continue using it. We need to copy tomcat
directory to volume to make sure that tomcat is able to create
additional directories after it starts.
Issue-ID: AAI-2896
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Iae060ea691ce492e8ccb2d540a48c085c0fd66ae
|
|
* Update docs/submodules/integration.git from branch 'master'
to 5422700691d0c8c2f9f100b3d1599230b627de91
- Run Maven directly
Maven will be run directly from MassPnfSim module, not
through wrapper shell script.
Change-Id: Ib2936391ace3cbd31c3b5bba4ad6d776cfb890d8
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Leverage internal shell runner in bootstrap mode
Use native python modules for file operations
Change-Id: I1ca505f9a891c722c2aace118536fa470bf50b35
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Add internal method for shell runner in MassPnfSim module
Since now if module is called in 'debug' mode shell script
is run with trace.
Change-Id: I7bddf6c0583c4b56d4a0c3b5eeb6a78af561891f
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Fix ftp dir permission in sftp-server container
Container entrypoint descendant script in atmoz/sftp:alpine image
is changing mount binded ftp dir owner to 'root' which makes
removing it by 'clean' action not possible hence adding o+w
permission for it.
Change-Id: I0d9339db80c4cd8e31c4368ac63741c531a626fa
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Make the maven image build an independent step
This improves testability as in CI the image build
is done by relevant CI runner from provided POM file
so building from script is redundant.
Updated doc in regard on how to build the image locally.
Change-Id: I7666bc638996c855fed139ee46fcc80379a02f3b
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to f1bbbab22a4d5817e5f0ca449f0f548311ef2d34
- Merge "Designer > Breadcrumb"
- Designer > Breadcrumb
1. Change Package name to current package name
2. Make package name link open to package view
Issue-ID: CCSDK-2247
Change-Id: Ica060beff9a0785d80c69cf971623dd45ebe75fe
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to 752248349615d55473dcfdd9f4b141e8706716fa
- Remove A1 adaptor from sdnr-northbound-all aggregator
Remove A1 adaptor from sdnr-northbound-all feature aggregator so
that it can be optionally installed separately.
Issue-ID: CCSDK-2371
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie06aa1652b3b498a6b2c60896e102e55fb98d560
|
|
* Update docs/submodules/oom.git from branch 'master'
to 3201cc3f6fa66565731138836e3aae63cdfec8bc
- Merge "Fix: make all - returns multiple warnings"
- Fix: make all - returns multiple warnings
Issue-ID: OOM-2412
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Change-Id: I7d02ebc6aa43a8e8aa89cea7860bba6b55723fa9
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 589bc64347dc1281b43622cfd70ba0bc5f5dca1a
- Merge "Change log4j2 configuration"
- Change log4j2 configuration
Changed log4j2 configuration from using properties files to using
XML, which seems to work more reliably.
Change-Id: Ib183a4c48aeb9880eff2121fb8b6c7cf521ae7c9
Issue-ID: SDNC-1167
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 45fa2a95f9886659030955ccf5b5441bfd179de4
- Merge "Update processor-db config with correct configuration"
- Update processor-db config with correct configuration
Processor-db configuration allows CDS to access data in
sdnctl DB without enforcing users to provide such data in CBA.
This entry is now corrected allowing proper work for this feature.
Currently access to sdnctl DB is provided via root DB access,
but this should be further corrected in future.
Also removed unnecessary secret metaconfig - 'cds-db-root-pass'.
Issue-ID: CCSDK-2373
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Idf452fe5d42862e507b2d981af58b96931ee287c
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 9f846251aaac86c258fe44f71c00c72442a742ed
- Add Frankfurt release notes
Add release notes for Frankfurt following new, non-comprehensive
template.
Change-Id: Idf457050c9c7332be2d97ebc93e0836c44841f1e
Issue-ID: CCSDK-2330
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8bca634df4cf29dc053a6a6a6a42b6d06d5d69e9
- Merge "[AAF] Augment CPU limit to locate"
- [AAF] Augment CPU limit to locate
AAF locate may be long to start because of too small CPU limits.
Augmenting them in order to have a more reliable behavior
Issue-ID: OOM-2411
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iefcd79ee66be56570a5df83111cbb6559346371e
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ea095eb9cdbb451f2310a262f3877c79f527cc8f
- Improve Pool
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects"
to help control memory.
Minor BasicEnv for standalone usability.
included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo.
Issue-ID: AAF-1146
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
|
|
* Update docs/submodules/oom.git from branch 'master'
to 36c87e4b516b45a109db5b61a91902c2c57308e2
- Merge "[DMAAP] Moving DMaaP post-install jobs to 1 BC job"
- [DMAAP] Moving DMaaP post-install jobs to 1 BC job
Change-Id: I11fe412600d1061e5667a5531d36cecbecdd34e3
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: OOM-2369
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to 349bbf794dbc34a96755ae40e98b8ba83a074a02
- Handle has exceptions for slice selection
Issue-ID: OPTFRA-754
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I66904680a4b9a2bc69c144f05b95fb4f999d0e93
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 7a172d1c6922851e7008d1ce2afdf673193699d3
- Fix Junit to clean up file/directory
Change-Id: Ib29b3b708bd28e333822d4c2b9db44e33f8e395f
Issue-ID: POLICY-2496
Signed-off-by: uj426b <uj426b@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to cdf77a62bcf617cdcf9baca715798621d09bb46b
- Merge "bump the SO release version 1.6.1"
- bump the SO release version 1.6.1
Issue-ID: SO-2818
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37
|
|
* Update docs/submodules/so.git from branch 'master'
to a214feeecfe88b9f4362fd0fbb08c2323156db10
- Merge "[SDC] Update SDC Distribution Client"
- [SDC] Update SDC Distribution Client
Use the latest (currently on SNAPSHOT) version od SDC Distribution
Client on SO, in order to be able to (later) discuss also with HTTP
protocol
Issue-ID: SO-2792
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I8d49361ba4889a0c4200a9f35901c49534a8f03d
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 2defadb832998063be6bc330204d16f2fc173b47
- Document new APPC LCM actor
Issue-ID: POLICY-2515
Change-Id: I88574c20ee0a091b76ec84f8ba52e7964457ccbe
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 3c21950cab44049b8ea3c3a3d0aa47a685555ad6
- Merge "removed code smells"
- removed code smells
Issue-ID: SO-2804
Change-Id: I53d80ba69119009429fec29e5545301bbfe2b585
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to eb6cc02868dc95c274dd6ec26a7be26f8f16b197
- Merge "remove setting of the prov-status"
- remove setting of the prov-status
remove setting of the prov-status on pserver
Issue-ID: SO-2935
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I6e4767c2a457962de26ec09923228bfa72e55a54
|
|
* Update docs/submodules/so.git from branch 'master'
to 7a29a83a89c9e01c0219342f7272bbd023828eda
- Merge "Default gateway value to NULL when not present"
- Default gateway value to NULL when not present
Default gateway value to NULL when not present
Issue-ID: SO-2934
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I7a9839817887575ec425e2ae6f1782b94f0bb907
|
|
* Update docs/submodules/oom.git from branch 'master'
to 7b55ca56bf6ac492bcbf054a58cb5b7243465582
- Merge "add nssmf adpter endpoint and so infra endpoint, update the oof endpoint"
- add nssmf adpter endpoint and so infra endpoint, update the oof endpoint
Issue-ID: SO-2921
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: I28524030291cac3b5e4b04221ee23b8354872d73
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c77850a75eee9f3df2e194521e59728572bc47c2
- remove the outdated SDWAN testing
Issue-ID: MULTICLOUD-1071
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Ia3818ee16393d8e8b2d465d354ce777192baca9e
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 17e0a5eacaed7519f13e2c0f19749fb4263fb46a
- Fix: docker-images-collector.sh collect empty image name in output list. Adding also masterPassword param for helm templating
The root cause is that not all parameters are present in aaf chart. It is an issue not only for image params, however other cases are not impacting us. Issue-ID: OOM-2405
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Change-Id: I1ad1d33717488a82a2ce1eebe524ee41e1264d40
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4ac68cef7eac5c56d61626000f43d4e8f686c33d
- When opening a service instance from the instantiation status page, the More Actions button should be visible pending user's permissions
Issue-ID: VID-829
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637
|
|
* Update docs/submodules/oom.git from branch 'master'
to 6c68422d16b2e3356d706e991c2666ea7bf81016
- Merge "update release version of modeling-etsicatalog"
- update release version of modeling-etsicatalog
Issue-ID: MODELING-349
Change-Id: I52bb7f5f560fa3af6ece968b9c1e8ebc5331b813
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 7a00e85e21533d2a11300a61439b4ab3a420c1d5
- Merge "Add documentation for APPC Legacy actor"
- Add documentation for APPC Legacy actor
Added documentation for APPC Legacy actor.
Also added place-holders for the other actors.
Issue-ID: POLICY-2515
Change-Id: I99af500ae36ea92a2aa8a9e75da5fc36982a63c6
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to b77c9bec1777072f1e26071dd4f37ce65964f8be
- Merge "Fix warnings for Policy/engine in rst files."
- Fix warnings for Policy/engine in rst files.
Change-Id: Ic79f12b63feff8f55ec15127e88e2bfbd1cf42f6
Issue-ID: POLICY-2511
Signed-off-by: uj426b <uj426b@att.com>
|
|
links"
|
|
* Update docs/submodules/so.git from branch 'master'
to 5369c02f6f86ec64850c7a23183755b377c6f668
- Merge "Add apache utils to SO base image"
- Add apache utils to SO base image
To encode plain text passwords using htpasswd
apache utils has been added to SO base image
Issue-ID: SO-2932
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Change-Id: Ic92ac23ff604d1c86c5fc3aeb1c328b8cdcecad1
|
|
* Update docs/submodules/so.git from branch 'master'
to d9160c65acd59d9e844b1ca72e6da7c6ee30f1fc
- Merge "switch to docker-maven-plugin because that's all"
- switch to docker-maven-plugin because that's all
switch to docker-maven-plugin because that's all we need
Issue-ID: SO-2933
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
|
|
* Update docs/submodules/so.git from branch 'master'
to 40d0e02c799115c2f070e93d35a9384264b332e2
- Merge "requestid values have commas audit log"
- requestid values have commas audit log
Removed overwriting header with random uuid
Removed setting of duplicate headers, updated SOAP logging
Re-added setting non-duplicate header
Updated version of logging library to get elapsedTime changes
Fixed failing unit tests in MSOCommonBPMN
Issue-ID: SO-2916
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I6b30d69daf210dd903e6a1c1d832de49bf8119d5
|
|
* Update docs/submodules/so.git from branch 'master'
to 023a9a7398957caeecaafaf9083392e49a4b6262
- Merge "add image detail endpoint to openstack proxy"
- add image detail endpoint to openstack proxy
Fix issue where Image had an outer wrapper
Issue-ID: SO-2910
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ia823cf21c6014e513f49bacf84fd2a61a2724bcb
|
|
* Update docs/submodules/appc.git from branch 'master'
to 06bfa9f289b1960a3ac692b2e58dac3da6abb968
- lower code smells
Issue-ID: APPC-1859
Change-Id: If95047a9f6b568c8ef4796d48572c23a36ac36fc
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 565cf6abafad3eb667169926b3ec478303950662
- lowered code smells
Removed some unused imports and reorder the modifiers according to java
standards.
Issue-ID: APPC-1859
Change-Id: Icb7d6129f583140949d5aef7a20199cc4a03425f
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to d41aae5d068ef5a2f8db9fbb2cbfafe8f781bde4
- removed code smells
Issue-ID: APPC-1859
Change-Id: I02807b0d4bbc3b1d47945e4ff397647a06eb5e03
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 5050c8c4d2b2b5deab6ba56189dd1388a635a09b
- Merge "property changed to enable role sync"
- property changed to enable role sync
property changed to enable role sync
Issue-ID: PORTAL-875
Change-Id: I955b5e8dcc8863eafdd22f2ef6627184ee31a893
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 768fe7bc996d7d8d4b0b1ae619c7ecd33635960d
- Kafka Audit Service : Error with CBA using dg-generic node template
* Fixed issue with dg-generic node template
* Changed behaviour for hiding sensitive data -> Instead of just checking the node-template targeted by the workflow, we check every node-template declared in the CBA. If we find one or more component-resource-resolution node-template, we verify if we need to hide sensitive data in the kafka message.
Issue-ID: CCSDK-2372
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I079ee29ae532b3947cdc8efe3438678309ca50b7
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to a8398eef1ac270ab7a145e812856b62171af8b6f
- Merge "MSA delete services issues fixed for MDONS use case"
- MSA delete services issues fixed for
MDONS use case
Issue-ID: SDNC-1189
Change-Id: I974156a4de10b9962b330abe966b7a95670dd164
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to ca9f45cb92f35a6f0235f0a84e8d7b2f50e0e0de
- Using RestApiCallNode instead of RestconfApiCallNode and updating templates accordingly.
- This is also required for F release.
Issue-ID: SDNC-1184
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I527253d75dd1e49e87877b17588c1d4c2c3dbed1
|
|
fixed problem with duplicate file names and wrong links
Signed-off-by: Thomas Kulik <thomas.kulik@telekom.de>
Change-Id: I982ce2693601e7c057edaa986572ae0de4d1589d
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to 4166130f56832fc5063838d142072e3b4c6db349
- Merge "PAP Performance test Documentation update"
- PAP Performance test Documentation update
Issue-ID: POLICY-2454
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
Change-Id: I63657194c267ed464a1bdcb9eb11a031f4fd59f2
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to e56bd4f45f5d9f68aeb406510cf4aa5741405d80
- Fix lint errors in package-repository-check role
In package-repository-check was changed command module to service module due to lint failing.
Failing was caused by errors:
[301] Commands should not change things if nothing needs doing
[303] service used in place of service module
Added molecule test.
Issue-ID: OOM-2395
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
Change-Id: I6cfdfe920eabfb9a0c43cc9ba4ffcd81df1d6852
|
|
* Update docs/submodules/integration.git from branch 'master'
to d011020b3d108eeeeb95b15cd6cbdcdbb68fbc22
- Finalize INFO.yaml
Issue-ID: INT-1587
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ic386d025fd2b2e9c798a027bb5590c919a850ae3
|
|
* Update docs/submodules/oom.git from branch 'master'
to c32ee22a8436a184d710db9d06da85c4ca385efc
- [DMAAP] Use common aaf template in dmaap-bc
Instead of copy-pasting code around aaf_agent usage let's use a common
template that automates this.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I42bb5a8840701dfd99488df9913a5ffd01b17f64
- [COMMON] Fix certInitializer
By mistage aaf-agent-certs volume was created only if aaf_add_config
option was set. This is incorrect as it should be created always.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6172d2cbb781db4a26e09b7c4c324e985978b31e
|
|
* Update docs/submodules/so.git from branch 'master'
to d05adceceb65ae4af74ab953609ab5d9bdab6bae
- update oof option and slice profile
Issue-ID: SO-2919
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ia755381b5b7f90ab6bac3ee8002cc87a1cc12c9f
|
|
* Update docs/submodules/cli.git from branch 'master'
to a13ffa03bf353bc70cb20cc0481ba89e24fd2cdb
- Merge changes I392b1c44,I3584db40,If8f46a37,Ib2bf4d6e
* changes:
sonar code smells fix- Remove the declaration of thrown exception, as it cannot be thrown from method's body
sonar code smells fix- Use the primitive boolean expression here
sonar security issue fix- Make sure that hashing data is safe here
sonar code smells fix- Format specifiers should be used instead of string concatenation
- sonar code smells fix- Remove the declaration of thrown exception, as it cannot be thrown from method's body
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I392b1c4403e7f8cde1d7b06c34455b9f00af4a64
- sonar code smells fix- Use the primitive boolean expression here
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I3584db40fedae81ceb9bc067a17b012136553fc3
- sonar security issue fix- Make sure that hashing data is safe here
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: If8f46a3773963f56f4912be2decb6d92e164cccc
- sonar code smells fix- Format specifiers should be used instead of string concatenation
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: Ib2bf4d6ecb9175372a0fcbff9dbd8d18b21c64ca
|
|
* Update docs/submodules/portal.git from branch 'master'
to 9197ec4902db72c025afb142270a090491c7f281
- Merge "removed unused imports"
- removed unused imports
Issue-ID: PORTAL-865
Change-Id: I1ea5052be23ae92dabf796418644a5d8d39087a8
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 608d3f80e4b93c1afdcc21e414537e958550cb41
- Merge "update nsmf to fix oof and nssmf problem"
- update nsmf to fix oof and nssmf problem
Issue-ID: SO-2919
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: I3dc20b3eeb0ec5f72215dbe81295317446d60524
|
|
* Update docs/submodules/so.git from branch 'master'
to ca675686c6a59917ae53b1c83dd0700548ca5af1
- update DoCreateSliceServiceOption Workflow because the oof inteface modify
Issue-ID: SO-2919
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2
|