summaryrefslogtreecommitdiffstats
path: root/build/overcloud-full.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28Add networking-vpp ML2 mechanism driver to overcloud imageFeng Pan1-0/+3
Change-Id: Icfeb02f73b18aa6dbcca449b83d2c8c8bf0f6dab Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-26Freezes FDIO/Honeycomb artifactsTim Rozet1-4/+10
JIRA: APEX-243 Change-Id: I1ed843c316b840aa9c0f85ef250fcecc59197188 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-22DPDK package fixesFeng Pan1-1/+1
- Update DPDK and ovs-dpdk rpm links - Change curl to wget to get proper error return code when failure occurs. JIRA: APEX-119 Change-Id: Icdd8e11f1fff9e20695780215dee357b0aca45a5 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-17Fixes honeycombTim Rozet1-1/+0
Changes include: - Moves honeycomb to the opendaylight builder - Adds honeycomb puppet mod - Configures rest ports correctly and brings up honeycomb opnfv-tht-pr: 60 Change-Id: I630e9a63754ca6e41d1816a52db3b8272a9f7b6f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17Merge "adding tackerclient to the build"Tim Rozet1-13/+4
2016-08-17adding tackerclient to the buildDan Radez1-13/+4
JIRA: APEX-235 Change-Id: Ie3ead17f1f82bc74dc38413bb4a3118fbcb82e9c Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-17Upgrades honeycomb to new versionTim Rozet1-9/+9
Change-Id: Iee70813504977f6433691d6e9253f329dbe0e372 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-16Added VPP (including python API) to build processFeng Pan1-1/+5
Change-Id: Iccc88105e92540fa2a52c827941827c05b8edf7b Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-15Fixes heat-engine failuresTim Rozet1-0/+1
Senlinclient was missing causing problems with heat-engine. JIRA: APEX-231 Change-Id: I6793c352de117cf36b9660e9b99102a0189f8a6e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-03Merge "Build Congress RPM package"Tim Rozet1-2/+2
2016-08-03Build Congress RPM packageCarlos Goncalves1-2/+2
Changes include: - RPM build for congress moved into Apex - Fixes missing log dir for congress in spec - Adds missing API network definition for Congress - Fixes URL for getting doctor driver - Increases controller default RAM to 10GB due to resource contention with ODL - Fixes Congress service config/db sync in THT to be in step 3 opnfv-tht-pr: 51 JIRA: APEX-212 Change-Id: I4a55646e7ef851782ae0d1963f7b479086958365 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-02Upgrade rabbitmq-server in overcloud to fix ipv6 failureFeng Pan1-0/+1
JIRA: APEX-197 Change-Id: I57a6724c73d22efef96595d3eeb32a65166515b2 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-07-25Adds custom tacker to build processTim Rozet1-1/+3
Change-Id: I59d76fbf1de645a7310aed14704cc561142eb148 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-24Merge "Fix tacker"Tim Rozet1-1/+2
2016-07-22Fixes congress defaults and bind hostTim Rozet1-1/+1
opnfv-tht-pr: 48 JIRA: APEX-206 Change-Id: Icfb5356252f4e862f8a9cd4fd1914951ab45baf4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-22Fix tackerMichael Chapman1-1/+2
opnfv-tht-pr: 49 JIRA: APEX-210 Change-Id: I9ed97588e8ae70d8ded6d2939c6a62d38393d8de Signed-off-by: Michael Chapman <michapma@redhat.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-20Adding tacker supportDan Radez1-0/+21
opnfv-tht-pr: 34 opnfv-puppet-tripleo-pr: 4 JIRA: APEX-126 Change-Id: I050e7ae2e94779c1886f670841aa4e2dec4aa8d2 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-18Adding vsperf supportDan Radez1-0/+8
JIRA: APEX-141 Change-Id: I9983ec5583100b7c536524a01e64bb6884b38d1d Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-16Merge "Add python-redis to overcloud"Tim Rozet1-0/+1
2016-07-15Adding fd.io packaging and puppet moduleDan Radez1-0/+22
- fd.io package repo & vpp - puppet-fdio JIRA: APEX-133 Change-Id: I32ee46b796983a114582ddad603c43eefe5f4dea Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-13Add python-redis to overcloudMichael Chapman1-0/+1
python-redis is a dependency of ceilometer and aodh, but is missing from mitaka overcloud builds. The package install is conditional so that if this is fixed upstream the build won't break. Change-Id: I22b62b77d774c4de3b9af57e8bbcb46e7393aa38 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-07-12Prevent printing remote md5 sumMichael Chapman1-0/+1
If the remote file is a binary or other junk, we don't want to print it to the console, so just state it's not a match for now. Add puppet logging hack to help debug CI Change-Id: Ia4717ee0cf7a2fc01299d0819c49218487ffdf15 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-07-11Adding doctor driver and datasourceDan Radez1-0/+2
opnfv-tht-pr: 37 JIRA: APEX-158 Change-Id: I079d22e8ee7798bddf7f2f1b6cc3f1b49f1d5773 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-01Adding congress supportDan Radez1-0/+15
JIRA: APEX-135 opnfv-tht-pr: 16 opnfv-puppet-tripleo-pr: 2 Change-Id: Ic14abd13e2aa46d7ef37b74dd7b005ebf9977bdd Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-30Fixes slow ssh to overcloud nodesTim Rozet1-0/+2
JIRA: APEX-191 Change-Id: Ic2e5c464e7f76dbeddc0d10886246a51ab5c6e30 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-28Fixes multiple issues in ovs dpdkTim Rozet1-1/+1
Changes include: - Fixes nova schedulers to be an array instead of string - Fixes os-net-config to only run one time with dpdk nodes - Fixes br-phy creation to only happen on compute nodes opnfv-tht-pr: 32 Change-Id: Ic3ef9ba247535ed00e40fe3fc4f0e78ac7d01c1a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-28Merge "Expanding the overcloud-full filesystem"Tim Rozet1-0/+5
2016-06-15Expanding the overcloud-full filesystemDan Radez1-0/+5
Change-Id: Idc5731380a57e227c989c23521e9283859ea1686 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-15remove os-net-config before trying to clone itDan Radez1-0/+1
Change-Id: Id09437d4025b761100d7c7371ce70ac2f7ba2d2a Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-14Allows nic mapping to set hieradata variablesTim Rozet1-0/+10
Currently os-net-config figures out the mapping of logical nic names, such as "nic1" to a physical nic on the overcloud node. This mapping is not exposed to THT. This patch allows the mapping to be placed in a hieradata file that can be access by THT during the deployment. JIRA: APEX-119 opnfv-tht-pr: 28 Change-Id: I7ec631fe2a04ce6193b72b2e56eb34a24a4507e1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-14Update qemu to 2.3 in overcloudFeng Pan1-0/+3
JIRA: APEX-119 Change-Id: I6ad91644e2b82234c1a40d595c1c56accc9286a3 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-13puppet-tripleo fork integrationDan Radez1-1/+10
moving the github integration with pull requests into a function so we can continue to service opnfv-tht and also service opnfv-puppet-tripleo with the same code opnfv-puppet-tripleo-pr: 3 Change-Id: Ief2b1e7309defce9ed2029f6baade3c1371b7d96 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-10Install dpdk packages when dataplane is set to ovs_dpdkFeng Pan1-0/+9
Change-Id: Ib9978595738bb70172244af0505b6b43b0bc60a2 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-02Fix kernel parameter settingFeng Pan1-8/+0
We can use a single line command to change kernel parameters, it is not necessary to have a script. Change-Id: I8988464d9a84a223803c69e676483787de49b4ab Signed-off-by: Feng Pan <fpan@redhat.com>
2016-05-24Add pinning supportMichael Chapman1-0/+8
Add support for CPU pinning of libvirt guests and also restricting host processes to selected CPUs via isolcpus. Hugepage support is added using the same mechanism as isolcpus, along with a perf scenario where all 3 performance options are enabled. Deploy options are now parsed in python JIRA: APEX-127 JIRA: APEX-105 JIRA: APEX-106 Change-Id: I438e80fb88e596cc017595d43bc1efda1001325c opnfv-tht-pr: 8 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-04-01Migrating to MitakaDan Radez1-33/+2
- Only support for NOSDN for this patch - Other SDN controllers will not be tested for this patch - AODH is now upstream and not needed to be carried in Apex - puppet-cinder-quota-fix.patch is now upstream and not needed to be carried in Apex - puppet-neutron-force-metadata.patch is now upstream and not needed to be carried in Apex - removing the catalog of nic files and creating a templatization for them JIRA: APEX-108 JIRA: APEX-93 JIRA: APEX-92 Change-Id: Ic1a24baec7ef295e9dc1b8b72ac36ca5b05578ea Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-23updating vm creation for virt deploymentDan Radez1-0/+64
- replacing brbm with logical names br-netname - replacing instack-virt-setup with tripleo scripts JIRA: APEX-90, APEX-80 Change-Id: I58a15dee8de882e034c8af8a3368ca0647741b13 Signed-off-by: Dan Radez <dradez@redhat.com>