summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-22Merge "Adding tacker support"Tim Rozet21-15/+63
2016-07-21Merge "Adds utility to connect to ODL karaf console"Tim Rozet2-1/+23
2016-07-21Fixes incorrect nova host/ip configTim Rozet1-0/+1
When rebooting a control node, duplicate nova instances will be created because the hostname in the nova config is not set properly. opnfv-tht-pr: 44 JIRA: APEX-182 Change-Id: I04447fbc0f25b2ffeac7490f6b64ed1e611f0026 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-21Merge "Fixes unable to upload glance images on undercloud"Michael Chapman1-0/+4
2016-07-21Merge "Fixes bgpvpn scenario"Tim Rozet4-0/+18
2016-07-20Merge "fixes for congress"Tim Rozet1-0/+1
2016-07-20Fixes unable to upload glance images on undercloudTim Rozet1-0/+4
JIRA: APEX-207 Change-Id: I6fb8aa003ea485ce49d882b6c2a7842dc7b814cd Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-20Adds utility to connect to ODL karaf consoleTim Rozet2-1/+23
JIRA: APEX-185 Change-Id: I1e281f5905cc1db05d0f654503d91acda853c183 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-20Adding tacker supportDan Radez21-15/+63
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-20Fixes bgpvpn scenarioTim Rozet4-0/+18
We had a regression where we missed adding bgpvpn code back into master. opnfv-tht-pr: 45 JIRA: APEX-200 Change-Id: I44da1d653e13c48f276ad29daac1eb6f4f2d629b Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-20Merge "Fixes incorrect SDN_CONTROLLER_IP in overcloudrc"Tim Rozet1-1/+1
2016-07-19fixes for congressDan Radez1-0/+1
opnfv-tht-pr: 42 opnfv-puppet-tripleo-pr: 5 JIRA: APEX-206 Change-Id: I5be94b69a10e000650a987cc2fcd41be800a6e88 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-20Merge "Makes flavor consistent in virtual/baremetal deploys"Dan Radez2-4/+4
2016-07-19Fixes incorrect SDN_CONTROLLER_IP in overcloudrcTim Rozet1-1/+1
Previous patch set this to be the public IP of the first controller. However we only allow ODL to bind to the admin/API IP of the first controller for security reasons. JIRA: APEX-152 Change-Id: I22addbb9e7c3fcd850b9695b846357bf9447cd50 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-19Allows specifying domain name for overcloud/undercloudTim Rozet6-0/+21
Can be set by setting domain_name in network_settings. Defaults to dummy opnfvapex.com. JIRA: APEX-183 JIRA: APEX-182 Change-Id: Ib7c279a1c8432b8635f72e5cc667f16b9cd65159 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-19Merge "Allows specifying nic order for overcloud nodes in network settings"Dan Radez10-17/+562
2016-07-18Makes flavor consistent in virtual/baremetal deploysTim Rozet2-4/+4
Changes include: - Fixes bug where baremetal control nodes would deploy to ironic nodes labeled 'compute', and cause deployment failure - Makes virtual deployments also use flavor types when deploying JIRA: APEX-205 Change-Id: I84e1a6d1e2ccc3391ad2b4e34ea6ca62d480d64f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-18Allows specifying nic order for overcloud nodes in network settingsTim Rozet10-17/+562
Currently there is no way to specify logically or physically the nic order to be used on overcloud nodes. We always hardcode to use nic1 for admin network, nic2 for private, etc. This patch allows a user to not only decide which logical nics to use for which network, but also specify physical interface names if they need to. This is done on a per role basis, due to tripleO limitation. So a user is able to specify nic order/names for compute and controller roles separately. If a user specifies nic order, they must specify it for all networks other than admin network. We assume if admin network is unspecified it uses "nic1", so that name is reserved in this case. A user is also allowed to specify a mixture of logical and physical names, for example "nic2" and "eth3" on another network. JIRA: APEX-151 Change-Id: Ie9d4abb463cf8f8788913cb4bcf9486830adc449 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-18Merge "Adding vsperf support"Dan Radez5-1/+19
2016-07-18Merge "Move mongo to step 1"Dan Radez1-0/+1
2016-07-18Adding vsperf supportDan Radez5-1/+19
JIRA: APEX-141 Change-Id: I9983ec5583100b7c536524a01e64bb6884b38d1d Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-18Merge "Fixes public vlan network settings"Dan Radez4-3/+8
2016-07-17Move mongo to step 1Michael Chapman1-0/+1
Try moving mongo to be the first core service brought up, so that it doesn't interfere with heartbeats on any active services opnfv-tht-pr: 40 Change-Id: If166eae94712d3812f5c63ef0f63bc511f7d55d2 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-07-16Merge "Add python-redis to overcloud"Tim Rozet1-0/+1
2016-07-15Merge "Removing extra whitespace from congress param"Tim Rozet1-0/+1
2016-07-15Merge "Adding fd.io packaging and puppet module"Tim Rozet1-0/+22
2016-07-15Merge "Scripts for running smoke tests on the undercloud VM. Tested against ↵Tim Rozet6-4/+48
Apex Brahmaputra as I have had many issues getting a Colorado environment up and running."
2016-07-15Fixes public vlan network settingsTim Rozet4-3/+8
JIRA: APEX-201 Change-Id: I3ba8d5e38e203bb4f23679a3b91de97c591de146 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-15Removing extra whitespace from congress paramDan Radez1-0/+1
opnfv-tht-pr:39 Change-Id: I0fc1f5ce008a93b9eaa37603086fbe785d40da20 Signed-off-by: Dan Radez <dradez@redhat.com>
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-14Merge "add onos SFC feature config file"Dan Radez4-2/+19
2016-07-14Merge "Adding mock-detached util function and cleaning up util help output"Dan Radez1-7/+27
2016-07-14add onos SFC feature config filebob zhou4-2/+19
add os-onos-sfc-ha.yaml for onos sfc function deployment. opnfv-tht-pr: 27 JIRA: APEX-172 Change-Id: I07d708d201ef1d97efbfffd5aca85d8a284f7c96 Signed-off-by: bob zhou <bob.zh@huawei.com>
2016-07-14Merge "correction to a conditional in nic template"Michael Chapman2-6/+8
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-13Adding mock-detached util function and cleaning up util help outputDan Radez1-7/+27
- mock-detached will add or remove firewall rules to block traffic that would pull resources from the internet durning a deploy These firewall rule may need to be added to, just starting with http and https traffic figuring that would block the majority of cases. - making updates to util help message according to: https://en.wikipedia.org/wiki/Usage_message Change-Id: I3c90999f977dd8f49c48399d312ed128b37bea6d Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-13Merge "Fixes build and deploy options for SFC/ONOS"Dan Radez4-39/+27
2016-07-13correction to a conditional in nic templateDan Radez2-6/+8
Change-Id: Ibed808350163379fcfa5178c78fabe2f47e491fc Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-13Fixes build and deploy options for SFC/ONOSTim Rozet4-39/+27
SFC for colorado will be based on OVS 2.5.90 which does not need 3.13 kernel. This patch removes 3.13 kernel updates, adds OVS 2.5.90 and sets default odl_version to use boron (required for SFC with OVS 2.5.90). Also updates OVS build to a working one for ONOS. JIRA: APEX-156 JIRA: APEX-199 Change-Id: I095290d925138122f24e891f8412497f9a2c3141 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-13Merge "Prevent printing remote md5 sum"Dan Radez2-1/+2
2016-07-13Merge "Adds SDN Controller IP to overcloudrc file"Dan Radez1-0/+8
2016-07-13Merge "Fixes nova default floating pool to be external"Tim Rozet1-1/+2
2016-07-12Adds nova policy for server host status via ownerTim Rozet1-0/+5
JIRA: APEX-196 Change-Id: I21f63e69ecc4d5b979ed4780c6e92e3ad272b8d7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-12Adds SDN Controller IP to overcloudrc fileTim Rozet1-0/+8
JIRA: APEX-152 Change-Id: Id64a42531711c53ad453cd176aab2a9773a71811 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-12Fixes nova default floating pool to be externalTim Rozet1-1/+2
JIRA: APEX-194 opnfv-tht-pr: 38 Change-Id: I039320496fb2c5ed6e8dd87aafb1fece1fc9717d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-12Merge "Adding doctor driver and datasource"Michael Chapman5-0/+32
2016-07-12Prevent printing remote md5 sumMichael Chapman2-1/+2
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-11Merge "Use nic1 as control plane inteface name instead of default br-ex"Tim Rozet1-0/+1
2016-07-11Adding doctor driver and datasourceDan Radez5-0/+32
opnfv-tht-pr: 37 JIRA: APEX-158 Change-Id: I079d22e8ee7798bddf7f2f1b6cc3f1b49f1d5773 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-10Use nic1 as control plane inteface name instead of default br-exFeng Pan1-0/+1
opnfv-tht-pr: 35 Change-Id: I17fd58c3e3a8862e36e45c9c50e0119ca4a88f89 Signed-off-by: Feng Pan <fpan@redhat.com>