summaryrefslogtreecommitdiffstats
path: root/docs/submodules/multicloud
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 145648701486244f632cc6aaaa0f70a252db829a Create code coverage report The cover action target allows the creation of code coverage report during the Jenkins Job execution, giving an idea of the impact of the change submitted. Change-Id: Ia2b8d57a0f9235ace021baaa6f74370b6656e58f Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-25Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master b7e7f8f659439ac1db7b42ad47828def65eb094c Fix ensure Namespace function The I1e1eb40f1a18ba33c74069a117462c8df17767ac change standarizes the Interface for the plugins, this changes affects callers and it's necessary to update those references. This change fix that issue for Namespace Kubernetes resources. Change-Id: I04c957fdd526401523b72e332b6e24385a7ceefe Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-21Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 655dfbea5a836f83a46e5e5d038f0d4180803ee7 Merge "Add UTs to plugins" Add UTs to plugins Deployment, service and namespace are plugins which offers CRUD operations to manage their resources. They haven't implemented Unit Tests which makes fragile to change/refactor the source code. This change adds their corresponding Unit Tests and defines a standard interface. Change-Id: I1e1eb40f1a18ba33c74069a117462c8df17767ac Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-19Updated git submodulesShashank Kumar Shankar1-0/+0
Project: multicloud/k8s master f5972d3c34b070d55300e2e1ace7b98b5065a3f0 Add EdgeX Foundry example VNFs This patch adds EdgeX Foundry sample VNFs for integration testing. Change-Id: I570850832854b76df3ba9613252b0b46302210f3 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-09-18Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master b368dfe25337494060eb8cd85a5becaf7a465643 Merge "Refactor plugin.sh functional test" Refactor plugin.sh functional test There are some instructions located in plugin.sh script which can be exported to a common place like _common.sh library. This change moves those instructions. Change-Id: I44aeaf75ea70aa2148b17bbcb82314ea339d7a00 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-18Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master be88f0d19f136f8c5693d5fe93011936e7249eca Merge "Remove NFD from list of AddOns" Remove NFD from list of AddOns The Node Feature Discovery AddOn has been included as part of the capabilities supported by the KRD but it has been detected some issues when its services are trying to start. Given that this feature is not necessary for this phase it can be excluded from the default list. The _install_crictl function is not consumed by any other method, this also includes its removal. Change-Id: I771a8865894038b91324a9cb3797c2197666f480 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-18Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master a2900c4ecc53e6132e6dd8353ebd312aa400b862 Bump vagrant version to 2.1.5 Change-Id: Ib6375ea6e512afd5f1aac1267c753e50a1724a04 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-17Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master acfc52396351261756b6d319d7578f2277f2d272 Merge "Separate tests" Separate tests The current tests can be separated in two categories: unit test and integration tests. The criteria depends on the scope or dependencies required for the test. This change provides a mechanism to test only one category. Change-Id: Ib7bac49cb0b2d14544fb9704345436a7ba71aead Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-17Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 4416616ae34f7b0410b67d69a6d44011f2946484 Merge "Bump kubernetes version to v1.11.3" Bump kubernetes version to v1.11.3 Change-Id: I23289a04ad63da13c51b242f1374c526f4b9e80b Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-09-17Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 6a0302e5b820abf41637641836d502ce4e1cf14c Merge "Bump virtlet version to 1.3.0" Bump virtlet version to 1.3.0 Change-Id: I96c9519a282a5806002ac2c61a49eda5ff8b8e90 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-17Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 218be1a340c26caab12d3d9873ba53920b9eef21 Merge "Complete Plugin Functional tests" Complete Plugin Functional tests The script that consumes the Plugin Endpoints to ensuring its funtionality was completed. This change helps to covers all the endpoints exposed by the API. Change-Id: I56d1412debd3942d42484389a1c3ff04aa3da563 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-17Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 9c63ff115cb6108a0531287e0efc929493935907 Merge "Refactor Functional tests" Refactor Functional tests The current implementation of Functional tests didn't allow to reuse some functionality. This change exposes common functions and methods to populated CSAR folders. Change-Id: I8f4daf9a0a12633f952677b3e15de42bea5226e6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-15Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master 16b766f0b0e2e9f4a87d141b6f4f2a79bbfbbb09 Merge "Downgrade multus version" Downgrade multus version The latest version was causing that containers hanging for ever. This change modifies the version used for Multus to a stable release. Change-Id: Ida58d7ca0d2d4bbde28081743c4ae44e94ecb229 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-15Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master 8a39b0839f297fadec71652b790d93d693303211 Merge "Change metadata.yaml structure" Change metadata.yaml structure The metadata.yaml was using a list of resources instead of a set. As result, it's possible to add resources that are duplicated. In order to avoid this the ResourceTypePathMap field was changed. Change-Id: Ic454a9c42fa367b58580641b62b3d1c7ac33b1ca Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-15Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master d4b540d16ef8b705e34ef61c265e78593c0d8bcd Merge "Change working dir in Vagrantfile" Change working dir in Vagrantfile Given that the source code is shared to a different location is necessary to reflect this change in the Vagrantfile Change-Id: Iad47b49c5720d0d1a76fa9fa60c4d1ba60d0ab51 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-15Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 136c21b65e58eab0c8d4c3e09d0c839eb27c53b6 Fix paths in tox.ini file The execution of tox tool was including some paths that are not part of the project, therefore they need to be excluded. This change modifies the tox.ini file to exclude them. Change-Id: I7dd6cfa006805e812c93fdcb5ebbc37311408ab5 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-12Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master cb64a5fed1b10daa301235a2ef956b4805da99d3 Complete Plugin Functional Tests It was fixed the issue to connect the plugin with the consul DB. This was a main roadblock to complete the functional Tests for the plugin. Change-Id: I3032e82a8f6baf4739c7433a5ffa97dac23daac8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-10Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master e7a7b50f6fc0f036eeb116f95e8e5fb8d56aa4ef Add no_proxy config value to docker-compose.yml The no_proxy configuration value was missing in the docker-compose.yml this was causing a different behaviour when the functional tests were running and consuming the services on the container. Change-Id: Ie88e88d50e0ec9c4aa0d03367f2a9d25edccb753 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-07Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 5b6f0c4efbfdc0c9bcb440c8da132bdaee4e518d Improve compilation process The current architecture offers the possibility to add more plugins and extend the its functionality. This flexibility has to be supported during the compilation process. This change modify the Makefile to find plugins and compile them. It also adds a start.sh script which allows to run MultiCloud services without the need of packaging their binaries in a container. Change-Id: I9271c51daa4fd9156717e37f1818886c72e36c27 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-06Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master f1421fca0034e77bf213dbcc4b96ee655cc29936 Merge "Move mock plugin compilation" Move mock plugin compilation The instruction that compiles the Mock plugin is only required during the testing, therefore this instruction can be moved in different place in the Makefile Change-Id: Ib800b2b39992a1020e466aa3f22cada5ac84bcf6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-06Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 849f6ae8239a818ed03954e581f1818899d86b9c Use local changes to build images The current implementation is using an external copy of the source code to buil the docker image. This approach makes hard to debug and try new changes during development phase. This change allows to sync local source code folder between host and guest machines. Change-Id: Ia723499f0e113e5adebb46a0cea6662f703695e5 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-05Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 897a3ccd55fb562b029525808797d628808e689e Merge "Bump multus and virtlet versions" Bump multus and virtlet versions Change-Id: Iaa7506eef1ccabcf400bc07c5b8f4c1b45c57781 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-05Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 74ed9b29e9ef7ce0840e3b71d9e337a82f5343ca Merge "Add alternative sources.list file" Add alternative sources.list file In order to reduce the traffict during the installation of external packages is possible to configure it to consume a local mirror. This change adds that alternative. Change-Id: I5d7b385171e77afe12ccaad31edd59cf4f0f21fb Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-05Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master eca57b7812e275acb3ce92177b1f81cfce378a94 Merge "Add PLUGINS_DIR var" Add PLUGINS_DIR var The docker-compose.yml file was missing PLUGINS_DIR environment variable required for the plugin to discover the *.so files. Change-Id: I7fa451ba0b3d6fd722728176b7b35cf5b3dd4db3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-04Updated git submodulesBin Hu1-0/+0
Project: multicloud/k8s master 7e9b8b6967a69ae04a37dcba5448c3017fc91d51 Merge "Update docs to include sample commands" Update docs to include sample commands This patch updates the docs to include sample request and response. Change-Id: I5f1c29477587a2b0cda8b188ec5a9ff3bb34e5d2 Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-09-04Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 6e2857125fdce17a1541f3ca45ee0b988e9ef4de Merge "Update building process" Update building process The building process differed from the build.sh script and Makefile. In other words, the docker images were created with different instructions than development process. This patch centralizes these instructions in a single source for building binaries. Change-Id: Ib214d335b0e696be6a1a09d3cb8126a75bdf2da4 Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-09-03Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master add37e10f956227f4a8db29829daf12f029e9d8e Refactor windriver plugin namespace Workaround the restraints of ISTIO which prohibit the usage of _ in the namespace Change-Id: Ic6ebfda2de4285e3d5edb1bbfbfb21307c75348a Issue-ID: MULTICLOUD-335 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-31Updated git submodulesShashank Kumar Shankar1-0/+0
Project: multicloud/k8s master 28376cbc428324577451181f67f383ea9d8de164 Make PLUGINS_DIR to be required than optional This patch makes sure PLUGINS_DIR is not optional since its better explicitly pass the plugins directory. Change-Id: I08da5cf1563527d8b713fa106aa05b37a26c95cb Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-08-31Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 979f6535310b683747fd23423d27e0eeb72208b7 Bump vagrant version from 2.1.2 to 2.1.4 Change-Id: Ie97897afdfca43d45a6c7055e34edee5e8ea3ce4 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-31Updated git submodulesramamani yeleswarapu1-0/+0
Project: multicloud/k8s master 2f0b896a56c6297ce3434c8d5279b3440e437f18 Update KRD docs build This adds docs/index.rst with links to: - krd_architecture.rst and - sampleCommands.rst. It is now possible to generate documentation using 'tox -e docs'. Change-Id: I176a01943d36659101b3251a8756866459d5491f Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> Issue-ID: MULTICLOUD-301
2018-08-31Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master 574785c07010a494fbd1456d11e7c0449ad43c38 Add KRD source code This changes includes the source code created for the Kubernetes Reference Deployment(KRD) which helps to provide an automated mechanism to install and configure Kubernetes services required for the MultiCloud/K8s plugin. Change-Id: Ica49566fcd531e25846ed3e5062de2f92ec56f6c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-30Updated git submodulesVictor Morales1-0/+0
Project: multicloud/framework master 1d679aae703c3062da24da290f264586b630a08f Merge "Use python rstcheck to validate syntax" Use python rstcheck to validate syntax Given that this repository contains multiple documents for specifications is necessary to implement a mechanism to validate its syntax. The rstchecker tool ensures that it meets the reStructured Text guidelines. Change-Id: I6a5d30c78718ae83265f9302f3d514eacaff2ae1 Issue-ID: DOC-300 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-08-28Add MultiCloud Kubernetes documentationVictor Morales1-0/+0
This change includes the multicloud/k8s plugin as git submodule. This prevents the not found errors during the execution of Jenkins documentation jobs. Change-Id: I3a376abef825ed25547c51b9ec399698c109558d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-28Updated git submodulesGary Wu1-0/+0
Project: multicloud/framework master f8adca5ec99980c80fbf297e693e51d6dcdd8d4e Bump oparent version to 1.2.0 This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: Ie8a88aea086e46f9d898f7e2c4f2f4885c062936 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-24Updated git submodulesBin Hu1-0/+0
Project: multicloud/framework master bc4187f075e89b200393babb3d89b207513b5dd1 Merge "Multicloud infra workload Delete and Get" Multicloud infra workload Delete and Get Adding two API: - Delete infra workload - Get infra workload Change-Id: Ie458bb2f6170e57df29a76f06ea21dfe2b6250b7 Issue-ID: MULTICLOUD-250 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-08-23Updated git submodulesBin Hu1-0/+0
Project: multicloud/framework master 334de580e582981302442b5313c2a6409a7e53d8 Merge "Onappylog library improvement" Onappylog library improvement Change-Id: I782785733a79e328b7d8abab77c70035e30b706f Issue-ID: MULTICLOUD-326 Signed-off-by: liangke <lokyse@163.com>
2018-08-23Updated git submodulesEthan Lynn1-0/+0
Project: multicloud/framework master 737457599e5e2cd5e93c2cdb59a244daf687d54a Merge "Add swagger for server action api" Add swagger for server action api Change-Id: I2bc9ca0f94f625a01c123fe2dc2b7044cce06ba6 Issue-ID: MULTICLOUD-332 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-23Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 0502b3b6dce5b58ea6601f0658c400c619136b0f Expose API infra_workload The POST,GET,DELETE action will be forwarded to specific plugin Issue-ID: MULTICLOUD-310 Change-Id: Ia010347af75b82b2d92ca214abbaf053c36243eb Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-22Updated git submodulesJessica Wagantall1-0/+0
Project: multicloud/framework master 7204293286d554d86a964a2f44f19d902cf1e47a Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ia6c1d487ed139ebb8c2e4413fa1d061d3a45c6ca Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Updated git submodulesHuang Haibin1-0/+0
Project: multicloud/framework master be1a74cb51a52cf031c6862d31f27ec784767008 Fix Multicloud infra workload API Format Change-Id: I810681a8d0c54697d3b6480cafb4416dd73b0960 Issue-ID: MULTICLOUD-250 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-08-17Updated git submodulesBin Hu1-0/+0
Project: multicloud/framework master 11c98c9db093827f651935c38c1549fc215a9b72 Merge "Add Multicloud infra workload API" Add Multicloud infra workload API Change-Id: I5cb04c4ae11278a4c675edaa3ee32e459fcf6e0a Issue-ID: MULTICLOUD-250 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-08-17Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 7419e38021a3c959af3b6a4730a0f50baff2e15b API upgrading for forwarder API Change-Id: Iabbab0fd3cd52f728fe69599110b0168c48fb17a Issue-ID: MULTICLOUD-310 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-15Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 64b01905dc3c5ca54dfd5d626f11fc347be62be1 Merge "Fix registry/unregistry doc" Fix registry/unregistry doc url for registry/unregistry is not correct. Change-Id: I3d799ef175b87cfcb358e77434e8cd0ccedfa4b0 Issue-ID: MULTICLOUD-239 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-15Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 3638c46e8c4a53883afd0e745eeedbbf01a8f317 Proposal on security communication feature Change-Id: I5eecc0c9966836d17e6118e6b85e26042a3bf195 Issue-ID: MULTICLOUD-266 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-15Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 99066c3a375def7a8efb51c7aa6b6330520e8f80 Proposal to automate heatbridge Describe how to automate AAI with heat stack by multicloud Change-Id: Icb0330abd3975102827bddb3f681c0a8ab869657 Issue-ID: MULTICLOUD-282 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-15Updated git submodulesBin Yang1-0/+0
Project: multicloud/framework master 9e3eaba3ce475451e3ad4e13c7c6d5c0512e1a14 Propose automating multi-region on-boarding This proposal describe how multicloud plugin helps automating of on-boarding the OpenStack secondary regions Change-Id: Icba078a6ff1462901e7e5240507925ac6f76edb9 Issue-ID: MULTICLOUD-279 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-14Updated git submodulesBin Hu1-0/+0
Project: multicloud/framework master 6e5bf56c01bc5dfac88b441d37e99fef1906150f Merge "Add design spec for API upgrading and ID alignment" Add design spec for API upgrading and ID alignment This is to propose the changes for enabling consistent ID of a cloud region Change-Id: Ia25f60ba14d28d02559a9902972a3cff6ca814c2 Issue-ID: MULTICLOUD-280 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-07-27Updated git submodulesliangke1-0/+0
Project: multicloud/framework master 0869aa4af09167bd2ac41c4fcf19bd921f84e7c9 Bump version to 1.2.0 Change-Id: Ib0a3241e2a0e6ad508c8602d4e75c64663e21904 Issue-ID: MULTICLOUD-286 Signed-off-by: liangke <lokyse@163.com>
2018-06-15Updated git submodulesYun Huang1-0/+0
Project: multicloud/framework master 87e46652b3f319d0b63df22e6782775d5c6ce3d8 Add HPA deployment guide Change-Id: I896eac7b7c715326fbd1f86af1dd0e1ad1cf4d8c Issue-ID: MULTICLOUD-248 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-06-07Updated git submodulesEthan Lynn1-0/+0
Project: multicloud/framework master f58274713412c8932e69ff41eb01244e65bffd31 Remove ToC in API document Remove ToC Change-Id: Ib09f46987bf8975f28016b30935d920d8d23523c Issue-ID: MULTICLOUD-239 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>