Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: integration/devtool master 07c12b82b1b23d9c824a46e9c861f79ee5a6867c
Merge "Deprecate trusty support"
Deprecate trusty support
Trusty libvirt boxes have issues to setup the IP address during the
provisioning process. This change deprecates the usage of Vagrant
Trusty boxes in favor to Xenail.
Change-Id: I74c0e77c9812c31ff7504c16f8538f9293b7f3f6
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
Project: integration/devtool master dbe461f185aeed76c1a63b5302ff9b0f20952df6
Merge "Enable statd service"
Enable statd service
NFS uses rpc-statd service to provide locks. These service needs to
be started separately. This fix enables that service to prevents
'no locks available' message errors.
Change-Id: I4c94cea9fe00a03fd2f06f170f216aafd081818c
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
Project: integration/devtool master 9f47d24dbb3852852a1ec73c8a987a67ff38a2dc
Merge "Update AAI script"
Update AAI script
The way to configure the AAI environment in standalone mode has been
change in Casablanca release[1]. Now this project now uses JanusGraph
database instead of Titan. This change pretends to reflect t# Copyright © 2017 Amdocs, Bell Canada
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#################################################################
# Global configuration defaults.
#################################################################
global:
nodePortPrefix: 302
readinessRepository: oomk8s
readinessImage: readiness-check:2.0.0
loggingRepository: docker.elastic.co
loggingImage: beats/filebeat:5.5.0
#################################################################
# Application configuration defaults.
#################################################################
# application image
flavor: small
repository: nexus3.onap.org:10001
image: onap/vfc/vnflcm:1.2.1
pullPolicy: Always
#Istio sidecar injection policy
istioSidecar: true
# flag to enable debugging - application support required
debugEnabled: false
# application configuration
config: {}
# default number of instances
replicaCount: 1
nodeSelector: {}
affinity: {}
# probe configuration parameters
liveness:
initialDelaySeconds: 120
periodSeconds: 10
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
readiness:
initialDelaySeconds: 10
periodSeconds: 10
service:
type: ClusterIP
name: vfc-vnflcm
portName: vfc-vnflcm
externalPort: 8801
internalPort: 8801
# nodePort: 30801
ingress:
enabled: false
# Configure resource requests and limits
resources:
small:
limits:
cpu: 200m
memory: 500Mi
requests:
cpu: 100m
memory: 250Mi
large:
limits:
cpu: 400m
memory: 1000Mi
requests:
cpu: 200m
memory: 500Mi
unlimited: {}
contains several changes to improve the code:
- The OOM configuration file for deploying ONAP services has been
changed to enable more services.
- Expose the proxy configuration process for docker.
- Remove All-in-One scenario from the options and documentation
Change-Id: I7e089f846148fc3ee2ba3572628b7175a677d324
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
Project: integration/devtool master 9659e8fceedd5b8b0b75456c4b30f1d1848baffb
Change libvirt_group variable type
The libvirt_group variable has been declared as read-only variable
and given that's changed in Ubuntu distros, this needs to be
writetable.
Change-Id: I9526225870aafbc766ddd1aa44dcdb7f477af85a
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-370
|
|
Project: integration/devtool master a3bc880a08fe52de607ccd5c72800b8d1104ecfc
Add Integration script
It was included the script to provides a development environment for
integration project. This environment can help to quickly run
integration tests.
Change-Id: I04bff61fbe7589b5ecda782df6a4cb0fddf1b3e2
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-480
|
|
Project: integration/devtool master 53c52795b9008893dbf5739dfdafbaf100fa81ef
Update OOM script
The instructions to deploy ONAP thru OOM tool has been changed, it's
using Helm Charts for performing the deployment. This change reflects
that change.
Given that using Rancher adds an additional layer to the deployment,
it was provided an alternative method to deploy Kubernetes via
kubespray. This tool provides a production ready k8s deployment.
Change-Id: Ied3f5fc9e5c97b4c0f8e623b9d6f3c4f52fc822e
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
Project: integration/devtool master 8be83219fd8fc9983ac90a700b25c35555f45c49
Update AAI script
The get_aai_images function was not reflecting the latest changes to
build and retrieve AAI images, as consequence the deployment of their
services fails. This change also includes the installation of go and
its tools.
Change-Id: Ic14da77078459c0f63ba517c36c0dcd1cfca64e8
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-470
|
|
Project: integration/devtool master 11815c2b45224455643c8cb08f9d524fabc7ac92
Merge "Update all-in-one PowerShell arg value"
Update all-in-one PowerShell arg value
The *all-in-one* was updated for shell scripts in
I599d68c91e4c6e614aa884fe7c305b64bbf88e91 but it was missed
the change for PowerShell scripts. This change expands that fix.
Change-Id: I23f1251a4dabc9343be756a2c037edde63f32029
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-460
|
|
Project: integration/devtool master 80633ad073cdb925b2d76ba6f7b79cb071ba2354
Move install_* functions
The install_* functions can be controlled better in a separate
script file. This change moves them into a _installers script.
Change-Id: I7c7993d44478e5d311b425ecbaf712154dd97bd3
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-463
|
|
Project: integration/devtool master ef7b4aca7e3b9fe06bdaa4a9e979bdb02d85a674
Rename doc folder
The Jenkins job that triggers the creation of documents looks for
docs folder[1], in order to be covered by this job it's necessary to
adapt to this convention.
[1] https://git.onap.org/ci-management/tree/jjb/doc/doc-templates-rtd.yaml
Change-Id: Ieca92084d95b0ef4736223b1ea60cb0f9c688550
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: DOC-261
|
|
Project: integration/devtool master 410ba49a479bf6be3cbe3dddff2e8047e7967f3c
Merge "Rename robot docker from openecomp to onap"
Rename robot docker from openecomp to onap
Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e
Issue-ID: INT-459
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project: integration/devtool master efe77c01bdceac8902b91f20cae6c5670db33a84
Fix all-in-one vagrant machine name
Currently when inputting the command for all_in_one, vagrant
can't find a machine defined for that name because it's looking
for a machine called all-in-one. This patch updates the name of
the VM in run.sh to all-in-one.
Change-Id: I599d68c91e4c6e614aa884fe7c305b64bbf88e91
Signed-off-by: Nathaniel Potter <nathaniel.potter@intel.com>
Issue-ID: INT-460
|
|
Change-Id: I7db8dfd8ccd6b75baf49a8b5e89f7d4ead4461bd
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: DOC-261
|