Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/integration.git from branch 'master'
to 2e956f6332428d91afd683884de7dcf43aec5988
- k8s: Drop support for Casablanca
Casablanca release reached End of Life (EOL) stage on July 8th 2019 [1].
This patch also fixes comments for test fixtures.
This whole test subtree will be deleted upon migrating Aquasec
kube-bench [2] for CIS Benchmark [3] integrated by Orange [4] to ONAP
xtesting [5].
[1] https://wiki.onap.org/display/DW/Long+Term+Roadmap
[2] https://github.com/aquasecurity/kube-bench
[3] https://www.cisecurity.org/benchmark/kubernetes/
[4] https://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting
[5] https://git.onap.org/integration/xtesting/
Issue-ID: SECCOM-235
Change-Id: Ifc7d9c775c27d4cfafdd1932809288530cffceff
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e15544dfe000aa6d055b5d8bc0fadfc8f0ef5648
- k8s: Drop process name trimming from etcd on RKE
Information for etcd extracted from container on a RKE-based cluster
does not include process name.
Issue-ID: SECCOM-235
Change-Id: Ie6aee550868431d5f4d27c3b3d262e17e1aa6156
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f649f22f8e4ec272fff3d806f8e4ba9b82ec7b4d
- k8s: Mock etcd information collection
Rancher does not provide information on etcd as container arguments.
Its collection requires implementation of a new information extraction
method.
RKE does not include etcd process name in container arguments.
Issue-ID: SECCOM-235
Change-Id: I7576474fb2848962360771d2850aeb3f3869790a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e5766d0eaa2441cbd1d52c8082442a689b752874
- k8s: Validate controller manager flags requiring appropriate values
This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
regarding master node configuration are satisfied (1.3.1 and 1.3.4 -
1.3.5).
Issue-ID: SECCOM-235
Change-Id: I418034ea98423142f4875b97a8e6a22e8b4cd112
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 4dcf613b478f0da564bc4a4d09bffe62b690096c
- Add minimal Vagrant environment actual quickstart documentation
Issue-ID: ONAPARC-551
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Change-Id: I0e308d4486dfaa51e54bf69f79b85243766c397a
|
|
* Update docs/submodules/integration.git from branch 'master'
to 33649808cab93a4f60474b9381d67e5ac0559858
- Make cluster removal fail softly
VM destruction ("vagrant destroy") failed in case RKE cluster had not
been set up properly.
Initial intention for this trigger was to leave Control and Worker VMs
provisioned even if Operator VM is destroyed.
Issue-ID: ONAPARC-551
Change-Id: I2b47c539e2517a7c72675924731a0186d1ae25c0
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3fbeaf029e392a829ab81ea7e87e18c90c58545f
- Increase minimal Worker storage size
At least 40GiB disk is required for Worker VM to store all necessary
Docker images, otherwise it runs out of storage. VM resize can be done
only during its creation (see "machine_virtual_size" [1]).
VM data hashes no longer fitted in single lines nicely, hence they were
broken into several lines.
[1] https://github.com/vagrant-libvirt/vagrant-libvirt#domain-specific-options
Issue-ID: ONAPARC-551
Change-Id: Ib267fd8097b51f53565e0c8f3be7c86c2b3c68ad
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 73862e4ea030de857927c23f8f88263f8d3365e3
- Modify minimal Vagrant environment resources
Previously allocated resources were underestimated. Devstack resources
will remain lowered until core ONAP instance is stabilized.
Issue-ID: ONAPARC-551
Change-Id: Id4eb6b2318b71b162f6a1ed6208482ebeb31fe5a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to dc298f1933c3bb4ac977c7c1362ce9eac78acb67
- Increase inline provisioners configurability
Scripts "get_oom" and "deploy_onap" are more useful if an additional
parameter is accepted: external repository and deployment override,
respectively.
These parameteres will make testing easier and allow improving this
setup quicker. Previous behaviour stays as it was using default
argument values.
Changes in their invocations were meant to make ad-hoc modifications
more explicit.
SSH configuration from host machine is synchronized in case additional
access rights are necessary.
Issue-ID: ONAPARC-551
Change-Id: I585586f721457388ab30b089f2c25c4ad88ad4d3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to ba88f291de193a74f03e99e4348c37ff9c4ffdfd
- Ignore reverse-SSHFS mountpoint from file synchronization
This patch intends to avoid attempts to synchronize files to the VM that
have been mounted from it.
Issue-ID: ONAPARC-551
Change-Id: Ida9b13c5f109d3a05dd35e68f17e7898f23750c5
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 228c62e51e65cf97e277fc257ea27b07dcf55212
- Add reverse-SSHFS-based file synchronization documentation
Issue-ID: ONAPARC-551
Change-Id: Ic22d32998ad0fc29867116827679e4c4181ba596
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 780e66aeb4ee12e6455e1573ac174f1e817f06e5
- Update APPC image tag
Issue-ID: INT-1414
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: Id532a57a1be0207cca90a9c2b3c111f191f0062e
|
|
* Update docs/submodules/integration.git from branch 'master'
to d5c98e17ea8ac152e7bc876b41c46082e71d7175
- Update vCPE doc with cloud settings details
Change-Id: Ie5dc08f9ac5f96ccec7520949c26c6c2687bf7e1
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1409
- Remove cloud settings from vcpeconfig.yaml
Additionally clouds.yaml.example is provided with integration
lab cloud settings.
Change-Id: I214217e5b239303c4485c855cdf81bd0250de6e5
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1409
|
|
* Update docs/submodules/integration.git from branch 'master'
to 8eb99ceaae49e635eb518ca985f8ee5cbe6449c6
- Support reading cloud settings from clouds.yaml
clouds.yaml is a default cloud configuration file for
openstacksdk library. Using it deduplicates cloud
settings from vcpeconfig.yaml and makes CI setup
easier.
Change-Id: Iaf81bcaa3c27dae7c1619690da45e6b7feee7768
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1409
|
|
* Update docs/submodules/integration.git from branch 'master'
to 62b5908c21e1fdb4335d01fc43936a6986857395
- Extend label matching for cluster node's External IP
This patch also fixes minor typo.
Issue-ID: SECCOM-261
Change-Id: I4326106f14381ec652eb493bf0a87fb1d82ea3fb
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6073f407aeeea1225241b4e873903deb7719da6e
- Added mTLS support in pnf simulator
Issue-ID: INT-1372
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I3bb0f3fe3849da0a72377fde5c974f4b30abd199
|
|
* Update docs/submodules/integration.git from branch 'master'
to 86e0740ff36b97ba98f1ed02f34bfb23d1b96262
- Latest changes to pnf simulator
- replace cpp bindings by python
- remove docker spotify plugin (no longer supported)
- create own image for netopeer (with all packages installed upfront)
Issue-ID: INT-1372
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I983c0eddf12fa589fbf3ad1ffbab2b36929c9ef0
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6f2913b0129ea48becccfd55eeb93cbcb991f651
- [INT] updating devstack install to use py3
- also fixing nova.conf post-config section
Issue-ID: INT-1419
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I9d4cfdf3d386a693e27c869a1326a80572a12323
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6a61ad84e1df33bec201df43dc0b217d892f91b9
- PNF Simulator to support Control Loop subscription model
Change-Id: I9919edb32f3f68f86fad28c908f808fcee3fc548
Issue-ID: INT-1312
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f2ec458f12c470552462a75f26ef7e1704482a72
- Update docker images in integration override
Issue-ID: INT-1414
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: Iabc25330dd803bedcaa8c321b5ff45619782884e
|
|
* Update docs/submodules/integration.git from branch 'master'
to b0accc3b42d9fa079d30ad6c5d32129e084a1ab9
- Add reverse-SSHFS-based file synchronization from Operator's machine
This patch also introduces (almost) empty directory to the repository as
a mountpoint for the synchronized files. Additional flag ("nonempty") is
passed upon mounting directory to ignore the sole file there
("operator/.gitignore").
Issue-ID: ONAPARC-551
Change-Id: I9187325a08cccb98b7335fcb320c2004ed26e7f3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 2289007753fab6d836b83022300c7b13cb782f37
- Add minimal Vagrant environment development documentation
Issue-ID: ONAPARC-551
Change-Id: I1a6f6b998df755734a9c32fbe86473a72a45aae0
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 1b681e360b8d083104026080c5517f237dc0945a
- Integration doc for 5g pnp pnf use case
Issue-ID: INT-1333
Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ic75ae09374ea806ea67526fba624c7a654c0aa10
|
|
* Update docs/submodules/integration.git from branch 'master'
to da0d59289324cd6d604cf1bd9be4ffd709f3f5b4
- correct url in postman env
Issue-ID: INT-1340
Signed-off-by: Rene_Robert <rene.robert@orange.com>
Change-Id: Ia67dbe0787cce1e07462a7c35b0e1ad0ea64b04a
|
|
* Update docs/submodules/integration.git from branch 'master'
to 60e24054a7636e84ff6f3b074ec2c66364e1c01f
- Add minimal Vagrant environment usage documentation
This patch also clarifies which virtual machines are created within this
Vagrant environment.
Issue-ID: ONAPARC-551
Change-Id: I2ece1bbf77b147c74f745ddfb26bf80143ac95ab
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6efe941220c936d37fb5f7687d92af2e782c11ff
- Ensure Helm directory presence prior its first use
It is required for plugins that are installed by copying sources to the
Helm directory.
Issue-ID: INT-1405
Change-Id: I4ed2708f4af1d745b7e1ffc687ae9674682c374d
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 0d6313811530c5b6cead501eaecdbb351efb5b1d
- Add Hound code search environment quickstart documentation
Issue-ID: ONAPARC-540
Change-Id: I618fcd994f2c6575ee4e388a78606ec59ec4fd02
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 33ff5f12dafd19f0e36d83e0d641217e505f3499
- Update vCPE docs with script configuration details
Change-Id: I691a2ea3e51d76c8baf56818a9dc92d43e30e5a4
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
- Support setting custom path to config file in helper scripts
Change-Id: I43b160cfc3d087a0e8b70c9fb4cafa3626f84db8
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
- Support setting custom path to config file in vcpe.py
Change-Id: I9ec950413f323e6ed6dfb075f16b67d925ece047
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
- Use argparse library to parse command line options
Change-Id: I75028c59109a9db902f7869ab1b987cc0c02e321
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
- Fix VcpeCommon object instantiation
Superfluous VcpeCommon object instantiation in 'test'
routine in Preload class was removed.
Removed meaningless vcpecommon namespace import.
Change-Id: I68c8604b12ffc760ab8ed4c53af586a5ca2572c7
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
|
|
* Update docs/submodules/integration.git from branch 'master'
to bf261946df3fc5b21d826e8c3914c570513f7a71
- Add config for community lab running with OOM disabled
Change-Id: Id23f6fa50fdbeb103fb91514d9093163d07b9246
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
|
|
* Update docs/submodules/integration.git from branch 'master'
to e6a93fbeae5e2e3efd9832bf35180d44bee8719d
- Remove unreferenced aaiutil.py file
Change-Id: I69e1385e0b7ef51ed372387b08b5c59c4e52c66a
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
|
|
* Update docs/submodules/integration.git from branch 'master'
to 156cf4c275a8df43e30b698720011ac9d5e29c4d
- Move site specific properties to config file
Vcpe settings that were hardcoded in the VcpeCommon
class definition are moved to a configuration file.
Change-Id: I6733c6da5fc1977f67c4bd393bfa6fec0798971b
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
- Support reading configuration from vcpeconfig.yaml
Settings from config file will be assigned directly
to VcpeCommon class' object attributes.
Change-Id: I3cd31077c04de6bacf6dc2365837405a1aa5f6cc
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1399
|
|
* 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>
|