Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-19 | Merge "Blacklist support for ExtraConfig" | Jenkins | 11 | -7/+192 | |
2017-06-19 | Merge "Add nested sample environments for inject-trust-anchor" | Jenkins | 8 | -1/+159 | |
2017-06-19 | Merge "Add storage sample environments" | Jenkins | 13 | -16/+503 | |
2017-06-19 | Merge "Add neutron-midonet sample environment" | Jenkins | 3 | -0/+102 | |
2017-06-19 | Merge "Support config dir for env generator input files" | Jenkins | 13 | -14/+900 | |
2017-06-19 | Merge "Update CloudDomain description" | Jenkins | 7 | -14/+14 | |
2017-06-19 | Merge "Add an example IronicConductor role" | Jenkins | 2 | -0/+26 | |
2017-06-19 | Merge "Updated from global requirements" | Jenkins | 1 | -8/+8 | |
2017-06-19 | Re-enable docker service in docker.yaml | Martin André | 1 | -0/+2 | |
It was removed by mistake from the docker.yaml environment file in I76f188438bfc6449b152c2861d99738e6eb3c61b. Change-Id: If8df98e1ddd0961ab0c9e5df917fef8200db65e6 Closes-Bug: #1698749 | |||||
2017-06-19 | Updated from global requirements | OpenStack Proposal Bot | 1 | -8/+8 | |
Change-Id: I9496de0e5cc670e0a370588a9471594b20fdadf3 | |||||
2017-06-17 | Merge "Remove duplicate docker/puppet services.yaml" | Jenkins | 7 | -115/+19 | |
2017-06-16 | Merge "Make a copy of files touched by puppet in container" | Jenkins | 1 | -0/+7 | |
2017-06-16 | Merge "Fall back to non-containerized cinder-backup to unblock OVB CI" | Jenkins | 1 | -2/+2 | |
2017-06-16 | Merge "Add Ec2Api to container based deployment" | Jenkins | 2 | -0/+155 | |
2017-06-16 | Merge "Make fernet max active keys configurable" | Jenkins | 2 | -0/+10 | |
2017-06-16 | Merge "Add templates to configure Ironic inspector" | Jenkins | 5 | -0/+160 | |
2017-06-16 | Blacklist support for ExtraConfig | James Slagle | 11 | -7/+192 | |
Commit I46941e54a476c7cc8645cd1aff391c9c6c5434de added support for blacklisting servers from triggered Heat deployments. This commit adds that functionality to the remaining Deployments in tripleo-heat-templates for the ExtraConfig interfaces. Since we can not (should not) change the interface to ExtraConfig, Heat conditions are used on the actual <role>ExtraConfigPre and NodeExtraConfig resources instead of using the actions approach on Deployments. Change-Id: I38fdb50d1d966a6c3651980c52298317fa3bece4 | |||||
2017-06-16 | Merge "Fall back to non-containerized cinder-volume to unblock CI" | Jenkins | 1 | -1/+2 | |
2017-06-16 | Merge "Only pass distinct services to enabled_services list" | Jenkins | 1 | -1/+4 | |
2017-06-16 | Make a copy of files touched by puppet in container | Martin André | 1 | -0/+7 | |
This should help determine what exactly needs to be bind mounted in the container and should also help limit the size of collected logs in CI, as collecting the entire /etc directory from each container can grow pretty quickly in size and is not that useful. Related-Bug: #1698172 Change-Id: Ie2bded39cdb82a72f0c28f1c552403cd11b5af45 | |||||
2017-06-16 | Fall back to non-containerized cinder-backup to unblock OVB CI | Jiri Stransky | 1 | -2/+2 | |
The previous fix Ib10e4f18d967d356a15b97f58c488f8402a73356 made multinode CI pass, but there was still an error during volume scheduling on OVB: OSError: [Errno 13] Permission denied: '/var/lib/cinder/conversion' This was most likely due to cinder-volume was running on host and used host's cinder user, while we still deployed containerized cinder-backup and it chowned /var/lib/cinder under kolla's cinder user whose UID doesn't match the baremetal one. We didn't hit this issue in the multinode job because it doesn't presently deploy cinder-backup service at all. Co-Authored-By: Martin André <m.andre@redhat.com> Change-Id: I9ac74d6717533f59945694b4a43fe56d7ca768c6 Closes-Bug: #1698136 | |||||
2017-06-16 | Merge "Pacemaker HA suport for OVN DB servers" | Jenkins | 4 | -0/+89 | |
2017-06-16 | Merge "Ignore case for bootstrap node checks" | Jenkins | 3 | -3/+3 | |
2017-06-16 | Merge "Conditional LVM storage setup for cinder-volume" | Jenkins | 1 | -2/+6 | |
2017-06-16 | Fall back to non-containerized cinder-volume to unblock CI | Jiri Stransky | 1 | -1/+2 | |
CI was stuck on collecting logs. The collect-logs playbook, which normally takes just a few minutes, took more than an hour and was eventually killed. The playbook was stuck on collecting LVM info on the overcloud node, which runs this command: (vgs; pvs; lvs) &> /var/log/extra/lvm.txt Therefore it's very likely that the problematic part is the LVM setup in the containerized cinder-volume service, and falling back to non-contianerized for the time being should get the CI going again. Change-Id: Ib10e4f18d967d356a15b97f58c488f8402a73356 Closes-Bug: #1698136 | |||||
2017-06-16 | Make fernet max active keys configurable | Juan Antonio Osorio Robles | 2 | -0/+10 | |
This will set the max_active_keys setting in keystone.conf, and furtherly we'll read this value from tripleo-common to do purging of keys if necessary. bp keystone-fernet-rotation Change-Id: I9c6b0708c2c03ad9918222599f8b6aad397d8089 | |||||
2017-06-16 | Only pass distinct services to enabled_services list | Juan Antonio Osorio Robles | 1 | -1/+4 | |
The list that was passed contained repeated services, which was problematic if we wanted to use this list in puppet. So instead we pass a list with the unique names. Change-Id: Ib5eb0c5b59a9a50344d22c258ca461e8f1e52c86 | |||||
2017-06-16 | Merge "Remove reference too puppet/services/ironic-pxe.yaml" | Jenkins | 1 | -1/+0 | |
2017-06-16 | Merge "Input enabled_services in all-nodes-config as comma_delimited_list" | Jenkins | 1 | -9/+4 | |
2017-06-15 | Merge "Bind mount internal CA file to all containers" | Jenkins | 1 | -12/+57 | |
2017-06-15 | Merge "Containerize Cinder-volume for HA" | Jenkins | 1 | -0/+170 | |
2017-06-15 | Ignore case for bootstrap node checks | Alex Schultz | 3 | -3/+3 | |
The bootstrap_nodeid can have capital letters while the hostname may not. In puppet we use downcase for this comparison, so let's follow a similar pattern for scripts from THT. Change-Id: I8a0bec4a6f3ed0b4f2289cbe7023344fb284edf7 Closes-Bug: #16998201 | |||||
2017-06-15 | Update CloudDomain description | Ben Nemec | 7 | -14/+14 | |
First, this parameter must match what is configured on the undercloud, so strengthen that language. There is also now an undercloud.conf parameter that can be used to set the requisite options on the undercloud services, so just point users at that rather than trying to explain how to configure the services manually (which is error-prone and doesn't survive undercloud updates). Change-Id: I002cce176e3430473a29e79efde3464bddb24cc7 | |||||
2017-06-15 | Add Ec2Api to container based deployment | Sven Anderson | 2 | -0/+155 | |
Depends-On: I5dc10ef5cccf6d378c20c68fc4a32d2d3c38233f Change-Id: Ib96040c2e27ad76b1fa6ecb9468bb9d97b3c4518 | |||||
2017-06-15 | Merge "Containerize Ceilometer Agent Ipmi" | Jenkins | 5 | -0/+117 | |
2017-06-15 | Merge "Modify PreNetworkConfig config inline with role-specific parameters" | Jenkins | 13 | -20/+159 | |
2017-06-15 | Input enabled_services in all-nodes-config as comma_delimited_list | Juan Antonio Osorio Robles | 1 | -9/+4 | |
The bug that prevented it from being a comma delimited list was fixed. Change-Id: Ia5296140763849bdeac481c812f70a42d907c214 | |||||
2017-06-15 | Add an example IronicConductor role | Dmitry Tantsur | 2 | -0/+26 | |
Change-Id: I8dca09372a58b6dacbb8e65602e1b0bdb6c01ae7 Related-Blueprint: example-custom-role-environments | |||||
2017-06-15 | Merge "Fix race conditions between containers" | Jenkins | 19 | -48/+43 | |
2017-06-15 | Merge "Containerize Manila Scheduler service" | Jenkins | 2 | -0/+106 | |
2017-06-14 | Merge "Update Panko api port" | Jenkins | 7 | -15/+19 | |
2017-06-14 | Merge "Role Specific parameters for neutron-sriov-agent service" | Jenkins | 1 | -3/+19 | |
2017-06-14 | Merge "Sample environment generator" | Jenkins | 11 | -0/+808 | |
2017-06-14 | Merge "Add Nova Consoleauth service to containerized deployment" | Jenkins | 2 | -0/+109 | |
2017-06-14 | Merge "Add Nova Vncproxy service to containerized deployment" | Jenkins | 2 | -0/+109 | |
2017-06-14 | Merge "Enable heat/puppet to manage the fernet keys and make it configurable" | Jenkins | 2 | -1/+15 | |
2017-06-14 | Merge "Use KeystoneFernetKeys instead of individual parameters" | Jenkins | 2 | -7/+29 | |
2017-06-14 | Update Panko api port | Pradeep Kilambi | 7 | -15/+19 | |
The current port conflicts with trove. This is updated in puppet module. See related change: https://review.openstack.org/#/c/471551/ Change-Id: Iefacb98320eef0bca782055e3da5d243993828d7 | |||||
2017-06-14 | Merge "Fix network names when using network isolation" | Jenkins | 1 | -1/+1 | |
2017-06-14 | Merge "Dell SC: Add exclude_domain_ip option" | Jenkins | 2 | -0/+5 | |