summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-08CSIT: adds default floating ip poolTim Rozet1-0/+1
Change-Id: Ib9e118983a0f59dbf416fa157f312eacc73763a3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-08Adds default root password to undercloudTim Rozet1-0/+1
Adds default password 'stack' Change-Id: Ib45c0382f09b4d772d83eb984eee227cb3e23083 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-08Merge "Use RDO packaged networking-odl"Tim Rozet2-20/+1
2017-02-08Merge "Adding yardstick installation using docker container"Michael Chapman3-1/+14
2017-02-07Use RDO packaged networking-odlFeng Pan2-20/+1
We currently use networking-odl package from opnfv fds repo, this is no longer needed as networking-odl is packaged in RDO. Change-Id: Ie9301cd627ab5131d4cd698dd7e4ef435d8e59c0 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-07Merge "Add gluon scenario config file"Tim Rozet4-1/+18
2017-02-07Merge "Fixing apex build system CentOS-7-1511 not found"Dan Radez1-1/+1
2017-02-07Merge "Upgrades os-net-config to stable/danube"Dan Radez1-1/+1
2017-02-07Add gluon scenario config fileNikolas Hermanns4-1/+18
This patch adds first version of gluon scenario config file, as well as introducing etcd service in puppet-fdio and T-H-T. JIRA: APEX-379 opnfv-tht-pr: 96 opnfv-puppet-tripleo-pr: 9 Change-Id: Icef29520d093e005dba9cbc5cf0e3fd1ed893cf4 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-02-07Fixing apex build system CentOS-7-1511 not foundNikolas Hermanns1-1/+1
The build system is broken since CentOS-7-1511 is not found on the mirror http://mirrors.cat.pdx.edu. 1511 is deprecated as written in: http://mirror.pregi.net/centos/7.2.1511/readme Fixes: https://build.opnfv.org/ci/job/apex-build-master/340/console Change-Id: I20d5cfddebb4be338f8b712bbe4d02dcbab30e5d Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-02-06Adding yardstick installation using docker containerManjunath Ranganathaiah3-1/+14
This patch adds yardstick option to deploy settings, installs docker and yardstick image to undercloud. Change-Id: I3a2a1d6bcdfe5becd11d6d9f22218837c572d5da Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2017-02-06Upgrades os-net-config to stable/danubeTim Rozet1-1/+1
stable/danube is based on latest stable/newton with our hieradata/dpdk patches rebased on top. JIRA: APEX-386 Change-Id: Ia7b6a1b55bfeb727d1de4532bef79594dcd8b7f7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-06Adding networking-bgpvpn; use new neutron-opendaylight-bgpvpn.yamlNikolas Hermanns2-16/+15
opnfv-tht-pr: 100 Change-Id: I5db74e9ec74d6d03fde1650739d934ddfeec45ec Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-02-06Fixing glance-client and rallyNikolas Hermanns1-0/+16
Since the project_id is not in the overcloudrc glance clinet is failing. Since os_tenant_name is not in overcloudrc rally setup is failing. Change-Id: Iaec4031d3419e8380fb8789288e587c44d600971 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-26[BGPVPN] Remove l2 in Name; Enable ODL BoronNikolas Hermanns7-11/+13
Since Boron ODL servers always the l3 usecase so the l2 differentiation does not make sense anymore. Depends: https://gerrit.opnfv.org/gerrit/27605 Change-Id: I8bb55387001dfc81845134639ab4e913072f9a27 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-26Merge "Fixes yum update on undercloud"Tim Rozet2-1/+27
2017-01-25Merge "Changes to Installation Procedure docs"Tim Rozet1-1/+1
2017-01-25Fixes yum update on undercloudTim Rozet2-1/+27
We had already disabled this via puppet, but the code upstream was moved into python. This patch now disables it in python. JIRA: APEX-382 Change-Id: Ib8bb82945244818b1de0f26e3e80f599be72e8f6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-25Merge "[BGPVPN] Remove setup_TEPS"Dan Radez1-4/+0
2017-01-25Merge "fix post-install.sh"Dan Radez1-4/+4
2017-01-25Merge "Some bugfixes in simple_deploy.sh"Michael Chapman1-7/+7
2017-01-24fix post-install.shRyota MIBU1-4/+4
If sahara and swift are not configured, the post install script will fail during removals of endpoints for sahara and swift. This patch adds checks whether endpoints to be removed exist or not. Change-Id: I8e417dbe6e51461d7c4ef1e2368865917b2f8279 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-24[BGPVPN] Remove setup_TEPSNikolas Hermanns1-4/+0
with boron the setup teps script is not needed anymore Change-Id: I72cbd2201089ede4fca4ece63c126b7f4f826f1e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-23removeing congress requirements.txtDan Radez1-0/+1
- upstream removes requirements.txt during setup like this seems we're getting bitten by letting pip try and handle deps. This shoudl fix it for now and we can clean out this spec once upstream distgit lands Change-Id: I82356dce100011da78e2b18a678f0fc98fac3216 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-01-23Some bugfixes in simple_deploy.shNikolas Hermanns1-7/+7
Change-Id: I553beedc6195dd4714ba6cb388036da2bd7a355d Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-20Change commands to print PublicVip to fix format issue.Tomofumi Hayashi1-1/+1
Latest 'openstack stack output' commands prints output with ascii table format, so opnfv-deploy output breaks as following: "Overcloud dashboard available at http://+---------" This change fix it with json+jq. Change-Id: I594f31254caeee1dc2bc3c6d39d9640cba039f05 Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
2017-01-16Removes previous patch for osc authTim Rozet2-35/+0
This should be fixed now upstream Change-Id: I84e4da5576f54401e8085be9d0dcab7b493c6496 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-13Merge "Adding installation of ansible and dependencies to host attempting to ↵Tim Rozet2-1/+8
execute <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"
2017-01-13Adding an easy install ScriptNikolas Hermanns1-0/+19
This script is for new commers. It deployes apex in the most easiest way. People can just execute it and see what happens. As well the script is so short and easy that they directly see what needs to be done. Change-Id: I02c9773ad6df154c735024de2ffd02254c8f67bb Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-01-12Fixes default floating ip poolTim Rozet1-0/+2
We need the default pool to match the default external network we create so that using nova to create floating ip pools without specifying the newtwork will work in temptest tests. JIRA: APEX-380 Change-Id: Icbd8c3a3810bd93d71e9e5954c587455165a8445 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-12Revert "Locks vpp to 17.01" and correct python-api pkgTim Rozet1-1/+1
This reverts commit 3237c8cd2fd50d72a867c9bd5a58ed1a9f43f1a8. Change-Id: I442144e411e2c4de1208bd825454c06440eb9d9c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-09Locks vpp to 17.01Tim Rozet1-1/+1
This is needed because honeycomb is incompatible with 17.04 vpp. Change-Id: I96df60bd4b33f6e6119359d560fd5fa771d858fa Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-24Merge "Fixing typo"Dan Radez1-1/+1
2016-12-22Fixing typoMark Beierl1-1/+1
Command argmument needs two dashes. Change-Id: I6582dec83f68fe91b0f221ff610aa4149547b32a JIRA: APEX-296 Signed-off-by: Mark Beierl <mark.beierl@dell.com>
2016-12-22Updating Congress version to NewtonDan Radez5-32/+31
- Congress is not in THT now so this will not install yet - Removing doctor driver sideload in build The doctor driver is upstream in Newton. No need to side load the driver into the congress codebase anymore. - moving to upstream puppet module Change-Id: Ia60d7d33039dddda634cb5485a3c40ce6ec2b261 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-21Merge "Updating ENV var names to better reflect what they point to"Dan Radez7-40/+57
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>