Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-26 | Merge "Replace outdated instruction with link to upstream doc" | Jenkins | 1 | -57/+2 | |
2017-07-26 | Merge "Add parameters for Veritas HyperScale distributed setup." | Jenkins | 2 | -2/+45 | |
2017-07-26 | Merge "Open up firewall for the control-ports in the bundles" | Jenkins | 3 | -1/+26 | |
2017-07-26 | Merge "Add NodeTLSData to generic role.role.j2.yaml" | Jenkins | 1 | -2/+29 | |
2017-07-26 | Merge "Make various password descriptions consistent" | Jenkins | 17 | -22/+18 | |
2017-07-26 | Merge "Stop also openstack-swift-object-expirer when upgrading swift services" | Jenkins | 2 | -0/+2 | |
2017-07-26 | Merge "Contrail network realignement + DPDK enablement" | Jenkins | 29 | -2823/+847 | |
2017-07-26 | Merge "Add keystone cron container to run token_flush" | Jenkins | 1 | -0/+26 | |
2017-07-26 | Merge "nova_api_cron docker fix: add /var/spool/cron/nova" | Jenkins | 1 | -4/+20 | |
2017-07-26 | Merge "Add containerized manila-share to CI" | Jenkins | 1 | -2/+1 | |
2017-07-25 | Add NodeTLSData to generic role.role.j2.yaml | Steven Hardy | 1 | -2/+29 | |
This is currently included in the controller-role template, so we need to add it to the generic role.role.j2.yaml in order to convert the controller-role template to be rendered via j2 Change-Id: I01bf01c8a31e4cc26f202dd1774845ec33f50bcd Partially-Implements: blueprint composable-networks | |||||
2017-07-25 | Merge "Add cinder cron container to run db purge" | Jenkins | 1 | -0/+26 | |
2017-07-25 | Merge "Add heat api container to run cron purge_deleted" | Jenkins | 1 | -0/+25 | |
2017-07-25 | Contrail network realignement + DPDK enablement | Michael Henkel | 29 | -2823/+847 | |
This patch moves Contrail roles communication from public/external to internal_api network for OpenStack API. It also adds the option to enable dpdk. Monolithic firstboot script is broken down into small pre-network and per-node extraconfig scripts Change-Id: I296a3bf60cef6fa950fd71d6e68effe367d1e66b Closes-Bug: 1698422 | |||||
2017-07-25 | Merge "Fall back to non-containerized cinder-backup and cinder-volume for HA" | Jenkins | 1 | -2/+3 | |
2017-07-25 | Merge "Modifying Cisco templates to support composable roles" | Jenkins | 1 | -50/+14 | |
2017-07-25 | Merge "Increase default RabbitMQ/Erlang TCP timeout from 5 to 15 seconds" | Jenkins | 1 | -1/+1 | |
2017-07-25 | Merge "Mount /var/lib/neutron in neutron agents for metadata proxy" | Jenkins | 3 | -0/+24 | |
2017-07-25 | Merge "Add metadata_settings in Heat APIs" | Jenkins | 3 | -0/+6 | |
2017-07-25 | Merge "CI/scenarios : Add scenario007 for OVN services" | Jenkins | 3 | -77/+281 | |
2017-07-24 | Modifying Cisco templates to support composable roles | Sandhya Dasu | 1 | -50/+14 | |
Change-Id: I21fee832aeeb9780f818ae869ea8714f28bbe4a0 Closes-bug: #1704853 | |||||
2017-07-24 | Merge "Revert "Disable systemd-networkd & systemd-resolved"" | Jenkins | 3 | -17/+0 | |
2017-07-24 | Merge "Set name property on missing deployments" | Jenkins | 6 | -0/+6 | |
2017-07-24 | Merge "Use static environment for deployed-server neutron mappings" | Jenkins | 2 | -10/+4 | |
2017-07-24 | Merge "Move docker_puppet_tasks calculation into services.yaml" | Jenkins | 3 | -23/+16 | |
2017-07-24 | Merge "Move services.yaml output calculation into Value resources" | Jenkins | 1 | -41/+126 | |
2017-07-24 | Merge "Release 7.0.0.0b3" | Jenkins | 1 | -1/+1 | |
2017-07-24 | Merge "Cleans up exec workaround for ODL container clustering" | Jenkins | 2 | -5/+8 | |
2017-07-24 | Add parameters for Veritas HyperScale distributed setup. | abhishek.kane | 2 | -2/+45 | |
Add more parameters to Veritas Hyperscale's composable service, which will be relevant in distributed setup. Change-Id: Ib1b90edbf17ea7f14bdbed4857241fca86b87a18 Signed-off-by: abhishek.kane <abhishek.kane@veritas.com> | |||||
2017-07-24 | Merge "Add support for nova live/cold-migration with containers" | Jenkins | 29 | -29/+250 | |
2017-07-24 | Release 7.0.0.0b3 | Emilien Macchi | 1 | -1/+1 | |
Change-Id: Ibb75bfd01712257a20d72554308a0c099dd52b18 | |||||
2017-07-24 | Merge "Remove non-containerized pacemaker resources on upgrade" | Jenkins | 8 | -31/+141 | |
2017-07-24 | Add metadata_settings in Heat APIs | Thomas Herve | 3 | -0/+6 | |
We don't expose metadata_settings in Heat services, so SSL shouldn't work. Change-Id: I411085d9b249e54a2462de5efe4abf8f0865c0c2 | |||||
2017-07-24 | Move docker_puppet_tasks calculation into services.yaml | Steven Hardy | 3 | -23/+16 | |
This makes the RolesData output more accurate, and we can rework things so docker-puppet only gets run when there is a non-empty file calculated (e.g there are tasks to run). Change-Id: I8cdab3c857977c80fe2e359ab9e05740a838d66b | |||||
2017-07-24 | Move services.yaml output calculation into Value resources | Steven Hardy | 1 | -41/+126 | |
This stores the result of the yaql queries etc for easier debugging, and also so there's no risk we constantly re-evaluate the expensive query which can happen with some heat versions and configurations. This also gives a nicer error when things go wrong as when a query fails you know which resource had an error, and also the validation on resources is currently stricter due to bug #1599114. We also get some additional type validation from each OS::Heat::Value resource, e.g it checks if the calculated value is a valid map or list. The final advantage (and the original motivation for doing this) is that we can easily filter null values for any outputs where this isn't already done, which makes the config data written via openstack overcloud config download cleaner. Change-Id: Ia6697cf2e47f3f7b727d620536e0873a985c98c4 | |||||
2017-07-24 | Merge "Refactor iscsi initiator-name reset into separate service" | Jenkins | 25 | -17/+112 | |
2017-07-24 | Merge "Drop MongoDB from the undercloud" | Jenkins | 4 | -2/+7 | |
2017-07-24 | Merge "Support configurable Zaqar backends" | Jenkins | 4 | -49/+141 | |
2017-07-23 | Drop MongoDB from the undercloud | Dan Prince | 4 | -2/+7 | |
This patch drops MongoDB from the undercloud and swaps in a 'swift' and 'sqlalchemy' versions for the Zaqar backends. Change-Id: Ic6600f284dfbf4360b42598d3651b4c0f8046d1c | |||||
2017-07-24 | Support configurable Zaqar backends | Dan Prince | 4 | -49/+141 | |
This patch adds parameters to configure alternative version of the Zaqar messaging and management backends. The intent is to make use of these settings in the containers undercloud to use swift/mysql backends as a default thus avoiding the dependency on MongoDB. Change-Id: Ifd6a561737184c9322192ffc9a412c77d6eac3e9 Depends-On: Ie6a56b9163950cee2c0341afa0c0ddce665f3704 Depends-On: I3598e39c0a3cdf80b96e728d9aa8a7e6505e0690 | |||||
2017-07-23 | CI/scenarios : Add scenario007 for OVN services | Numan Siddique | 3 | -77/+281 | |
Depends-On: Ide11569d81f5f28bafccc168b624be505174fc53 Change-Id: Ie3f09dc70a582f3d14de093043e232820f837bc3 | |||||
2017-07-23 | Add support for nova live/cold-migration with containers | Oliver Walsh | 29 | -29/+250 | |
Updates hieradata for changes in https://review.openstack.org/471950. Creates a new service - NovaMigrationTarget. On baremetal this just configures live/cold-migration. On docker is includes a container running a second sshd services on an alternative port. Configures /var/lib/nova/.ssh/config and mounts in nova-compute and libvirtd containers. Change-Id: Ic4b810ff71085b73ccd08c66a3739f94e6c0c427 Implements: blueprint tripleo-cold-migration Depends-On: I6c04cebd1cf066c79c5b4335011733d32ac208dc Depends-On: I063a84a8e6da64ae3b09125cfa42e48df69adc12 | |||||
2017-07-22 | Merge "Add composable services for the Veritas HyperScale." | Jenkins | 10 | -0/+184 | |
2017-07-22 | Merge "Revert "Use optimal (instead of default) tunables for Ceph on upgrade"" | Jenkins | 1 | -2/+2 | |
2017-07-22 | Merge "Disable env evaluation in workflow executions" | Jenkins | 2 | -0/+4 | |
2017-07-22 | Merge "Make Deploy/UpdateIdentifier definition semi-consistent" | Jenkins | 4 | -4/+6 | |
2017-07-22 | Merge "Make EnablePackageInstall and Debug descriptions consistent" | Jenkins | 10 | -5/+9 | |
2017-07-22 | Merge "Add all existing parameter mismatches to exclusion list" | Jenkins | 1 | -5/+93 | |
2017-07-22 | Merge "Fix description of NeutronNetworkVLANRanges" | Jenkins | 1 | -2/+2 | |
2017-07-22 | Merge "Move step_config/docker_config calculation into services.yaml" | Jenkins | 3 | -33/+32 | |