Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-28 | Make archive policy configurable | Pradeep Kilambi | 1 | -1/+5 | |
Change-Id: I603ce6922130fe32aa1a154df8146ee582bf1a45 (cherry picked from commit b1d7887ce710a98f061100e2878a54c06a5d09e2) | |||||
2017-08-24 | Merge "Remove baremetal cron jobs on docker upgrade" | Jenkins | 4 | -0/+16 | |
2017-08-24 | Merge "Docker: Enable TLS in the internal network for libvirt" | Jenkins | 2 | -1/+21 | |
2017-08-24 | Merge "Specify the start count to 0 for the update step loop" | Jenkins | 1 | -5/+5 | |
2017-08-24 | Merge "Do not install additional CentOS packages via ceph-ansible" | Jenkins | 1 | -0/+1 | |
2017-08-23 | Merge "More fixes for the Ceph docker images url parsing" | Jenkins | 1 | -2/+2 | |
2017-08-23 | Merge "Configure listen_address for libvirtd when TLS is enabled" | Jenkins | 1 | -0/+2 | |
2017-08-23 | Do not install additional CentOS packages via ceph-ansible | Giulio Fidente | 1 | -0/+1 | |
EPEL is required by the Ceph RPM repo maintained at ceph.com but not by the CentOS SIG repo. The other packages should be already installed in the infra image. This change overrides the list of required packages in ceph-ansible so that it does not install epel-release nor additional unneeded packages [1]. 1. https://github.com/ceph/ceph-ansible/blob/master/group_vars/all.yml.sample#L67 Change-Id: I7b6d2794ebfc0df5b3d5ad9de1d1d55740a38ae0 Closes-Bug: #1712599 | |||||
2017-08-23 | Merge "docker: Stop all active ceilometer services during compute upgrade" | Jenkins | 1 | -1/+16 | |
2017-08-23 | Specify the start count to 0 for the update step loop | Mathieu Bultel | 1 | -5/+5 | |
Force the count start to 0 to ensure that the update step loop will start to 0 and execute the update step0 Closes-Bug: #1712498 Change-Id: I71be55c1f56e53e5c565bec281795d63e5845ff6 | |||||
2017-08-23 | Configure listen_address for libvirtd when TLS is enabled | Juan Antonio Osorio Robles | 1 | -0/+2 | |
It wasn't being configured, and the default is to listen on all interfaces. This fixes that. Change-Id: I00da25474fb1544eabdedaf126e67d5a6617f02f Closes-Bug: #1712475 | |||||
2017-08-23 | Docker: Enable TLS in the internal network for libvirt | Juan Antonio Osorio Robles | 2 | -1/+21 | |
Bind mounts the necessary certs and keys to enable live migrations using TLS. bp tls-via-certmonger-containers Depends-On: I26a7748b37059ea37f460d8c70ef684cc41b16d3 Change-Id: I81efa85d916823f740bf320c88a248403743a45b | |||||
2017-08-23 | Merge "Accept multiple registries in DockerInsecureRegistryAddress" | Jenkins | 1 | -5/+5 | |
2017-08-23 | Merge "Add Ceilometer API and Collector service to roles_data" | Jenkins | 4 | -0/+6 | |
2017-08-22 | Merge "Render port templates via j2" | Jenkins | 30 | -1396/+91 | |
2017-08-22 | Merge "Zaqar: Match service name with service-net-map" | Jenkins | 6 | -6/+12 | |
2017-08-22 | Merge "Fix configuration files path for logrotate container" | Jenkins | 1 | -1/+1 | |
2017-08-22 | Zaqar: Match service name with service-net-map | Juan Antonio Osorio Robles | 6 | -6/+12 | |
This is required for t-h-t to generate the appropriate hieradata. Change-Id: I9b451eac4427a52ad8eec62ff89acc6c6d3ab799 Closes-Bug: #1712328 | |||||
2017-08-22 | Merge "Add nova metadata to TLS everywhere/docker services list" | Jenkins | 1 | -3/+4 | |
2017-08-22 | Merge "change sriovnicswitch to be first with openvswitch" | Jenkins | 1 | -1/+1 | |
2017-08-22 | Fix configuration files path for logrotate container | Martin André | 1 | -1/+1 | |
The config_volume is named 'crond', and so must me the path to puppet-generated directory. Change-Id: I13b4ad7642ddf3bc5d1f4aa979b4a91a89605fb1 Closes-Bug: #1712300 | |||||
2017-08-21 | Merge "TLS everywhere/haproxy: Remove empty postsave command" | Jenkins | 2 | -2/+0 | |
2017-08-21 | Render port templates via j2 | Steven Hardy | 30 | -1396/+91 | |
Remove these from the j2 excludes and instead render all the networks to avoid duplication. Change-Id: Id8e14e06ffe959c50456b4c88fef306046a8b478 Partially-Implements: blueprint composable-networks | |||||
2017-08-21 | Merge "Add logrotate with crond service" | Jenkins | 22 | -0/+118 | |
2017-08-21 | Merge "Let mds create manila key and fs" | Jenkins | 9 | -16/+51 | |
2017-08-21 | Add nova metadata to TLS everywhere/docker services list | Juan Antonio Osorio Robles | 1 | -3/+4 | |
This is working, so we add it to the list. bp tls-via-certmonger-containers Change-Id: Ib545d4e6c130b73b4921eb9b6325d2e8d6ff1e2c | |||||
2017-08-21 | TLS for containerized horizon | Juan Antonio Osorio Robles | 2 | -0/+18 | |
bind mount the certificates needed for TLS. bp tls-via-certmonger-containers Change-Id: Ib9b533249be37665b77396a76133cc42fd15ee2b | |||||
2017-08-21 | Merge "Enable TLS for containerized RabbitMQ" | Jenkins | 2 | -0/+52 | |
2017-08-21 | Add logrotate with crond service | Bogdan Dobrelya | 22 | -0/+118 | |
Add a docker service template to provide containerized services logs rotation with a crond job. Add OS::TripleO::Services::LogrotateCrond to CI multinode-containers and to all environments among with generic services like Ntp or Kernel. Set it to OS::Heat::None for non containerized environments and only enable it to the environments/docker.yaml. Closes-bug: #1700912 Change-Id: Ic94373f0a0758e9959e1f896481780674437147d Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | |||||
2017-08-19 | Merge "Add certmonger user profile to all overcloud roles" | Jenkins | 6 | -0/+7 | |
2017-08-19 | Merge "Mount ceph config on gnocchi statsd" | Jenkins | 1 | -0/+9 | |
2017-08-19 | Merge "Swith to the appropriate ceph-ansible playbook on upgrade" | Jenkins | 1 | -1/+19 | |
2017-08-19 | Merge "Extend VNC port range" | Jenkins | 1 | -1/+1 | |
2017-08-19 | Merge "Prepare reno for TripleO Pike RC1" | Jenkins | 1 | -1/+1 | |
2017-08-19 | Merge "Convert scenario001-multinode-containers job to ceph-ansible" | Jenkins | 2 | -6/+21 | |
2017-08-19 | Merge "ci: don't deploy swift on basic multinode job" | Jenkins | 3 | -9/+3 | |
2017-08-19 | Merge "Enable TLS for nova-metadata" | Jenkins | 2 | -1/+52 | |
2017-08-19 | Merge "Add params needed for the ceph-ansible switch to containers playbook" | Jenkins | 1 | -0/+1 | |
2017-08-19 | Merge "Tag the ha containers with 'pcmklatest' at deploy time" | Jenkins | 7 | -18/+221 | |
2017-08-19 | Merge "Add support for Dell EMC Unity Cinder backend" | Jenkins | 7 | -0/+113 | |
2017-08-18 | Merge "scenario002/multinode: do not run containerized Zaqar" | Jenkins | 1 | -1/+3 | |
2017-08-18 | Merge "scenario002/container: run Barbican non-containerized" | Jenkins | 1 | -0/+1 | |
2017-08-18 | Merge "Workaround for RHEL registration as "localhost"" | Jenkins | 2 | -0/+22 | |
2017-08-18 | Mount ceph config on gnocchi statsd | Pradeep Kilambi | 1 | -0/+9 | |
gnocchi-statsd needs access to ceph config. lets mount the ceph config files so it doesnt throw conf_read_file errors. Change-Id: I1426d580c8d8d60e986ca859f89eeb8799ab6bd2 | |||||
2017-08-18 | Prepare reno for TripleO Pike RC1 | Emilien Macchi | 1 | -1/+1 | |
Change-Id: Ied1d57cd187ffe480912a3820587952aa88936c3 | |||||
2017-08-18 | Merge "Also write an upgrade_tasks_playbook" | Jenkins | 1 | -0/+17 | |
2017-08-18 | More fixes for the Ceph docker images url parsing | Giulio Fidente | 1 | -2/+2 | |
Existing code was still failing the following scenario: http://192.168.24.1:8787/ceph/rhceph-2-rhel7:latest Now this has been tested with the following variations: http://192.168.24.1:8787/ceph/rhceph-2-rhel7:latest http://192.168.24.1:8787/rhceph-2-rhel7:latest 192.168.24.1:8787/ceph/rhceph-2-rhel7:latest 192.168.24.1:8787/rhceph-2-rhel7:latest 192.168.24.1/ceph/daemon:latest And then the same list without the custom registry host. Change-Id: Ifc871de8c2678f6a6fc5d234bfb62e8273c1b0b7 | |||||
2017-08-18 | Merge "Enable listening on TLS for the internal network for horizon" | Jenkins | 1 | -0/+16 | |
2017-08-18 | ci: don't deploy swift on basic multinode job | Emilien Macchi | 3 | -9/+3 | |
Swift is already deployed on scenario002, and we want to keep basic multinode as basic as possible with only the minimum so it runs faster and we can use it for early tests in our CI. Change-Id: I6d2f434305d7ca0d704a9454b758670c39a0af4a | |||||
2017-08-18 | Merge "Restore and split nova metadata docker service out of nova-api." | Jenkins | 2 | -5/+62 | |