Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-27 | Deploy CI scenarios with Pacemaker | Emilien Macchi | 5 | -7/+54 | |
Pacemaker is now deployed by default and it would be great to have it tested for all scenarios to deploy real environments used in production. Change-Id: Iff879cd641f6207644b1b6309a6ec4129f1a255a | |||||
2017-02-27 | Merge "Install openstack-panko-api on upgrade" | Jenkins | 1 | -0/+6 | |
2017-02-27 | Merge "Install openstack-heat-agents on upgrade" | Jenkins | 1 | -1/+1 | |
2017-02-27 | Merge "Don't recalculate EndpointMap to get outputs" | Jenkins | 1 | -2/+8 | |
2017-02-25 | Merge "multinode_major_upgrade: enable Pacemaker" | Jenkins | 1 | -0/+1 | |
2017-02-25 | Install openstack-heat-agents on upgrade | Marius Cornea | 1 | -1/+1 | |
This package wasn't installed in the Newton image and we need to install it during upgrade to be able to skip preupgrade validations. Change-Id: If6ee7a3801756ac445ae35534803eab175ad8e40 Closes-Bug: 1667967 | |||||
2017-02-25 | Install openstack-panko-api on upgrade | Marius Cornea | 1 | -0/+6 | |
This doesn't exist in newton images, so install it via the ansible tasks during step3 (when all other packages are updated). Change-Id: I700a711473d10a50fad6b1797453a74c0cdff54b Closes-Bug: 1667965 | |||||
2017-02-25 | Merge "Don't assume default network names in net_ip*map" | Jenkins | 3 | -52/+212 | |
2017-02-25 | multinode_major_upgrade: enable Pacemaker | Emilien Macchi | 1 | -0/+1 | |
To improve testing coverage in upgrade CI job, add Pacemaker. Change-Id: I855ed15642e28cdfda5a7cbd6ff6d01b591dff7e | |||||
2017-02-24 | Merge "Add option to diff containers after config stage." | Jenkins | 1 | -0/+9 | |
2017-02-24 | Merge "Upgrade nova-api/scheduler/conductor packages at step3 not step2." | Jenkins | 4 | -11/+4 | |
2017-02-24 | Merge "Adding definition of backup_flags" | Jenkins | 1 | -0/+1 | |
2017-02-24 | Merge "Add checks in ansible upgrade tasks for CephMon and CephOSD" | Jenkins | 4 | -23/+78 | |
2017-02-24 | Merge "Align HCI environment file with list of services from roles_data" | Jenkins | 1 | -0/+3 | |
2017-02-24 | Add option to diff containers after config stage. | Ian Main | 1 | -0/+9 | |
This allows you to show the changes made to a container during configuration stage for fast development. Change-Id: Id9c72cf2b07486f0a80bf3572a7ba349888d877f | |||||
2017-02-24 | Upgrade nova-api/scheduler/conductor packages at step3 not step2. | Sofer Athlan-Guyot | 4 | -11/+4 | |
The nova-api, nova-scheduler nova-conductor packages are updated during step2. The package upgrade trigger a restart of the service which fails and is constantly retried by systemd: Feb 24 12:34:24 centos-7-2-node-rax-iad-7463943-440549 systemd[1]: Failed to start OpenStack Nova Scheduler Server. Feb 24 12:34:24 centos-7-2-node-rax-iad-7463943-440549 systemd[1]: Unit openstack-nova-scheduler.service entered failed state. Feb 24 12:34:24 centos-7-2-node-rax-iad-7463943-440549 systemd[1]: openstack-nova-scheduler.service failed. Feb 24 12:34:24 centos-7-2-node-rax-iad-7463943-440549 systemd[1]: openstack-nova-scheduler.service holdoff time over, scheduling restart. We eventually reach timeout. We use https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/services/tripleo-packages.yaml#L44-L46 to upgrade existing packages. Add a note to the README.rst to make people aware of the general upgrade done at step3 and limit its usage to new package for individual service. Change-Id: I13b51bcfe0c98034944613f7e1c3f0168cd4de76 Closes-Bug: #1667728 | |||||
2017-02-24 | Merge "Containers: workaround for neutron DB sync" | Jenkins | 1 | -0/+3 | |
2017-02-24 | Adding definition of backup_flags | Luca Lorenzetto | 1 | -0/+1 | |
During the upgrade from M to N i encountered an error in a step requiring the upgrade of mysql version. The variable backup_flags is undefined at that point. Change-Id: Ic6681c40934b27a03d00a75007d7f12d6d540de3 Closes-Bug: #1667731 | |||||
2017-02-24 | Merge "Enable TLS for swift-proxy's ceilometer notifications" | Jenkins | 1 | -0/+1 | |
2017-02-24 | Containers: workaround for neutron DB sync | Jiri Stransky | 1 | -0/+3 | |
Neutron DB sync didn't have permission to read the config files, we now run neutron-db-manage as root until we can find a more permanent solution. Change-Id: I502a8514adc523c7cac1da059be10480eef71cb9 Closes-Bug: #1667300 | |||||
2017-02-23 | Add step to docker_puppet_tasks | Dan Prince | 3 | -3/+6 | |
This patch sets the step correctly for docker_puppet_tasks. This is now required in order to match the 'step' in some puppet manifests explicitly so that things like keystone initialization run correctly. Closes-bug: #1667454 Change-Id: If2bdd0b1051125674f116f895832b48723d82b3a | |||||
2017-02-23 | Merge "Remove forgotten sahara dbsync from step5 upgrades tasks" | Jenkins | 1 | -3/+0 | |
2017-02-23 | Merge "Adding the ip_conntrack_proto_sctp kernel module" | Jenkins | 1 | -0/+1 | |
2017-02-23 | Merge "Add release notes for Manila/CephFS with managed Ceph" | Jenkins | 1 | -0/+11 | |
2017-02-23 | Merge "multinode/upgrade: add nova services to environment" | Jenkins | 1 | -0/+7 | |
2017-02-23 | Merge "Increase ansible-pacemaker default service start timeout" | Jenkins | 1 | -1/+1 | |
2017-02-23 | Merge "Add missing releasenotes for Swift ring management" | Jenkins | 1 | -0/+9 | |
2017-02-23 | Merge "Parallelize docker-puppet.py" | Jenkins | 1 | -18/+40 | |
2017-02-23 | Enable TLS for swift-proxy's ceilometer notifications | Juan Antonio Osorio Robles | 1 | -0/+1 | |
If the message broker is using TLS, we enable it for these notifications. Change-Id: I4f37e77ae12e9582fab7d326ebd4c70127c5445f Depends-On: If23d1f0d20264faaddc2e5ad54863483fa43ed41 | |||||
2017-02-23 | Increase ansible-pacemaker default service start timeout | marios | 1 | -1/+1 | |
We are passing 200 but in some environments this has been seen to expire by a few seconds. Change-Id: I5c2270559339ea9ee0043b7a2e519e26d4d9d78a Closes-Bug: 1666604 | |||||
2017-02-23 | Remove forgotten sahara dbsync from step5 upgrades tasks | marios | 1 | -3/+0 | |
I suspect this was forgotten from the initial commits where we were doing the dbsync in ansible Change-Id: Ie337bfba4e61cf3d546d0b79b611b84211ac9d9d | |||||
2017-02-23 | Merge "Add docker mysql service" | Jenkins | 1 | -0/+130 | |
2017-02-23 | Merge "Add support for node groups in NetConfigDataLookup" | Jenkins | 1 | -5/+46 | |
2017-02-23 | Add docker mysql service | Flavio Percoco | 1 | -0/+130 | |
Co-Authored-By: Dan Prince <dprince@redhat.com> Co-Authored-By: Martin André <m.andre@redhat.com> Change-Id: If0ee671acbf6a9931622003a859089d61e2050b3 | |||||
2017-02-23 | Merge "neutron: don't set external_network_bridge option by default" | Jenkins | 10 | -50/+28 | |
2017-02-23 | Adding the ip_conntrack_proto_sctp kernel module | Itzik Brown | 1 | -0/+1 | |
When using conntrack there is a need to load the ip_conntrack_proto_sctp module for SCTP to work. Closes-bug: 1664192 Change-Id: Ic58f5327401c3ab2215acd8b9ce699f555e8c5e4 | |||||
2017-02-22 | Merge "Containerized Swift Services." | Jenkins | 3 | -0/+499 | |
2017-02-22 | Merge "Containerized MongoDB" | Jenkins | 1 | -0/+98 | |
2017-02-22 | Merge "Add docker Glance API service" | Jenkins | 1 | -0/+96 | |
2017-02-22 | Merge "Configure authtoken in nova-placement api service" | Jenkins | 1 | -0/+4 | |
2017-02-22 | Merge "Add docker keystone service" | Jenkins | 1 | -0/+153 | |
2017-02-22 | Merge "Update ci environment for multinode jobs to support Ceph" | Jenkins | 1 | -0/+6 | |
2017-02-22 | Merge "Add docker rabbitmq service" | Jenkins | 1 | -0/+119 | |
2017-02-22 | Merge "Add docker mistral services" | Jenkins | 3 | -0/+293 | |
2017-02-22 | Merge "Add docker zaqar service" | Jenkins | 1 | -0/+99 | |
2017-02-22 | Merge "Add docker heat services" | Jenkins | 3 | -0/+272 | |
2017-02-22 | Merge "Add docker nova services" | Jenkins | 8 | -2/+547 | |
2017-02-22 | Merge "Add docker memcached service" | Jenkins | 1 | -0/+69 | |
2017-02-22 | Parallelize docker-puppet.py | Ian Main | 1 | -18/+40 | |
Use a pool of worker processes to run the puppet modules so they can all be done in parallel. Defaults to cpu count processes. Change-Id: I083d302b8cf6538569e4d165221c21df152266bc | |||||
2017-02-22 | Merge "Add step0,validation checks for heat services" | Jenkins | 4 | -4/+4 | |