summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Merge "remove os-net-config before trying to clone it"Tim Rozet1-0/+1
2016-06-16Remove sahara endpointMichael Chapman1-0/+7
Sahara isn't installed, and having the endpoint confuses testing services. This patch removes the endpoint after deployment. Change-Id: Iaab227d398704c31911feaf7ea3bfbfa655d0f54 JIRA: APEX-176 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-06-15Expanding the overcloud-full filesystemDan Radez1-0/+5
Change-Id: Idc5731380a57e227c989c23521e9283859ea1686 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-15Fixes nic templates for ovs dpdkTim Rozet3-4/+35
JIRA: APEX-119 Change-Id: Ia66f2ef4c169187b0cb575b10292d02f530b9902 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-15Merge "Add IPv6 network settings file."Tim Rozet2-0/+130
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-15Merge "Change virtual deployment VMs nic model to virtio for dpdk support"Tim Rozet3-5/+12
2016-06-15Merge "Add DPDK test app for ovs_dpdk deployment"Tim Rozet1-0/+16
2016-06-15Merge "Allows nic mapping to set hieradata variables"Dan Radez1-0/+10
2016-06-15Merge "Fixes unit tests"Dan Radez2-21/+34
2016-06-15Change virtual deployment VMs nic model to virtio for dpdk supportFeng Pan3-5/+12
Also make sure we update ipxe-roms-qemu to support pxe booting VMs with multiple virtio interfaces defined (bz 1234601). JIRA: APEX-119 Change-Id: I6fdecbd365450dec80e41f8407498d884b0bd79e Signed-off-by: Feng Pan <fpan@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-14Fixes unit testsTim Rozet2-21/+34
Change-Id: If6a8366dec49cff85ba94c13e70a1796e7b6ca47 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-14Add IPv6 network settings file.Feng Pan2-0/+130
JIRA: APEX-130 Change-Id: Ic00c36b84de274b43c2555108d78aef307a85499 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-14Merge "Install ovs-dpdk rpm when required"Tim Rozet1-0/+1
2016-06-14Merge "puppet-tripleo fork integration"Dan Radez4-41/+69
2016-06-14Merge "Print undercloud IP after deployment"Michael Chapman1-1/+2
2016-06-13Install ovs-dpdk rpm when requiredFeng Pan1-0/+1
JIRA: APEX-119 Change-Id: Ie6d08c39fc22be109bf4792a4b7e6cfb4b44d6db Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-13puppet-tripleo fork integrationDan Radez4-41/+69
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-14Merge "Change keystone CLI to OSC"Dan Radez1-8/+8
2016-06-13Add DPDK test app for ovs_dpdk deploymentFeng Pan1-0/+16
JIRA: APEX-119 Change-Id: I5d677a0480b63a286a3aa0f70b99dced7e06b909 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-13Merge "Fixes incorrect ODL ML2 IP for non-HA ODL deployments"Dan Radez1-0/+1
2016-06-13Merge "Add ipv6 support in network environment"Tim Rozet2-19/+52
2016-06-13Print undercloud IP after deploymentFeng Pan1-1/+2
Change-Id: Ic0828622d129d8acd686d944fff88ed8593227b7 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-13Merge "converting apex ip_utils unit tests to nose"Tim Rozet10-111/+346
2016-06-13Change keystone CLI to OSCFeng Pan1-8/+8
Change-Id: I24934e4fde9037a5f625fe4100799390937f4016 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-13Fixes incorrect ODL ML2 IP for non-HA ODL deploymentsTim Rozet1-0/+1
JIRA: APEX-173 opnfv-tht-pr: 26 Change-Id: I0b6b0922ba45e786641bdb400965376f8ab36685 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-13Merge "Forces metadata on every scenario"Dan Radez1-0/+1
2016-06-12Add ipv6 support in network environmentFeng Pan2-19/+52
Change-Id: I8db0cc0f715e95414e20f8a1e4d49f8d77e7b9ae Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-10Merge "Install dpdk packages when dataplane is set to ovs_dpdk"Tim Rozet3-6/+22
2016-06-10Merge "Defaults dns server netenv settings"Tim Rozet2-0/+4
2016-06-10Forces metadata on every scenarioTim Rozet1-0/+1
JIRA: APEX-160 opnfv-tht-pr: 25 Change-Id: Ia32d77db4c3de702d8ceae0e0fe9189dd77680df Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-10Install dpdk packages when dataplane is set to ovs_dpdkFeng Pan3-6/+22
Change-Id: Ib9978595738bb70172244af0505b6b43b0bc60a2 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-10converting apex ip_utils unit tests to noseDan Radez10-111/+346
Change-Id: I54205d217807fd5499a71571ef8bed7c684fe944 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-10Merge changes from topics 'c_doc_update', 'detached_cleanup'Tim Rozet9-15/+79
* changes: Documentation updates fixing detached state deployment
2016-06-10Merge "updating undercloud build"Tim Rozet1-4/+5
2016-06-10Defaults dns server netenv settingsTim Rozet2-0/+4
Change-Id: I3936eae693ab8bea8de3826653aad6081ddc8d96 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-10Merge "Parameterizes ODL version to deploy options"Tim Rozet4-5/+27
2016-06-10Merge "Fixes ODL environment files in THT"Dan Radez1-1/+2
2016-06-10Parameterizes ODL version to deploy optionsTim Rozet4-5/+27
Changes include: - Minor syntax fix to dataplane check - Adds 'odl_version' to deploy options - Builds ODL overcloud image with boron rpm included - If user specifies 'boron' as odl_version then, package is upgraded on overcloud image Change-Id: I37436cb8cc4d6cff1fede6c13836f26a4cc57f49 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-09Documentation updatesDan Radez5-11/+24
- now referencing opnfv-util - now referencing the python34 packages for installation Change-Id: Idf2973766aab01629734e6180f6c0bd248872475 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-09updating undercloud buildDan Radez1-4/+5
if the undercloud build fails and make is rerun make will think that the undercloud is already built, this fix updates the undercloud build to match the overcloud builds such that the image file is appended with _build until the build is completed. Change-Id: I4640a1b3c4024778bbab8fbd2f65a320baaabe4b Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-09Merge "Add API network support"Tim Rozet4-4/+29
2016-06-09Merge "Enabling DNS server assignment in entwork settings"Tim Rozet2-0/+4
2016-06-09Merge "Remove swift endpoint and service"Tim Rozet1-0/+6
2016-06-08Fixes ODL environment files in THTTim Rozet1-1/+2
opnfv-tht-pr: 23 Change-Id: I8bb1b5112496abfc994bbc31af0c3de4405e329e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-09Add required kernel modules for dpdkMichael Chapman1-0/+25
vfio_pci and uio_pci_generic are required for dpdk, and will now be available on boot. Change-Id: Ie91d0e66d2b797d909944df662f9f087f36630a1 Signed-off-by: Michael Chapman <woppin@gmail.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-08Merge "Add custom domain file for virtual deploy"Tim Rozet3-0/+46
2016-06-09Remove swift endpoint and serviceMichael Chapman1-0/+6
Swift is not functional, and ceph is used instead for glance, nova and cinder, so the endpoint should not be present in the overcloud. The endpoint is removed via CLI post-install since there is no parameter for overcloud.yaml to disable endpoint creation, and the mechanism for endpoint creation will likely change within the next release as it is moved from heat to puppet. JIRA: APEX-146 Change-Id: If91b9d2747d5eed89c569ed9a34ab84370c3d65f Signed-off-by: Michael Chapman <woppin@gmail.com>