summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-21Merge "Adds declaring disk device to use on overcloud nodes"Dan Radez11-22/+100
2016-12-21Updating ENV var names to better reflect what they point toDan Radez7-40/+57
- Also removing a stale file Change-Id: Ice2f9b4f9961bcd7f05278f11995aa0af237ac8e Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-21Merge "Fixes ODL spelling error on carbon"Tim Rozet1-1/+1
2016-12-21Merge "Updating stack-debug to use stack failures list"Tim Rozet1-21/+1
2016-12-21Merge "remove odl sdnvpn config file"Dan Radez2-11/+2
2016-12-20Fixes ODL spelling error on carbonTim Rozet1-1/+1
Change-Id: I66938516c9b51a94ee398d0ed2696a95c97f992b Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-20Adds declaring disk device to use on overcloud nodesTim Rozet11-22/+100
Now in inventory file a user can declare 'disk_device' which will allow the user to specify which disk on their overcloud server to use for installation. The variable can be a comma delimited list, which will search in order post-introspection for the first device on the node that exists. The default disk used will be sda for deployments. Currently defining a per node disk is not supported by OSCLI, so although defined that way in Apex inventory, only the last definition will be used for all nodes. Other changes include: - Various fixes in inventory parsing - Makes bash writing a common function - Introspection now enabled for baremetal deployments JIRA: APEX-296 Change-Id: I330d91eb17408ccfceb7a99c25edbae5ce6d848d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-20Updating stack-debug to use stack failures listDan Radez1-21/+1
Change-Id: I8d1455d34d190149579dea9893629145f9d1adaf Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-20Removes OVS NSH from build processTim Rozet1-22/+0
The build is failing with newest kernel version. We also don't pan on using ovs 2.5.90 for Danube, so it is safe to remove this until we integrate the SFC scenario. JIRA: APEX-378 Change-Id: Ia41f62711270ba5e1ad641a862e82e43b1f370e4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-16Fix odl_version text with comments (Boron->boron).Tomofumi Hayashi2-3/+5
At present, odl_version is case-sensitive hence opnfv-deploy fail with 'odl_version: Boron'. So the change fix it. Change-Id: Ifd611c56b9802b4c5033728e70cce03eb55985cf Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
2016-12-15Workaround to ensure glance backend is file for csitTim Rozet1-0/+1
This is a workaround OOO bug 1650348 where default glance storage backend is set to swift. JIRA: APEX-362 Change-Id: Ie422fbb6ccab53f47af50ff0adc7276ff57a4b8c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-15Fixes issue where ceph was being disabled by defaultTim Rozet1-0/+2
JIRA: APEX-374 Change-Id: Id7509d6c6528310cefc62522d3a90ddee19146a9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-15Adding installation of ansible and dependencies to host attempting to executespisarski2-1/+8
<apex>/ci/run_smoke_tests.sh. Also fixed the filename that contains the test stdout/stderr output from snoke-tests.out to smoke-tests.out JIRA: APEX-373 Change-Id: I7ef68ae09c100e4e7466a10bb8e22279d9a6b41e Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2016-12-14remove odl sdnvpn config fileNikolas Hermanns2-11/+2
Change-Id: I78bbc34aff1d00b4113cfb2ebedf7e24e317a358 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-14Merge "Download always all packages to reduce dependence clash"Tim Rozet1-6/+4
2016-12-14Download always all packages to reduce dependence clashNikolas Hermanns1-6/+4
Change-Id: I4d7cde89f5ba1585339c53aeb166e5bb6a9f5575 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Adds stripped down ODL CSIT deploymentTim Rozet7-10/+111
Introduces new (hidden) cli option to change composable env config. This parameter then will use the provided file, for example, csit-environment.yaml instead of the typical opnfv-environment.yaml. The effect is using less services required for ODL CSIT snapshots. Note: this will not work with perf options, but those are not required currently for ODL CSIT. CSIT also does not need ceph, so providing a new deploy option to allow disabling it. JIRA: APEX-362 Change-Id: If3833b1acceeb23ef9e12c90df6cc9607bd8c724 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-12Update networking-vpp packagingFeng Pan5-14/+16
- Change package to python-networking-vpp - Turn off autoreq for /bin/python - Update vpp to 17.01 - Disables undercloud package updating Change-Id: I9743e73ca9c36cc5162076580dc0a6b8861c7149 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-12-11Fixes broken git tag variablesTim Rozet1-4/+4
Change-Id: Ie935dd6ddad5866e208a470765030e6d1246a0e9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-10Fixes and refactors failing ISO buildTim Rozet1-30/+25
The ISO was looking in the old location for the RPMs to install during the ISO build. Also updates the ISO build to build in .build/ like the other artifacts. JIRA: APEX_370 Change-Id: Ic4e802f096bac12e8c343960321fa0a554fde8a4 Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Feng Pan <fpan@redhat.com>
2016-12-08Fixes and cleans up build/cache directory usageTim Rozet15-579/+260
Changes include: - Building is isolated to a .build directory that is git ignored - Caching is isolated to a .cache directory that is git ignored - Build scripts have been variablized, and relative paths have been removed - Unused files removed - build.sh, make file cleaned up - Fixed broken building of markupsafe and jinja2 packages - make clean-cache will remove the cache now - per item cleans are removed in place of simple clean .build now - includes fix for OSC issue with LP# 1642301 Change-Id: I42b8e4eb694bf0a2c398858814f8b73785931896 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-06Merge "Updates to Caching"Tim Rozet4-17/+60
2016-12-05Merge "Updating OpenDaylight image script to use RDO trunk BGPVPN package."Tim Rozet1-1/+13
2016-12-02Merge "Fixes using single network (previously called flat) for deploy"Feng Pan12-60/+65
2016-12-02spelling mistakeDan Radez1-1/+1
Change-Id: I4b8e377003f81f615f044cac4b6de4aeadff766e Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-02Merge "Adding a release RPM"Tim Rozet6-14/+99
2016-12-02Fixes using single network (previously called flat) for deployTim Rozet12-60/+65
Also contains various network parsing fixes. JIRA: APEX-361 Change-Id: I5e40ed67267d5ded85adc2982a8726ebbceaeae5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-02Updating OpenDaylight image script to use RDO trunk BGPVPN package.Ricardo Noriega1-1/+13
Once this package is included in tripleo-puppet-elements, this virt-customize won't be neccesary Change-Id: I599081c1737c23d65f2c25933beff6d41d8ee252 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2016-12-02updating the tacker build to use upstreamDan Radez5-38/+57
Change-Id: Ice900ffa840d6aac4fe31459432cbf95ff945d84 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-01Adding a release RPMDan Radez6-14/+99
JIRA: APEX-351 Change-Id: I9b8b74073287005221a7a3f6dfe2d52a7d1cf667 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-01Merge "Increase rabbitmqctl control timer"Tim Rozet1-0/+1
2016-12-01Merge "redo the libguestfs addition installation"Tim Rozet1-3/+12
2016-12-01redo the libguestfs addition installationNikolas Hermanns1-3/+12
Change-Id: I4cb801c1ffafe44a555ebfd32b35e7458c7596d6 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-01Merge "adding option to pass dnslookup site"Dan Radez2-1/+8
2016-12-01Updates to CachingDan Radez4-17/+60
- updates cache to use the cache dir as a linked representation of the build dir - fixing cache build/extract JIRA: APEX-325 Change-Id: I80bf67e5d55ca2e069ca72e6b47303368bda0433 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-30Merge "Updates FD.IO ODL scenarios to use Carbon ODL version"Feng Pan5-4/+30
2016-11-30adding option to pass dnslookup siteDan Radez2-1/+8
Change-Id: I73d8e92b97b25b39010380d09f7fad3c65795869 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-30Increase rabbitmqctl control timerFeng Pan1-0/+1
IPv6 deployment will fail sometimes due to slow response of rabbitmqctl status check. This patch increases wait timer from 10 to 60 seconds so we can be sure to receive a valid return code. Change-Id: I2c52f3774007153bb4e692218d40b679ec0a0698 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-30Add release notes for os-nosdn-fdio-nohaFrank Brockners1-0/+27
Change-Id: I8db7f968be881bc129f15b9812c8e0aab09ae56b Signed-off-by: Frank Brockners <fbrockne@cisco.com>
2016-11-30Merge "Renames 'usable_ip_range' to 'overcloud_ip_range'"Dan Radez6-18/+18
2016-11-30Merge "Add noha scenario for bgpvpn"Dan Radez2-0/+12
2016-11-30Add noha scenario for bgpvpnNikolas Hermanns2-0/+12
Change-Id: Iecf511aa48d3123b7a2ed445cc5ff6f5d462fb83 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-11-29Renames 'usable_ip_range' to 'overcloud_ip_range'Tim Rozet6-18/+18
'usable_ip_range' was confusing for a lot of users, and most thought it encompassed all of the defined ranges in the network settings file (like floating_ip_range and introspection_range). This renames it to be more accurate. JIRA: APEX-288 Change-Id: I2e106666df1bfd007f150279e2e0387a64cd0f48 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Updates FD.IO ODL scenarios to use Carbon ODL versionTim Rozet5-4/+30
JIRA: APEX-346 Change-Id: I9ffa32da906f50441dfc05610d0668e84c992e81 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Adding git commit to RPM releasesDan Radez8-92/+93
Preparing for better caching by adding the git hash to the rpm release We can skip building the RPMs if they are cached and would be built off the same hash JIRA: APEX-325 Change-Id: I9b0e26f123667673d126362a2501abb13830e44b Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-29Merge "Adding oslo-config, debtcollector and python34-devel"Tim Rozet2-2/+2
2016-11-29Merge "Updates VPP packages to latest master version"Tim Rozet3-21/+12
2016-11-29Updates VPP packages to latest master versionTim Rozet3-21/+12
JIRA: APEX-344 Change-Id: Ib1bf1ac6b76af3a4cbbc2b7a20753c232ff5fa16 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Merge "Fix for baremetal deploy with new network settings format"Dan Radez1-1/+1
2016-11-29Adding oslo-config, debtcollector and python34-develNikolas Hermanns2-2/+2
JIRA: APEX-358 Change-Id: Id73e736fb01de7ad0dd5cc3fde95b85cd7dfb735 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>