Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/integration.git from branch 'master'
to 8c7373d8c5c432bc0aca3c508edc2948659f3136
- Add support for using SSH
This patch changes "create_config.py" script interface and its
behaviour:
* by default anonymous Gerrit is used for repository cloning and code
URLS,
* external git mirror for code URLs might be provided but there is no
default one,
* SSH credentials might be provided for repository cloning.
Cloning repository using SSH is required due to current ONAP
infrastructure HTTPS bandwidth constraints.
User wishing to use this setup should provide two environmental
variables:
1) API_USER - Gerrit username for cloning repositories via SSH
2) API_KEY - Gerrit API key (User menu -> Settings -> HTTP Credentials)
Be aware that a new RSA key will be generated and added to the user's
Gerrit account for purposes of Hound code search operation inside a VM.
Do remember to delete it (User menu -> Settings -> SSH keys) after
evaluating this environment.
Issue-ID: ONAPARC-540
Change-Id: I3e98dfa8582322d5b3bbbbf377d748faea0da57b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 049202bf4fa1b9d3ccd6a83fa00c8e87ce4ebe04
- Run Hound code search as tmux session
Code search service can be accessed from host using forwarded port
(i.e. at "localhost:6080").
Issue-ID: ONAPARC-540
Change-Id: Ia94956cfeca0af12a0f52ea43abae353c0ba8b1a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Add support for using gitweb
There are projects which do not provide git mirror for code URLs apart
from Gerrit's gitweb interface (e.g. OpenDaylight [1]).
[1] https://www.opendaylight.org
Issue-ID: ONAPARC-540
Change-Id: I48c26b81f4886a12e5cdc4dfbfc99538f180449e
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to b4436f2b737ac9186e36eac10982f2e66b33aa6e
- Drop tool-specific naming convention (git hosting service)
Issue-ID: ONAPARC-540
Change-Id: Id1c8e94008752efd3d40d0e0eca44d81930c692a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e2aa848b52d50e98e2463088254668772a3c8d25
- Make Gerrit and cgit URLs configurable
Issue-ID: ONAPARC-540
Change-Id: I3d7f04379e31ab73964b8cc6184ca2e4413acb7b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e7c5ed589026a6629a219b71b35e8a20036bc94a
- Drop dictionary comprehension from repository list creation
Complex is better than complicated.
Issue-ID: ONAPARC-540
Change-Id: I6dbc03166496049e92ff9401450b3ac563b3fb38
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 5aed5e739f2d78756d0f6a4c1d995f627565f8ae
- Replace URLs to Gerrit repositories with their cgit mirrors
Hound does not provide support for linking to source code in Gerrit
repositories. Support for cgit mirrors can be achieved by using URL
patterns.
Issue-ID: ONAPARC-540
Change-Id: Ib73b768d8a636680ab7e4d8d42463a16a9f45275
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 9ee12584b8ae4f6b7f0f3269d3afab9f80f1c0a8
- Add Hound code search configuration generator
Configuration is generated from Gerrit-supplied data.
Issue-ID: ONAPARC-540
Change-Id: I84d5b87580882926b916ed20dbcd2369be4c77f4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 09a635790188dd59af2e3cc7612c76afac1bfd53
- Add Vagrant environment for Hound code search
This patch adds build dependencies and builds Hound binaries.
Issue-ID: ONAPARC-540
Change-Id: I37b263b3e0c93a9ec08458ec2e08edd75b33d7b4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Describe purpose of Hound code search environment
Issue-ID: ONAPARC-540
Change-Id: Ie7db4cb6925501fd44dc0372f0a1305463a7e7cc
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e7f0927c790ee508269842caab82a5291341260f
- Init new integration documentation
Issue-ID: INT-1403
Change-Id: Ib4599fd3dfceae4ae03163bbf75c80ef5b79c3f6
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 908a25779b2a00835c18f89d09230ab72a82ea7b
- Fix Marcin and Bartek ID
Issue-ID: INT-1386
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4592471dfa0c430159501de42295d3d86a95f4c2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 5b2d3144d2f03e124fa77c5620790cc979ab356f
- Ingress controller and node port scanner
This tool reads K8S NodePort and Ingress service configurations
and scans for service availability
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Ie9681ffe957317ed1f1c77ac9d6c90d677df294b
Issue-ID: OOM-2240
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 8df0be591db1bc639742b482fa24a8e7c16254e2
- Add minimal Vagrant environment quickstart documentation
Issue-ID: ONAPARC-537
Change-Id: I86f5db6331980bf7d7ea4074d6e0bbcc84843d3c
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 0d01b78a4b059886f6052519da97efbbfc018d1f
- Deploy minimal ONAP
This patch prepares operator's environment for ONAP deployment (by
exporting environmental variables for use in helm override file). It
also fixes post-setup message regarding additional provisioning steps.
Issue-ID: ONAPARC-537
Change-Id: I18815578ddc46a2d5ef31d6cf44b42f9a5d3950d
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 0664ac4023cd0b96d002c8515ee5767417bab6e1
- Prepare cluster for helm-based deployments
This patch adds missing client tools ("make" for helm charts generation
on operator's machine) as well as the server side: local helm repo and
K8s service account.
Issue-ID: ONAPARC-537
Change-Id: I34bd5c9422dd1a5be0a1f235be3ee9598cc988c0
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3cb78218ec4e5cb6ab9aae6987b7c03f22d588e3
- Increase resources for K8s worker node
This patch also changes how resources are assigned to local
infrastructure nodes due to increasing number of specific cases.
Issue-ID: ONAPARC-537
Change-Id: I914b40508ab388b99d5f124ab1369b152a8ca765
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f1176daf78a691d31a13b698d9401a20ce51c5b4
- Add helm provisioners (downloading and setting up with OOM plugins)
Issue-ID: ONAPARC-537
Change-Id: I3b3d731ae016c78b3e00841157c69aded14635e2
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to df0edea0c75b1bd99f26779be7d7b60d5fcb3481
- Add Devstack machine and its provisioning
Issue-ID: ONAPARC-537
Change-Id: If725843c3e5ee47724a98d70611cbde464b9debc
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 55c0c9d2645ee6c9d5e217326f585c033df449a0
- Adjust provisioning tools paths
Issue-ID: ONAPARC-537
Change-Id: I6aeab5db440d35187db84bf6d2525fd61a8737c4
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 216bd6a4870c680555d586f0010a633d5fa15700
- Import Vagrant environment from test/security/k8s
Infrastructure mockup has been previously set up for CIS guidelines
checking. Empty Kubernetes cluster was sufficient for that purpose. It
will be adjusted to satisfy minimal ONAP requirements and should
eventually supersede previous testing environment.
Issue-ID: ONAPARC-537
Change-Id: Iada29d86642b8a5513e9d1bbd895db2094ad12b9
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 83040dff44e13c08a73a78c98ae64d7812fc3b6e
- Describe purpose of minimal Vagrant environment
Issue-ID: ONAPARC-537
Change-Id: I75e843794fa43af51e1a2674abede1394a384d15
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 73c410322a99c154b3241167f992e28f0b495449
- add k8s ip variable
Issue-ID: PORTAL-782
Change-Id: If5418a0445a322c5c6b88237bdfab38826f3c988
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f473cc79d507a48436b1b2547ff69948c5413612
- Add AAI section to image override file
Issue-ID: INT-1217
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I4c4ba5bdc24b4e2594bdc2b3d1d272c1c3a6c3bb
|
|
* Update docs/submodules/integration.git from branch 'master'
to 97b3ef661b881d0f36c04c445a3a36d7e39b722f
- update staging override
Issue-ID: INT-1217
Change-Id: I3c740af530e990dc1e74746c7ecc33f1101e7b1c
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 10f55493a332734a4647855efab8a16af6ba921e
- Add Bartek, Eric and Marcin as Integration committers
Issue-ID: INT-1386
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I6a513da3e113da29cf1427c0ee0af2a1a5afbd73
|
|
* Update docs/submodules/integration.git from branch 'master'
to f3519424a5c99b59e2b508dae510cdac27cc6dc5
- [INT] various updates to AKS deployment scripts
- Adding support for pluggable post-install scripts. See README.
- Adding pre_install check to validate the correct software is installed before attempting deployment.
- Updating AKS deploy command line to support azure cli 2.0.75.
Issue-ID: INT-1398
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I1ff819e96a3f34c88580e90e8d6f2b79979a7a61
|
|
* Update docs/submodules/integration.git from branch 'master'
to 48a45d1acc24778b9ba2620714815b6a0c034379
- Update vCPE doc in regard of customer service
Creation and distribution of vCPE customer service
should be done prior to 'vcpe.py init' stage which
fails otherwise due to the vCPEResCust service not
being populated.
Change-Id: I04388f342cfb8a3462e1d84524f55aa66ad0122f
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-204
- Get VfModuleModelInvariantUuid from service csar at runtime
VfModuleModelInvariantUuid no longer needs manual
assignment, it will be gathered from service csar
at runtime.
Change-Id: I5d0da822dd4ce7b574dae8ce80db2a2d1e5de297
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1389
- Insert SDNC ip pool automatically only if oom_mode is enabled
Change-Id: Ia1fe923f877cf76e51bcc1f23c9bf562a877b112
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-222
- Insert vcpe customer service workflow into SO catalogdb
Customer service workflow entry will be automatically
inserted into catalogdb database if running with
oom_mode set to True.
So database endpoint properties were updated to
reflect current catalogdb location.
vCPE doc updated to reflect the changes made.
Change-Id: I54ef0bf94ccf2d38501c1b854cafe4d388a4b35d
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-205
- Update vCPE doc in regard of adding SDN-ETHERNET-INTERNET customer
Adding SDN-ETHERNET-INTERNET customer is no longer
required as it's already added at 'onap init' step
by robot case InitDemo
(see Change-Id: I576093cea61fd5f77aafb6edd119c254b674a2fc)
Change-Id: I90723325ed9e8518a72cea7afaa51655322f162c
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-201
|
|
* Update docs/submodules/integration.git from branch 'master'
to 397d61fd164a184ba9f48dbe560385e206bec152
- Fix cds image ref
Issue-ID: INT-1217
Change-Id: I3a12608189a0489ecd19585fca157f03db13d4fa
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c310382470d5e499bb933b051bf3434c83a0ddbe
- Configure netopeer to support mTLS
Issue-ID: INT-1372
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I11281c2a0703b97e1075d01bba9ec076766daf0d
|
|
* Update docs/submodules/integration.git from branch 'master'
to be1df2cdc3e8f2b16cd007dcdb59c8093024a0a3
- PNF Simulator/Netconf Simulator docker compose to use devel tag
Issue-ID: INT-1320
Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: Iadc7a6bebef9302ae711a3227789f603f19270cd
|
|
* Update docs/submodules/integration.git from branch 'master'
to 983e15f3d8278b7f233af668e4013706cd046373
- Clean xtesting repo from integration
all xtesting activities should be in a dedicated respository
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iec8fbf0b24eb18496a49eccb79af9fb85d29dc1f
|
|
* Update docs/submodules/integration.git from branch 'master'
to e99c81bd877cbf5f1be54931d3c0ab1d39221ab1
- Remove Gary from the committer list
mail received from Gary on the 2019/11/21
Issue-ID: INT-1386
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I053195a6997dc4d7e45ea3cf0781c5304ac5c0fe
|
|
* Update docs/submodules/integration.git from branch 'master'
to dc3a1e8bbbc485e282bf5b5d46e4f58be78609f1
- Fix logic for finding brg vnf template file
Change-Id: I0e31cc0a0a71a08a74ec56f4aa17321eb8d8c7ba
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1345
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6358aa3444fe90a12040c288ba750dc9f6b4f19d
- Add identity-url to region data in AAI
This change automates the process of updating
region data with identity-url
Change-Id: Ibda9ac8d1bbe1a489d496a5f293aafdebb73d416
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: SO-2308
- Get the BRG MAC address automatically
Sdnc db port was also adjusted as there's no sdnc-db
service anymore (since OOM-1651)
Change-Id: I154463224777f6fd76f5380253aa9130224fe3e4
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1365
|
|
* Update docs/submodules/integration.git from branch 'master'
to f816c306b95ab83cc3b5da5991526ce43c7808a4
- Update to vCPE doc regarding service csars download
Service csars no longer need to be manually transferred
from robot container as they are automatically downloaded
by vcpe scripts and ete-k8s.sh at distributevCPEResCust
distribution.
Change-Id: I9163972df974828083e3204b5b8786d4bcce2848
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-228
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6eea34bc9c4134b723ff32d8635eb28dd733c743
- Set gra_api to 'False' by default
It can be True only after DGs are updated
for GRA-API infrastructure.
Change-Id: Ibda82ae14680387e07c5bd5525259b7cc9dfd092
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1345
|
|
* Update docs/submodules/integration.git from branch 'master'
to 64b363b11bb84be77806b82ee03aba4f5f7cc595
- Added missing parameters for cleanup.sh call
Fixed trailing space
Issue-ID: INT-1368
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I72e6fc1133a16cb2cd33e44666f11f9919620bbe
|
|
* Update docs/submodules/integration.git from branch 'master'
to decd6fb650c78729c9527f0eae9a752e90c369f3
- Disable InsecureRequestWarning from requests library
Globally disable InsecureRequestWarning coming
from requests library for both pre 2.16.0 and
for >= 2.16.0 versions.
Change-Id: Ibf4e749086265e8726e90a2f8b4c1c9df3b2c55d
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: TEST-227
|
|
* Update docs/submodules/integration.git from branch 'master'
to 960567f4f29e9c26d7be2088a1396d9c69ce12fe
- Add missing networkgra
Issue-ID: INT-1345
Change-Id: I18c48a9f716c3a4c0bd6e7756f5df325aaee39e3
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 64bc2884d757ae901f963a1bf4eef4ecebbe307a
- Fix verbose flag
Issue-ID: INT-1217
Change-Id: I231786a0f58475920e339d201824859d9932e037
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 9b3d6ca160649ebd23c5646b2a24af0e86aa21fa
- Initial GRA_API Support
Updated after testing in integration-release-daily
Issue-ID: INT-1345
Change-Id: I61410e97d244ec7a736722727e11764fb5f3f5a9
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 48e2fd833c8ef9ea59f7312f5aea2cd9a2a22f1e
- Update postman data about pnf package onboard in VFC
Change-Id: Icc9b004e99c330bb24ec864d85039366ce9dd55c
Issue-ID: INT-1364
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c0562226ef40214b109575283fa698aafd84bf4c
- Update postman data about vnf package onboard in VFC
Change-Id: I9d15f923f39dbdb93b3aea9888cc8cd780e09172
Issue-ID: INT-1364
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to fa458b2a3200920b24294273079935b4995afc0f
- Update postman data about ns package onboard in VFC
Change-Id: I89f51d25c55c12d3c394e86852f6bf58dc333956
Issue-ID: INT-1364
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e6a413f89db47a917263feed474511bb9a9a6ad9
- Update postman data about catalog package onboard in VFC
Change-Id: I83798b06f37f7f1cc88e18e1ddd17141105b9fe7
Issue-ID: INT-1364
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to d533888f3c2dbb62b7b1eeddf159438b1e4ef96a
- Update postman data about ns_instance in VFC
Change-Id: I89978b74fb278948f0deb459ed726f83392b48cd
Issue-ID: INT-1364
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1a1f15c816e3d854a9b1ac9fb7de2512af0c3b23
- add env variable
Issue-ID: INT-1217
Change-Id: Ibc46dc631edc2738b730d77c2a1c045c17d24dee
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 4b4735f68fd916c443f7a8c860e6f7623491408b
- Fix if/fi on stack create
Issue-ID: INT-1217
Change-Id: I94a9d2a4f3e98a2c08ee7dc2af40c6fc718c23f4
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to a2b067147e6681459922ca2525e7611336e9dad0
- Fix for staging override deployment
Issue-ID: INT-1217
Change-Id: I35f14f04b6e11b22747c9fb71d11ad4d3c1ddcf9
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 26fc5ccfd75501997f53464461d21354d7860e6d
- Frankfurt Staging override
Add script to automatically generate the file as a test
Issue-ID: INT-1217
Change-Id: I9e1dc9b4b2d409ce162e098c90786e3ddce72146
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 519c758ae5e18310ef8e5b20c4d13f04bfa8d8f9
- Update INFO.yaml
remove committers with no activity referenced in the repository since 1 year
https://git.onap.org/integration/stats/?period=q&ofs=-1
Issue-ID: INT-1349
Change-Id: I71f309432c47e6d5c89a471edcf593032e45cea8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|