aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30Merge "Added DPDK environment file and nic configs samples"Jenkins4-3/+214
2016-08-30Merge "Add NeutronGlobalPhysnetMtu to neutron-base.yaml"Jenkins1-0/+10
2016-08-30Merge "Mv Nova, Neutron, Horizon out of controller.yaml"Jenkins15-162/+232
2016-08-30Merge "M/N upgrade fix galera restart."Jenkins1-11/+16
2016-08-30Merge "Customize the reservation of memory for host processes"Jenkins1-5/+8
2016-08-30Add NeutronGlobalPhysnetMtu to neutron-base.yamlDan Prince1-0/+10
This adds an option to configure the global_physnet_mtu in neutron.conf. This controls the base MTU for the physical network which is used as a basis for the new auto calculated overlay network MTU's. For flat and VLAN tenant networks there has been a subtle breakage in TripleO in that users of those network types may now need to manually set NeutronGlobalPhysnetMtu to something less than the physical network to imitate the previous behavior of the now removed NeutronTenantMtu setting (removed in git 2a64b67cef74fff86ce6b56b15431b859515844d). Previously users of say a vlan tenant network in TripleO would automatically get the tenant network set to 1400. Change-Id: I25c2435feb373e11e4fc3a2821db0c96211468e0
2016-08-30Mv Nova, Neutron, Horizon out of controller.yamlDan Prince15-162/+232
This patch moves the settings for Nova, Neutron, and Horizon out of controller.yaml. Also fixes the NovaPassword settings in nova-base.yaml so they don't use get_input. Also, creates a new apache.yaml base service to contain shared apache settings for several services which use Apache for WSGI. Co-Authored-By: Giulio Fidente <gfidente@redhat.com> Change-Id: I35d909bd5abc23976b5732a2b9af31cf1448838e Related-bug: #1604414
2016-08-30Merge "Upgrade ceph-mon"Jenkins2-0/+81
2016-08-30Merge "Conditionally expose haproxy endpoints"Jenkins1-20/+20
2016-08-30Merge "Fix check of rpm-python."Jenkins1-1/+1
2016-08-30Added DPDK environment file and nic configs samplesSaravanan KR4-3/+214
Added an environment file to configure DPDK with OVS by overriding ComputeNeutronOvsAgent. Also added nic configs for configuring DPDK bridge and bond with numbered nic format. Implements: blueprint tripleo-ovs-dpdk Co-Authored-By: Vijay Chundury <vchundur@redhat.com> Change-Id: I82b6f66394a8928f8524706c939508edd08afa9b
2016-08-30Customize the reservation of memory for host processeskarthik s1-5/+8
Allows the operator to alter the memory reservation for host processes Implements: blueprint tripleo-ovs-dpdk Change-Id: If7a099cde2e8854a14a75c1304620cc444eefcf2 Signed-off-by: karthik s <ksundara@redhat.com>
2016-08-29Merge "Add flag to assert that puppet manages the keystone endpoints"Jenkins1-0/+3
2016-08-29Upgrade ceph-monGiulio Fidente2-0/+81
Adds a pre-requisite software deployment to the pacemaker scenario upgrade which, before the openstack services are upgraded, upgrades the ceph-mon daemon from Hammer to Jewel. Change-Id: I9855d80a6ae156b4a9e0409c3c927068b9db95a0
2016-08-29Merge "Configure the pci_passthrough_whitelist via THT"Jenkins1-0/+19
2016-08-29Merge "Set the default gnocchi driver to swift"Jenkins1-1/+1
2016-08-29Merge "Create composable mapping between enabled services and role ips"Jenkins3-228/+44
2016-08-29Conditionally expose haproxy endpointsJuan Antonio Osorio Robles1-20/+20
With the introduction of the global config, HAProxy can know which endpoints to expose. It will get those via hieradata. Change-Id: I0f5ce8c7394625e8dce691ae1996457a9ea99a99
2016-08-29Merge "M/N upgrade set scheduler_host_manager right."Jenkins1-0/+2
2016-08-29Merge "Rename opendaylight service to opendaylight_api"Jenkins3-3/+3
2016-08-29Add flag to assert that puppet manages the keystone endpointsJuan Antonio Osorio Robles1-0/+3
This will be read by the client and it will furtherly skip the post-config. Depends-On: I36e1c478e7c92be61da6a0d710e9025d4d354072 Depends-On: Ibbbe1e016e7e47ea5577de33c5a11d4088811616 Change-Id: Icfb650a1dff704cdcce7349dfb612298d38f2706
2016-08-29Merge "Create hiera service_enabled keys for enabled services"Jenkins2-246/+273
2016-08-28Merge "Fix debug parameter in gnocchi-base.yaml"Jenkins1-1/+5
2016-08-28Create composable mapping between enabled services and role ipsSteven Hardy3-228/+44
Currently we have a hard-coded list of ips for various services that run on the controller, instead we can dynamically generate that list of per-service ips, initially only for the controller but this approach can be extended so it works for any role. Change-Id: I3c8a946e439539d239ad7281a1395414df0893eb Partially-Implements: blueprint custom-roles
2016-08-27Rename opendaylight service to opendaylight_apiSteven Hardy3-3/+3
For compatibility with the custom-roles patches which convert hard-coded hiera mappings (such as opendaylight_api_node_ips) to data generated based on the service_name, we need to either change this name to match the hiera (node_ips and vip) keys, or change the hiera keys to match the service. I took the former approach because it involves less juggling patch dependencies between t-h-t and p-t. Change-Id: Ic179550027f37946097afe0e5b9f504ea19fa7bc Partially-Implements: blueprint custom-roles
2016-08-27Create hiera service_enabled keys for enabled servicesSteven Hardy2-246/+273
This adds a list of all enabled service_names in the enabled_services key, and also generates some boolean values e.g service_name_enabled, which is more convenient for some usage (such as haproxy where we need an easy way to set a flag saying if a given service is enabled) Partially-Implements: blueprint custom-roles Change-Id: I62273f403838893602816204d9bc50d516c0057f
2016-08-27Configure the pci_passthrough_whitelist via THTkarthik s1-0/+19
It allows the operator to configure pci_passthrough_whitelist in nova.conf for each of the compute nodes. implements: blueprint tripleo-sriov Depends-On: I5ed53cfffe80dbbbb9dcee7c2ea6037afbed2382 Change-Id: Ic5e099fe788046363536f913272b2814abe165fa Signed-off-by: karthik s <ksundara@redhat.com>
2016-08-26Merge "M/N upgrade fail to restart nova-scheduler."Jenkins1-0/+1
2016-08-26Merge "Adds OpenDaylight composable service"Jenkins9-1/+174
2016-08-26Merge "Customize vcpu_pin_set in nova.conf"Jenkins1-1/+8
2016-08-26Merge "Move ceilometer api to run under apache wsgi"Jenkins1-0/+3
2016-08-26Fix debug parameter in gnocchi-base.yamlDan Prince1-1/+5
This gnocchi-base service was using get_input to obtain the debug setting which won't work here. This patch adds in the standard Debug heat parameter to the service and sets it via get_param. Change-Id: Idfb772567d5711083b82ae8cb4bce2c4498b4d64
2016-08-26Merge "Fix base service type inheriting gnocchi service templates"Jenkins3-3/+3
2016-08-26Merge "Fix base service type inheriting ceilometer service pcmk templates"Jenkins4-4/+4
2016-08-26M/N upgrade fix galera restart.Sofer Athlan-Guyot1-11/+16
We have to recreate the /var/lib/mysql directory on all controller node, not just the boostrap node for the cluster to be able to restart. Adding a warning on the fact that those script are local and know nothing about the good upgrade state of the other nodes. Closes-Bug: 1612642 Change-Id: I48e2812d7df80bbf2db53a8b71dc434d4209a160
2016-08-26Fix check of rpm-python.Sofer Athlan-Guyot1-1/+1
There is a typo in the code, making this test always successful. Closes-Bug: 1614437 Change-Id: Ia6b0b156294de9fcb8f66fc46aa8801555775a56
2016-08-26M/N upgrade set scheduler_host_manager right.Sofer Athlan-Guyot1-0/+2
scheduler_host_manager doesn't take nova.scheduler.host_manager.HostManager as a value anymore. This fix it before restarting the service. Change-Id: Ia9adcfd5a898f0c712b4a37ae33db88a44630f0d Closes-Bug: 1615035
2016-08-26Merge "Add deployment of CAs via hieradata"Jenkins4-0/+49
2016-08-26Merge "Enable usage of FQDNs for the endpoints"Jenkins3-267/+1074
2016-08-26Merge "Move Redis, Memcached, Sahara, OVS agent out of role templates"Jenkins4-10/+18
2016-08-26Merge "Customize scheduler_default_filters (nova.conf)"Jenkins1-0/+8
2016-08-26Adds OpenDaylight composable serviceTim Rozet9-1/+174
Introduces environment files for deploying OpenDaylight in two ways: - ODL only managing L2 as an ML2 plugin - ODL managing L2 and L3 DVR, by replacing NeutronL3Agent Two services are added. One to install ODL and configure OVS on the Controllers, and another service to only configure OVS on compute nodes. Paritally-Implements: blueprint opendaylight-integration Depends-On: I666dc0874f1d11a72a62d796f4f6d41f7aa87a3f Change-Id: Ide69e20cbf2ec6151953cb23e51478b770aca17f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-26Merge "Update pacemaker_resource_restart.sh for new HA arch"Jenkins1-25/+8
2016-08-26Move ceilometer api to run under apache wsgiPradeep Kilambi1-0/+3
Depends-On: If3feb859b527d08e10c124b5ad2f7f4b1f19156a Change-Id: I728d0980f7742aa390f11a0f0b8598d1299e2886
2016-08-26Customize vcpu_pin_set in nova.confkarthik s1-1/+8
Allow the operator to customize the vcpu_pin_set configuration in nova.conf Implements: blueprint tripleo-ovs-dpdk Change-Id: I7c76a303f4736a4439fa15c5641e576140f1c7b6 Signed-off-by: karthik s <ksundara@redhat.com>
2016-08-26Merge "Ironic: add missing haproxy and firewall configuration"Jenkins3-0/+12
2016-08-26Merge "Customize "supported_pci_vendor_devs" for SR-IOV"Jenkins1-1/+7
2016-08-26Merge "Add sriov_numvfs in THT"Jenkins1-0/+8
2016-08-26Merge "SR-IOV nic agent changes in line with composable roles."Jenkins3-0/+52
2016-08-26Merge "Added a new composable service for enabling DPDK on compute nodes."Jenkins2-0/+74