aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Add vnf definition APIs3.0.0-ONAPcasablancaKiran Kamineni13-5/+1008
Adding APIs for POST, GET, LIST (implemented via GET) and DELETE commands on /v1/vnfd base for creating, getting, listing and deleting VNF Definitions. P2: Added unit tests for vnfdhandler.go P3: Add unit tests for serialize and deserialize P4: Integrating review comments P5: Added customizable mocking for vnfdhandler_test P6: Added customizablt mocking for vnfd_test Note that this will soon need to be updated once the db changes go through in patch 71090 Issue-ID: MULTICLOUD-393 Change-Id: Id509bed370ab3bdc572c6ead22324c1ee3dbf82d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-11-08Merge "Bumb andrewrothstein.go role to 2.1.10"Victor Morales1-1/+1
2018-11-08Merge "Fix start.sh script"Bin Hu1-1/+2
2018-11-07Bumb andrewrothstein.go role to 2.1.10Victor Morales1-1/+1
This version installs golang 1.11.2 by default on the server nodes Change-Id: I0526f5c792d907ca9b25df0bdbbe38be43628aba Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-07Merge "Change proxy-mode from iptables to ipvs"Victor Morales1-0/+6
2018-11-07Fix start.sh scriptVictor Morales1-1/+2
The start bash script is used during development phase to quickly test some changes in source code. This script requires to get the IP address of the Consul database and export the image name. This change fixes those instructions Change-Id: I73c4c4be0a9476304bedcd4c62a723ff1ecc7f7c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-05Merge "Add context into for sink service selector"Victor Morales1-0/+3
2018-11-05Change proxy-mode from iptables to ipvsVictor Morales1-0/+6
Kubespray uses iptables by default for implementing a form of virtual IP. Ipvs has better performance when syncing proxy rules than iptables. This change sets that configuration option. Change-Id: Idd054a786284c54ceee1770d7774975b0ed43430 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-31Migrate from dep to go modKiran Kamineni6-517/+103
Migrate from dep to go mod which is native package management functionality in golang 1.11 Issue-ID: MULTICLOUD-392 Change-Id: I9a94cb38bd230738d7d0e586e6956b7a46472dd7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-30Merge "Change Vagrant default provider"Victor Morales1-1/+1
2018-10-29Add context into for sink service selectorVictor Morales1-0/+3
In order to narrow down the number of the endpoints to one. This change provides a context in the selector section. Change-Id: If1ebe744fc43ad9ec6ebbc513f397e55dae13dd9 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-29Change Vagrant default providerVictor Morales1-1/+1
Vagrant uses VirtualBox as default provider, but given that it's not fully supported in this project its better to change that behaviour. This change makes Libvirt as default Vagrant provider. Change-Id: Ib80636f8c595280d425901a8914548d199606fdc Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-29Bump golang version to 1.11Victor Morales1-1/+1
Change-Id: I177cd017f75e4155f7e9b9a73869ea7fff24195a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-387
2018-10-25Merge "Fix populate typo"Victor Morales6-15/+15
2018-10-24Fix populate typoVictor Morales6-15/+15
Change-Id: I413b5548d8f24f1ff8e50d76d6982276683956ae Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-23Fix README referencesVictor Morales2-2/+6
The README file contains references to images in the docs folder. These references haven't properly updated. Change-Id: I4b16f5b1249512811239e9f8013081c1e30de02b Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-22Fix non-existing all.yml fileVictor Morales1-1/+1
The all.yml file contains global configuration used by kubespray. During the initial execution this file doesn't exist and its execution can raise an error. This change fix that scenario. Change-Id: I1f0c0134ccbc439b6a6c3e26c993cf498bb8dbf8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-20Merge "Bump multus version to 3.1"Victor Morales3-45/+49
2018-10-20Bump multus version to 3.1Ritu Sood3-45/+49
Change-Id: Id98a0ef126a4121cc8e33c95672f1dd552b1560f Signed-off-by: Ritu Sood <ritu.sood@intel.com> Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-271
2018-10-19Merge "Improve build process"Bin Yang4-19/+55
2018-10-19Merge "Bump vagrant version to 2.2.0"Victor Morales1-1/+1
2018-10-19Merge "Add License headers"Victor Morales6-182/+46
2018-10-19Merge "Add edgex yaml to helm based template"Victor Morales57-0/+1339
2018-10-18Add edgex yaml to helm based templateKiran Kamineni57-0/+1339
Add existing deployment and service yaml files into a helm chart that can reused. Currently splitting out consul and mongo as subcharts while keeping the rest under the main edgex chart. P2: Convert to different label selectors P3: Keep the old configuration yaml in a seperate kubernetes folder P4: Removed common chart with the templates. We are using only a small subset which we can expand locally via Helm Variables Issue-ID: MULTICLOUD-376 Change-Id: I8e0682c7d1d2433b9754209b2f3eedb790df5464 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-18Improve build processVictor Morales4-19/+55
The build process is used by Jenkins Daily Jobs to generate images as well as the provisioning vagrant process. This change pretends to satisfy both processes. Change-Id: I53d77b0e64f2482e612e59d5a3881fae53c63cbd Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-18Add License headersVictor Morales6-182/+46
Change-Id: I1502c812f29ca8a6d1f819b9459c00597be09305 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-18Remove source /etc/environemnt instructionVictor Morales2-4/+1
Apparently this instruction is overriding the GOROOT value during the execution in the Jenkins Jobs. Change-Id: I97768db029ae21939bfde4753f87387ea976985c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-17Bump vagrant version to 2.2.0Victor Morales1-1/+1
Change-Id: I18e2c79a7f4dbbd6f02fef20c782660c579784ff Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-16Hybrid Functional test for vFirewallVictor Morales4-17/+334
This change provides the bash instructions for running an hybrid scenario (Virtual Machine and Containers) of the ONAP vFirewall use case. Change-Id: I2bb7843118c31895d0b5fe1987cced2be29672cb Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-16Merge "Improve setup.sh script"Victor Morales1-1/+23
2018-10-16Merge "Add more Ubuntu Cloud images"Victor Morales1-0/+4
2018-10-15Improve setup.sh scriptVictor Morales1-1/+23
The setup.sh script contains instructions to configure and install dependencies for this project. This change includes instructions to enable nested-virtualization. Change-Id: I35b66d08f0e3813d18e661f73edc04fd2cf585fe Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-15Add more Ubuntu Cloud imagesVictor Morales1-0/+4
The initial implementation only defined Ubuntu Xenial Cloud image This change adds more official images for future testing. Change-Id: I6dd8d5cfa9ecc598a52100e2db8e74fdd364a79f Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-15Enable vhost_net module in nodes.Victor Morales1-1/+4
This change enables the vhost_net driver which emulates the virtio-net network card in the host kernel. Change-Id: Ibdcb6f0c1d196a2d64622ecc81acc89e56ffef62 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-08Merge "Using VirtletCloudInitUserData section"Victor Morales3-39/+113
2018-10-05Merge "Set 30080 port for Kubernetes Dashboard"Victor Morales1-1/+2
2018-10-05Merge "Bump virtlet version to 1.4.1"Victor Morales1-1/+1
2018-10-05Merge "Fix installation order"Victor Morales1-2/+4
2018-10-05Merge "Remove default kubespray config values"Victor Morales1-108/+3
2018-10-05Merge "Bump kubespray version to 2.7.0"Victor Morales3-2/+3
2018-10-05Using VirtletCloudInitUserData sectionVictor Morales3-39/+113
The VirtletCloudInitUserData section defines instructions used by cloud-init service to post-provisioning VMs. But this section cannot be used with VirtletCloudInitUserDataScript in the Deployment file definition. This changer replaces these virtlet sections. Change-Id: I03f5fee223d43b21ceadd50bc356cec4e96cab23 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Bump virtlet version to 1.4.1Victor Morales1-1/+1
Change-Id: I9e20333f506674533ed6711d265a95d4defaa4e0 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Fix installation orderVictor Morales1-2/+4
The current order of the installation instructions in the setup.sh script causes issues in some systems, mainly because they are lacking of certain basic packages. This change includes the python packages and fix the order of execution. Change-Id: I73de55fc9d49a75953e3fbdde8290757adcadd7a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Improve Nested-Virtualization enablementVictor Morales1-4/+30
The I61d13ebbdbc0abc208042dde56d4d6b498570955 enables Intel Nested-Virtualization on Kubernetes Nodes without considering the current status and/or architecture. This change consider those values during the enablement process. Change-Id: I3544e73a61ce98c159b4496f0fba35f9795ba89a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Set 30080 port for Kubernetes DashboardVictor Morales1-1/+2
This change allows to use a specific port for the Kubernetes Dashboard which avoids to discover it later. Change-Id: Ia2ae07678ec9b96d4644c6d2dc926527359b101f Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Remove default kubespray config valuesVictor Morales1-108/+3
The amount of configuration values included in the KRD is huge and needs to be reduced as minimum possible for showing the features that need to be setup in Kubespray. This change removes the default configuration values and enables NGINX Ingress controller. Change-Id: I8f3f62bf0bbf24f4874657acff575a2819deaede Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Bump kubespray version to 2.7.0Victor Morales3-2/+3
Change-Id: I9d8cd095797804fe96d36b0a08354247096351df Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-03Merge "Enable Nested Virtualization in Nodes"Victor Morales1-0/+4
2018-10-02Merge "Fix build.sh deployment script"Bin Hu2-2/+4
2018-10-01Enable Nested Virtualization in NodesVictor Morales1-0/+4
Compute nodes require to enable Nested-Virtualization to smooth the provisioning of Virtual Machines using Virtlet Kubernetes Add. This change includes the instructions to enable it in the Nodes. Change-Id: I61d13ebbdbc0abc208042dde56d4d6b498570955 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301