Feng Pan [Tue, 12 Sep 2017 15:45:50 +0000 (15:45 +0000)]
Merge "Updates SFC to use nitrogen"
Dan Radez [Fri, 8 Sep 2017 16:40:05 +0000 (12:40 -0400)]
Show ansible tasks as they complete
Change-Id: I1b68d70fd97076a7f2ca68091a6e94d87b72efa2
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Tue, 29 Aug 2017 15:23:39 +0000 (11:23 -0400)]
Updates SFC to use nitrogen
Also fixes issue where openvswitch NSH rpm was not getting installed
because we needed to downgrade now that default OVS is 2.7 and NSH OVS
is 2.6.1
Change-Id: I1b639ca80214032e93aacb3332e9588d49e74127
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Mon, 11 Sep 2017 18:40:16 +0000 (14:40 -0400)]
Dup owner, changing to group
Change-Id: I8ca1501949a0e272e928c6b31b08eba2519951ec
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Fri, 8 Sep 2017 16:06:44 +0000 (12:06 -0400)]
Restarts libvirtd after stopping firewalld
When stopping firewalld, libvirtd needs to be restarted in order for
libvirt to use/populate iptables with the NAT rules for the default
virsh network.
JIRA: APEX-510
Change-Id: Ia5b4515fd961baa70de58814e9eae4b397db28a7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 8 Sep 2017 16:00:43 +0000 (16:00 +0000)]
Merge "Adjustments to tmp dir handling"
Dan Radez [Fri, 8 Sep 2017 14:48:31 +0000 (14:48 +0000)]
Merge "Adds missing packages for undercloud"
Dan Radez [Thu, 7 Sep 2017 20:57:02 +0000 (16:57 -0400)]
Adjustments to tmp dir handling
- prefixing with apex_tmp
- removing overcloud qcow on failure
JIRA: APEX-513
Change-Id: I766df10c294c31622917bbd5b0597e3373716d8b
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Fri, 8 Sep 2017 04:36:43 +0000 (04:36 +0000)]
Merge "Conditionalize VM console arg based on arch"
Tim Rozet [Thu, 7 Sep 2017 20:18:20 +0000 (16:18 -0400)]
Adds missing packages for undercloud
JIRA: APEX-511
Change-Id: If8ed2b5409e450c39f4fffd5a0b3cb96560c5d26
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Thu, 7 Sep 2017 20:09:46 +0000 (20:09 +0000)]
Merge "More cleanup for ci directory"
Tim Rozet [Thu, 7 Sep 2017 19:53:18 +0000 (19:53 +0000)]
Merge "Output ansible's output to info log"
Tim Rozet [Wed, 6 Sep 2017 22:15:08 +0000 (18:15 -0400)]
More cleanup for ci directory
Changes Include:
- Moves dev_dep_check.sh to contrib dir as it is not used by our CI
- Removes test.sh as it is not used by CI. tox can be invoked
directly for developers.
- Removes run_smoke_tests.sh which is not used anymore
Change-Id: I59e39be0ce8b23234c70bf066aebf894b6d73388
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 7 Sep 2017 15:15:02 +0000 (15:15 +0000)]
Merge "Skip introspection for aarch64 BM deployments"
Dan Radez [Thu, 7 Sep 2017 14:41:36 +0000 (10:41 -0400)]
Output ansible's output to info log
Change-Id: I27ad54785716677a885ae954a2af6dbaf8610ff1
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Thu, 7 Sep 2017 14:34:59 +0000 (14:34 +0000)]
Merge "Enabling the aarch check for deployment"
Feng Pan [Thu, 7 Sep 2017 04:05:37 +0000 (04:05 +0000)]
Merge "Adds parser tests and cleanup"
Dan Radez [Wed, 6 Sep 2017 17:17:26 +0000 (13:17 -0400)]
Conditionalize VM console arg based on arch
Change-Id: Ide9159e5ba7d5388c7bf62bf865b0015422e9159
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Tue, 29 Aug 2017 16:46:45 +0000 (12:46 -0400)]
Enabling the aarch check for deployment
Change-Id: Ic5f1fc8a61f74f7aa6b2fabf67169c601a603367
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Wed, 6 Sep 2017 17:28:46 +0000 (13:28 -0400)]
Skip introspection for aarch64 BM deployments
Change-Id: I630e90065f9cc76ef42ca9b23aea920c2493b53f
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 6 Sep 2017 18:33:18 +0000 (14:33 -0400)]
Adds parser tests and cleanup
Adds unit testing for the common/parsers library and cleans up some of
the test files syntax.
Change-Id: I7ff9d7ba20b028fba410af900a0c3107a5806d8f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 5 Sep 2017 19:23:15 +0000 (15:23 -0400)]
Remove deploy.sh and references
Deploy is now pip/rpm installed as opnfv-deploy in /bin. Alternatively
the deploy.py script can be invoked via python. The legacy deploy.sh
was only being used for CI, which has now been updated to remove the
need for the Apex repo containing ci/deploy.sh.
Change-Id: I1fb93bd9de23a97a09bedb8ac014ef81955875f2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 5 Sep 2017 20:04:23 +0000 (16:04 -0400)]
Removes build.sh
We now have build.py which handles all the building and build.sh was
just a wrapper to include ansible playbook. Now that we have built in
apex libs to run ansible there is no reason to keep build.sh anymore.
Also simplifies the logic to determine apex root by using the git
properties.
Change-Id: I00d2e5c7c198e549d21936bb1e9b562ba93d3010
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Fri, 1 Sep 2017 14:25:50 +0000 (14:25 +0000)]
Merge "Adds Undercloud retry and log fetch"
Tim Rozet [Fri, 1 Sep 2017 04:24:56 +0000 (04:24 +0000)]
Merge "Fix deployment errors for odl-fdio scenarios"
Tim Rozet [Thu, 31 Aug 2017 17:37:20 +0000 (13:37 -0400)]
Adds Undercloud retry and log fetch
Retry to install the undercloud if it fails due to sometimes failing.
Also copy undercloud log over to host temp dir.
Change-Id: I50f98c4f0d52fa6bb56d9dcd0766bbe745160452
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Thu, 31 Aug 2017 17:59:04 +0000 (13:59 -0400)]
Fix deployment errors for odl-fdio scenarios
- Changed NIC template generation to only configure VPP interface for
external network on compute nodes
- Fixed overcloud deploy environment file error when deploying odl-fdio
Change-Id: I4fb07073b0dffc35ef09a5e32deb8470f5ee8347
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Thu, 31 Aug 2017 17:17:01 +0000 (13:17 -0400)]
Adds showing overcloud failures
Change-Id: Ic09a9b6d57d2ab05562f64a75f9732f76ac61bb7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 30 Aug 2017 23:47:44 +0000 (23:47 +0000)]
Merge "Fix nosdn-fdio deployment errors"
Tim Rozet [Wed, 30 Aug 2017 19:28:39 +0000 (19:28 +0000)]
Merge "Change qemu-img resize unit"
Feng Pan [Wed, 30 Aug 2017 00:37:27 +0000 (20:37 -0400)]
Fix nosdn-fdio deployment errors
Also fixes kernel parameter configuration issue for fdio and ovs-dpdk
scenarios
Change-Id: I84162eb07d1427f62ac3c84fd32e78af0e3b8456
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Wed, 30 Aug 2017 16:12:31 +0000 (16:12 +0000)]
Merge "Fixes missing iso packages and idempotency of virt resources"
Tim Rozet [Wed, 30 Aug 2017 13:24:29 +0000 (13:24 +0000)]
Merge "Removes ignoring errors on congress config"
Tim Rozet [Wed, 30 Aug 2017 02:25:10 +0000 (22:25 -0400)]
Fixes missing iso packages and idempotency of virt resources
Python packages for ansible (py2.x) were missing causing ansible to
fail. This patch adds those packages to the ISO and deploy
dependencies playbook. Also includes fixes for deploy_dependencies
playbook for virt resources to make them idempotent by removing
using 'command' and instead just declaring 'state'.
Change-Id: I9311184a6f3c40ead0a8ba16fa0b61667876cf12
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 29 Aug 2017 14:30:43 +0000 (10:30 -0400)]
Removes ignoring errors on congress config
Now that congress has been fixed this should always work.
Change-Id: I701707b8b91b340289613bdb31fa91456743d233
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 29 Aug 2017 16:18:21 +0000 (16:18 +0000)]
Merge "Updates preliminary docs for Euphrates"
Tim Rozet [Mon, 28 Aug 2017 16:56:19 +0000 (12:56 -0400)]
Updates preliminary docs for Euphrates
Change-Id: I4e3e78e60756824c1294ab067a325311bc2ac8f2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Mon, 28 Aug 2017 17:03:58 +0000 (13:03 -0400)]
Change qemu-img resize unit
Docs read:
size
is the disk image size in bytes. Optional suffixes "k" or "K"
(kilobyte, 1024) "M" (megabyte, 1024k) and "G" (gigabyte, 1024M)
and T (terabyte, 1024G) are supported. "b" is ignored.
MB is technically invalid and for somereason only aarch has complained
thus far
Change-Id: Ic152a0edab17ac1cdb5afc0791bb0353b95f94b8
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Tue, 29 Aug 2017 12:37:44 +0000 (12:37 +0000)]
Merge "Updates to create_vm for aarch64"
Feng Pan [Tue, 29 Aug 2017 00:54:38 +0000 (00:54 +0000)]
Merge "Fixes baremetal noha deployments"
Tim Rozet [Mon, 28 Aug 2017 19:33:55 +0000 (19:33 +0000)]
Merge "Add argument types for deploy.py"
Tim Rozet [Mon, 28 Aug 2017 16:39:18 +0000 (12:39 -0400)]
Fixes jumphost pubkey error in undercloud playbook
Change-Id: I71eca92e305b3bddc35691db8b8b9ebd3bc1b9fb
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Thu, 24 Aug 2017 18:47:30 +0000 (14:47 -0400)]
Updates to create_vm for aarch64
- serial console was being duplicated in libvirt xml template
- force undercloud VM arch to jumphost arch
- assign diskbus to scsi for aarch64
Change-Id: I5208883c2001497fc7e958f9ffcdf14f0be5f600
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Mon, 28 Aug 2017 13:53:55 +0000 (09:53 -0400)]
Fixes baremetal noha deployments
There is a bug where when we have 3 nodes tagged as control in inventory
we are automatically using all 3, even for a noha deployment.
JIRA: APEX-507
Change-Id: Id2a9be2c52d0c7c81b9c5dcbc93006a476abb537
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Thu, 24 Aug 2017 18:03:43 +0000 (14:03 -0400)]
Passing deploy_dir through to create_vm
Change-Id: I07a1c899d43c5edf1054fc819fff4336d9b3ed16
Signed-off-by: Dan Radez <dradez@redhat.com>
Feng Pan [Mon, 28 Aug 2017 13:20:25 +0000 (09:20 -0400)]
Add argument types for deploy.py
Add data type for integer arguments to avoid str to int comparison exceptions.
Change-Id: Ifa40e1cc8588df6d618185882bba71f7ce7b9a1d
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Sun, 27 Aug 2017 23:37:43 +0000 (19:37 -0400)]
Fixes bridge checking on jumphost for bm
Change-Id: I5e90dd84383c7348d2cbe58a18370ca10d915598
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sun, 27 Aug 2017 23:21:43 +0000 (19:21 -0400)]
Fixes external network with baremetal interface
Change-Id: Icd65ffbd14dee603e5b2a0a42e9d0cdfd98c694c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sun, 27 Aug 2017 19:15:14 +0000 (15:15 -0400)]
Fixes baremetal interface attach
Change-Id: If0e501c218b1ea981caa255b5e217b5118b772b0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 26 Aug 2017 12:04:27 +0000 (12:04 +0000)]
Merge "Add missing iso build dependencies"
Feng Pan [Sat, 26 Aug 2017 04:09:49 +0000 (00:09 -0400)]
Add missing iso build dependencies
Change-Id: Ie7c07d34819ea29575f94ecac3da046758415da6
Signed-off-by: Feng Pan <fpan@redhat.com>
Dan Radez [Thu, 24 Aug 2017 18:12:00 +0000 (14:12 -0400)]
Skip the python3 vbmc patch
- vbmc has already been imported so we know it's there
if vbmc is located in a different spot than the
hardcoded location just skip the patch
Change-Id: I765fb94c09e0775084ecd37659f4900411eb0e3e
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Fri, 25 Aug 2017 18:24:50 +0000 (18:24 +0000)]
Merge "Updates and additions to handle aarch64"
Tim Rozet [Fri, 25 Aug 2017 05:21:16 +0000 (01:21 -0400)]
Fixes issues with baremetal
Change-Id: I60470611a70261d57ccbfd0e499f4336c7a12fe1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 24 Aug 2017 23:23:09 +0000 (23:23 +0000)]
Merge "Updates RPM specs and building"
Dan Radez [Fri, 18 Aug 2017 14:53:45 +0000 (10:53 -0400)]
Updates and additions to handle aarch64
- move patches from x86 only to common virt-customize
- updates to undercloud to configure pxe and external network
- initial updates to overcloud deploy functions
JIRA: APEX-381
Change-Id: I496e196535e63bfd31654d0f501fe3f00fa5ca3f
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 23 Aug 2017 18:08:07 +0000 (14:08 -0400)]
Updates RPM specs and building
Changes Include:
- Disables ONOS from rpm and image building
- Fixes opnfv-apex package dependency for python34-opnfv-apex
- Updates requirements for python34-opnfv-apex
- Updates docs
- Removes temporary build qcow2 for odl which was being bundled
into our dev tars unnecessarily
Change-Id: Ief668067181fc35a54553ae118b7950bddce1940
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 24 Aug 2017 02:04:46 +0000 (02:04 +0000)]
Merge "Change destination of snmp mibs files from /usr/share/mibs/ietf to /usr/share/snmp/mibs, and create symbolic link from ietf to snmp/mibs."
Feng Pan [Wed, 23 Aug 2017 17:26:53 +0000 (17:26 +0000)]
Merge "Migrates Apex to Python"
Tim Rozet [Mon, 26 Jun 2017 01:25:36 +0000 (21:25 -0400)]
Migrates Apex to Python
Removes all bash libraries and converts almost all of the code to a
mixture of Python and Ansible. utils.sh and clean.sh still exist.
clean.sh will be migrated fully to clean.py in another patch.
The Apex Python package is now built into the opnfv-apex-common RPM. To
install locally do 'pip3 install .'. To deploy:
opnfv-deploy -d <file> -n <file> --image-dir /root/apex/.build -v --debug
Non-python files (THT yaml, settings files, ansible playbooks) are all
installed into /usr/share/opnfv-apex/. The RPM will copy settings files
into /etc/opnfv-apex/.
JIRA: APEX-317
Change-Id: I3232f0329bcd13bce5a28da6a8c9c84d0b048024
Signed-off-by: Tim Rozet <trozet@redhat.com>
jhinman1 [Tue, 22 Aug 2017 20:27:05 +0000 (16:27 -0400)]
Change destination of snmp mibs files from
/usr/share/mibs/ietf to /usr/share/snmp/mibs,
and create symbolic link from ietf to snmp/mibs.
Change-Id: Icf3ff3659f63222cc3a5e8f1f93fe183a2b86f45
Signed-off-by: jhinman1 <john.hinman@intel.com>
jhinman1 [Fri, 18 Aug 2017 19:33:22 +0000 (15:33 -0400)]
No change to apex, change is to apex-puppet-tripleo
Bumps the step for barometer from 4 to 5.
apex-puppet-tripleo: I486c4045e29c7032526be6e19d11e7979070c2d9
Change-Id: I263d687e90e747e3fdfb9690ca9209553a1a2890
Signed-off-by: jhinman1 <john.hinman@intel.com>
Tim Rozet [Mon, 21 Aug 2017 19:00:07 +0000 (15:00 -0400)]
Bumps OVS version to 2.8 for OVN
OVS 2.7 does not seem to be available anymore in the copr repo and has
been replaced by 2.8.
Change-Id: I7ba98f14e9c9c34f6802f8a890876363c839ab9b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Taseer Ahmed [Thu, 17 Aug 2017 06:44:20 +0000 (11:44 +0500)]
Small correction in docs.
Change-Id: Iec9a401759de5953d4a8ca05c4f1c32b163343ba
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Tim Rozet [Tue, 15 Aug 2017 03:30:58 +0000 (03:30 +0000)]
Merge "Fixes OpenDaylight version"
Tim Rozet [Mon, 14 Aug 2017 21:56:46 +0000 (21:56 +0000)]
Merge "Adds Doctor DS driver to Congress"
Tim Rozet [Tue, 8 Aug 2017 18:29:56 +0000 (14:29 -0400)]
Fixes OpenDaylight version
The default version is now Carbon with the option of using
nitrogen (master) for puppet-odl and opendaylight.
JIRA: APEX-500
Change-Id: I44d02ec0db5fb8e6342e5ab6802a5a3f302b8511
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Mon, 14 Aug 2017 13:58:00 +0000 (13:58 +0000)]
Merge "Change install directory for collectd-ceilometer from /opt to /opt/stack."
Tim Rozet [Mon, 14 Aug 2017 13:54:56 +0000 (13:54 +0000)]
Merge "Backport of Congress parallel execution"
Carlos Goncalves [Wed, 28 Jun 2017 10:02:51 +0000 (12:02 +0200)]
Backport of Congress parallel execution
JIRA: APEX-480
JIRA: DOCTOR-78
Change-Id: I6b5b3e7f2daaec7e2ead76d74f8d3713378a5200
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Feng Pan [Mon, 7 Aug 2017 01:55:44 +0000 (21:55 -0400)]
Add os-odl-fdio-dvr support
apex-tripleo-heat-templates: I6a83c9e2deeb0df9a3ab09a707c9c64aa84da55e
apex-puppet-tripleo: I2025e3157b97b376b63002003ca17c7206aba546
JIRA: APEX-466
Change-Id: Iedb75994d35b5dc1dd5d5ce1a57277c8f3729dfd
Signed-off-by: Feng Pan <fpan@redhat.com>
jhinman1 [Fri, 11 Aug 2017 18:13:27 +0000 (14:13 -0400)]
Change install directory for collectd-ceilometer from /opt to /opt/stack.
Change-Id: I9dd9d69a7efa7c037b776a416bf54df8d2c7b712
Signed-off-by: jhinman1 <john.hinman@intel.com>
Tim Rozet [Fri, 11 Aug 2017 00:45:04 +0000 (00:45 +0000)]
Merge "Remove extra VPP interface from fdio-nosdn scenarios"
Feng Pan [Thu, 10 Aug 2017 18:27:44 +0000 (14:27 -0400)]
Remove extra VPP interface from fdio-nosdn scenarios
Also set NeutronNetworkVLANRanges for daily environment.
JIRA: APEX-502
Change-Id: I0a53ad8b0bce7a721104b84a2aa7ea38c510a7e7
Signed-off-by: Feng Pan <fpan@redhat.com>
Carlos Goncalves [Thu, 10 Aug 2017 13:59:12 +0000 (15:59 +0200)]
Adds Doctor DS driver to Congress
apex-tripleo-heat-templates: I0749ed6e0d27bd4c9a5bb19657579d400501d09e
JIRA: APEX-498
Change-Id: I303e932d4a21b28e1b33f78f6520e4e888b4aaae
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Dan Radez [Tue, 8 Aug 2017 20:03:10 +0000 (16:03 -0400)]
moving OVS NSH build to x86_64 specific
Change-Id: I85ae26a26d6fb07620f5ba7419cb375e6c5fd411
Signed-off-by: Dan Radez <dradez@redhat.com>
Feng Pan [Thu, 10 Aug 2017 00:25:26 +0000 (00:25 +0000)]
Merge "Add collectd-snmp and collect-rdt installation. Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file)."
Tim Rozet [Wed, 9 Aug 2017 20:11:10 +0000 (20:11 +0000)]
Merge "Sets baremetal workers to 12"
Feng Pan [Wed, 9 Aug 2017 17:18:39 +0000 (13:18 -0400)]
Sets baremetal workers to 12
There is an issue where in Newton the number of workers (sub processes)
opened per openstack service scales with the number of logical cores on
the system. On servers with large amount of processors this causes the
cloud to fail after some time due to running out of RAM. This patch
will limit the number of worker processes to 12, which is the limit in
Ocata and onwards.
JIRA: APEX-410
Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
jhinman1 [Tue, 8 Aug 2017 20:22:46 +0000 (16:22 -0400)]
Add collectd-snmp and collect-rdt installation.
Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file).
Change-Id: I3f176572edaa5d3df5b3cc31b39253025d81e808
Signed-off-by: jhinman1 <john.hinman@intel.com>
Tim Rozet [Tue, 1 Aug 2017 21:20:29 +0000 (17:20 -0400)]
Enables SFC scenarios
apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522
apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a
Change-Id: I0b17b4e86eb90b949bd62f7e73944adad77ef1a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
Navya [Fri, 21 Jul 2017 12:59:32 +0000 (05:59 -0700)]
[KVMFORNFV]kvm+ovs+dpdk scenario for E-release
This patch consists of implementation of the KVMFORNFV
os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-ha
scenarios.
Format of comment to trigger gate should be as follows:
start-gate-scenario: os-nosdn-kvm_ovs_dpdk-noha
Change-Id: Ia320ed8ac44f6b62c3875efe5e44a1df7a0fc777
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
Feng Pan [Tue, 8 Aug 2017 16:20:48 +0000 (16:20 +0000)]
Merge "build: added intel_cmt_cat rpm"
Taras Chornyi [Tue, 8 Aug 2017 09:21:51 +0000 (12:21 +0300)]
build: added intel_cmt_cat rpm
Added intel_cmt_cat rpm install. Updated rpm version
Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Feng Pan [Fri, 4 Aug 2017 04:07:51 +0000 (00:07 -0400)]
Add support for nosdn-ovs-dpdk scenario
Change-Id: I31fca214b7d16cecc261137567fa7ecf63abfe04
Signed-off-by: Feng Pan <fpan@redhat.com>
Maryam Tahhan [Fri, 4 Aug 2017 13:03:17 +0000 (14:03 +0100)]
build: remove barometer missing deps
Remove barometer missing dependencies till they are resolved by the barometer
project.
Change-Id: Ie09bfd4ef68401dc83bb4208c54386ec1d30ed1f
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Feng Pan [Thu, 3 Aug 2017 11:07:34 +0000 (11:07 +0000)]
Merge "Builds and installs ovs 2.6.1 with NSH support"
Tim Rozet [Wed, 2 Aug 2017 20:48:38 +0000 (20:48 +0000)]
Merge "nosdn-fdio scenario fix"
Tim Rozet [Sun, 28 May 2017 17:05:21 +0000 (13:05 -0400)]
Builds and installs ovs 2.6.1 with NSH support
Change-Id: I369b9d24880ebdb0836e42740ebf27082be9de99
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 2 Aug 2017 18:12:46 +0000 (18:12 +0000)]
Merge "Add overlay_ip_version config for IPv6 tenant networks"
Tim Rozet [Tue, 1 Aug 2017 20:13:54 +0000 (20:13 +0000)]
Merge "Adds Barometer service"
Feng Pan [Mon, 31 Jul 2017 17:33:36 +0000 (13:33 -0400)]
Add overlay_ip_version config for IPv6 tenant networks
Change-Id: I03b28bdcc6d0649920fd58fb3400b2a4e5891e68
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Mon, 31 Jul 2017 19:18:37 +0000 (15:18 -0400)]
nosdn-fdio scenario fix
apex-puppet-tripleo: Ie336c22b366bd478963ca14e25d645fec0cded7a
Change-Id: I0b9212023eea28ff15e1e2f020a8bbd37cb2bcff
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Tue, 1 Aug 2017 13:38:21 +0000 (13:38 +0000)]
Merge "Correcting keystone authtoken params for congress"
jhinman1 [Sat, 15 Jul 2017 00:28:14 +0000 (20:28 -0400)]
Adds Barometer service
Adds Barometer service as a deploy option to Compute nodes by specifying
barometer as true in deploy settings.
Barometer packages are installed only for x86_64.
Adds scenarios os-nosdn-bar-ha and os-nosdn-bar-noha.
Add scenarios to opnfv-apex-common.spec.
Temporarily remove references to snmp packages.
apex-tripleo-heat-templates: I397d2557639c87ab8afacd076a5b9fd7c056dce7
apex-puppet-tripleo: I878ff8d1e0a8b96f3380bb77f168cd5a4c3f6543
Puppet module is at: https://github.com/johnhinman/puppet-barometer.
Change-Id: Ic087c2052f7849ee2cf6c63224558c2b36a8ca1f
Signed-off-by: jhinman1 <john.hinman@intel.com>
Dan Radez [Mon, 31 Jul 2017 13:09:33 +0000 (09:09 -0400)]
Correcting keystone authtoken params for congress
apex-tripleo-heat-templates: Ibada3c58e2ba870defef356363dbf54d02c8a965
JIRA: APEX-495
Change-Id: I372c1362f4f967345bf4fa6b2b7762155ee33aa3
Signed-off-by: Dan Radez <dradez@redhat.com>
Feng Pan [Wed, 19 Jul 2017 16:59:20 +0000 (12:59 -0400)]
Add support for fdio scenarios
Add support for the following scenarios:
- os-odl-fdio-ha
- os-odl-fdio-noha
- os-nosdn-fdio-noha
- os-nosdn-fdio-ha
apex-tripleo-heat-templates: If11092e6581445a70e63c8f6c48518698b3cc8fc
apex-puppet-tripleo: If498c41d706c8f14a5b0bbee64cb4d26cd78c2d0
apex-os-net-config: If7a2c6119bf613f1fc8846237b077cd8f0e26015
Change-Id: Id3fdd09f6e0d2b7666d08c0dc7802165797eefdc
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Fri, 28 Jul 2017 14:12:07 +0000 (10:12 -0400)]
Increases mininum virtual controller RAM
nosdn virtual deployments are hitting OOM on controllers. This patch
bumps controller minimum ram from 8 to 10 for nosdn, and 10 to 12 for
ODL. Also, the maximum workers for gnocchi are limited to 1 for virtual
deployments.
JIRA: APEX-496
Change-Id: I50d38c60a682f00c14489c65ee8ee6305bc3dc62
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 20 Jul 2017 19:53:57 +0000 (19:53 +0000)]
Merge "Backport Neutron port data plane status"
Carlos Goncalves [Mon, 26 Jun 2017 09:16:00 +0000 (11:16 +0200)]
Backport Neutron port data plane status
JIRA: APEX-444
JIRA: DOCTOR-102
Change-Id: Idc40aa549fb1aae077a9e6b84225833a9c7c5b72
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>