Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-04 | Ensure upgrade step orchestration accross roles. | Sofer Athlan-Guyot | 1 | -8/+6 | |
Currently we don't enforce step ordering across role, only within role. With custom role, we can reach a step5 on one role while the cluster is still at step3, breaking the contract announced in the README[1] where each step has a guarantied cluster state. We have to remove the conditional here as well as jinja has no way to access this information, but we need jinja to iterate over all enabled role to create the orchestration. This deals only with Upgrade tasks, there is another review to deal with UpgradeBatch tasks. [1] https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/services/README.rst Closes-Bug: #1679486 Change-Id: Ibc6b64424cde56419fe82f984d3cc3620f7eb028 | |||||
2017-04-04 | Merge "Add ceilometer ipmi agent" | Jenkins | 4 | -0/+82 | |
2017-04-03 | Merge "Qpid dispatch router composable role" | Jenkins | 6 | -1/+75 | |
2017-04-03 | Merge "Remove useless trailing '\n' in /etc/hosts file." | Jenkins | 1 | -1/+1 | |
2017-04-03 | Merge "Remove EC2 endpoint from EndpointMap" | Jenkins | 2 | -83/+0 | |
2017-04-03 | Merge "Change heat and mistral to use v3/ec2tokens url" | Jenkins | 2 | -2/+10 | |
2017-04-03 | Merge "Fixes port binding controller for OpenDaylight" | Jenkins | 2 | -0/+46 | |
2017-04-02 | Merge "Setting keystone region for tacker" | Jenkins | 1 | -0/+1 | |
2017-04-02 | Merge "Set auth flag so ceilometer auth is enabled" | Jenkins | 3 | -0/+15 | |
2017-04-01 | Merge "Add special case upgrade from openvswitch 2.5.0-14" | Jenkins | 3 | -4/+11 | |
2017-03-31 | Merge "Don't check haproxy if external load-balancer is used." | Jenkins | 1 | -1/+13 | |
2017-03-31 | Set auth flag so ceilometer auth is enabled | Pradeep Kilambi | 3 | -0/+15 | |
Ceilometer Auth should be enabled even if ceilometer api is not. Lets decouple these, this flag will be used in puppet-tripleo where ceilometer::keystone::auth class is initialized. Change-Id: Iffebd40752eafb1d30b5962da8b5624fb9df7d48 Closes-bug: #1677354 | |||||
2017-03-31 | Add special case upgrade from openvswitch 2.5.0-14 | marios | 3 | -4/+11 | |
In [1] we removed the previously used special case upgrade code. However we have since discovered that for openvswitch 2.5.0-14 the special case is still required with an extra flag to prevent the restart. This adds the upgrade code back into the minor update and 'manual upgrade' scripts for compute/swift. The review at If998704b3c4199bbae8a1d068c31a71763f5c8a2 is adding this logic for the ansible upgrade steps. Related-Bug: 1669714 [1] https://review.openstack.org/#/q/59e5f9597eb37f69045e470eb457b878728477d7 Change-Id: I3e5899e2d831b89745b2f37e61ff69dbf83ff595 | |||||
2017-03-31 | Merge "Add missing ec2api::api::keystone_ec2_tokens_url config" | Jenkins | 1 | -0/+5 | |
2017-03-31 | Setting keystone region for tacker | Dan Radez | 1 | -0/+1 | |
Change-Id: I170b7e4cff66f0a4b1b6d5735f93c9f0295a5ac5 | |||||
2017-03-31 | Remove EC2 endpoint from EndpointMap | Juan Antonio Osorio Robles | 2 | -83/+0 | |
We are removing this in favor of just using the keystone uri and appending /ec2tokens Change-Id: Idab78d61f3931818aa91faad2d68c1fe20f68db6 | |||||
2017-03-31 | Change heat and mistral to use v3/ec2tokens url | Juan Antonio Osorio Robles | 2 | -2/+10 | |
They were using v2.0 and we're getting rid of v2.0/ec2tokens in the EndpointMap. Change-Id: Ib9fbbdb0144bb4e250c561613bba6219506ff30f | |||||
2017-03-30 | Merge "Re-Add bigswitch agent support" | Jenkins | 5 | -1/+69 | |
2017-03-30 | Merge "Output service_metadata_settings in docker services.yaml" | Jenkins | 1 | -0/+2 | |
2017-03-30 | Merge "Do not install openstack-heat-agents" | Jenkins | 1 | -1/+0 | |
2017-03-30 | Merge "[N->O] Fix wrong database connection for cell0 during upgrade." | Jenkins | 2 | -1/+11 | |
2017-03-30 | Merge "[N->O] is creating 2 default cell_v2 cells" | Jenkins | 1 | -4/+4 | |
2017-03-30 | Merge "Add NodeCreateBatchSize parameter" | Jenkins | 1 | -0/+8 | |
2017-03-30 | Don't check haproxy if external load-balancer is used. | Sofer Athlan-Guyot | 1 | -1/+13 | |
Change-Id: Ia65796b04be9f7cadc57af30ef66788dd8cb7de8 Closes-Bug: 1677539 | |||||
2017-03-30 | Merge "Run cluster check on nodes configured in wsrep_cluster_address." | Jenkins | 1 | -9/+13 | |
2017-03-30 | Output service_metadata_settings in docker services.yaml | Juan Antonio Osorio Robles | 1 | -0/+2 | |
This output gets nova metadata into the servers this is deployed to and is necessary for the TLS-everywhere work. bp tls-via-certmonger-containers Change-Id: Iff54f7af9c63a529f88c6455047f6584d29154b4 | |||||
2017-03-30 | Merge "Include panko in the default dispatcher" | Jenkins | 2 | -1/+5 | |
2017-03-30 | Merge "Allow to configure policy.json for OpenStack projects" | Jenkins | 24 | -4/+160 | |
2017-03-30 | Do not install openstack-heat-agents | Steve Baker | 1 | -1/+0 | |
Installing openstack-heat-agents is unnecessary since it has the same effect as installing python-heat-agent-* which happens on the next line. Installing openstack-heat-agents is causing issues when mixing ocata and master repos, since there hasn't been a release on master since ocata was branched. Change-Id: I1a75e16810b6a89cf1dd9ff4f4b3b5dccfc0466e Closes-Bug: #1677278 | |||||
2017-03-29 | Add ceilometer ipmi agent | Pradeep Kilambi | 4 | -0/+82 | |
Closes-Bug: #1662679 Change-Id: I3446d59b89d43859caedd2be4583099374944379 | |||||
2017-03-29 | Qpid dispatch router composable role | John Eckersberg | 6 | -1/+75 | |
Note: since it replaces rabbitmq, in order to aim for the smallest amount of changes the service_name is called 'rabbitmq' so all the other services do not need additional logic to use qdr. Depends-On: Idecbbabdd4f06a37ff0cfb34dc23732b1176a608 Change-Id: I27f01d2570fa32de91ffe1991dc873cdf2293dbc | |||||
2017-03-29 | Merge "Modify pci_passthrough hiera value as string" | Jenkins | 2 | -2/+10 | |
2017-03-28 | Allow to configure policy.json for OpenStack projects | Emilien Macchi | 24 | -4/+160 | |
For both containers and classic deployments, allow to configure policy.json for all OpenStack APIs with new parameters (hash, empty by default). Example of new parameter: NovaApiPolicies. See environments/nova-api-policy.yaml for how the feature can be used. Note: use it with extreme caution. Partial-implement: blueprint modify-policy-json Change-Id: I1144f339da3836c3e8c8ae4e5567afc4d1a83e95 | |||||
2017-03-28 | Include panko in the default dispatcher | Pradeep Kilambi | 2 | -1/+5 | |
panko is enabled by default, we might as well make it the default dispatcher along with gnocchi. Closes-bug: #1676900 Change-Id: Icb6c98ed0810724e4445d78f3d34d8b71db826ae | |||||
2017-03-28 | Merge "Remove 'Controller' role references from overcloud.j2.yaml" | Jenkins | 1 | -6/+6 | |
2017-03-28 | Merge "N->O upgrade, blanks ipv6 rules before activating it." | Jenkins | 1 | -0/+6 | |
2017-03-28 | Merge "N->O Upgrade, make sure all nova placement parameter properly set." | Jenkins | 1 | -3/+6 | |
2017-03-28 | Merge "Stop openstack-nova-compute during nova-ironic upgrade" | Jenkins | 1 | -0/+4 | |
2017-03-28 | Merge "Only set EnableConfigPurge on major upgrades" | Jenkins | 7 | -9/+13 | |
2017-03-28 | Merge "Updated from global requirements" | Jenkins | 2 | -2/+2 | |
2017-03-28 | Merge "Swift auth url should use a suffix" | Jenkins | 1 | -1/+1 | |
2017-03-28 | Updated from global requirements | OpenStack Proposal Bot | 2 | -2/+2 | |
Change-Id: I86fd68da7b2d96590f21a8511fa1a23dcf1a6dda | |||||
2017-03-28 | Merge "MySQL: Use conditional instead of nested stack for TLS-specific bits" | Jenkins | 4 | -56/+26 | |
2017-03-28 | Merge "Apache: Use conditional instead of nested stack for TLS-specific bits" | Jenkins | 4 | -82/+39 | |
2017-03-28 | Merge "Rabbitmq: Use conditional instead of nested stack for TLS-specific bits" | Jenkins | 4 | -59/+27 | |
2017-03-28 | Run cluster check on nodes configured in wsrep_cluster_address. | Yurii Prokulevych | 1 | -9/+13 | |
Attempt to check galera's cluster status fails when galera service is not running on the same node. Change-Id: I27fb0841d85cd0dc86e92ac2e21eedf5f8f863ab | |||||
2017-03-28 | Merge "Remove kolla_config copy from keystone service." | Jenkins | 1 | -47/+3 | |
2017-03-28 | Merge "Nic config mappings for deployed-server" | Jenkins | 2 | -4/+11 | |
2017-03-28 | Modify pci_passthrough hiera value as string | Saravanan KR | 2 | -2/+10 | |
Hiera value of nova::compute::pci_passthrough should be a string. It has been modified to JSON with the heira hook changes. Modifying it again back to string. Closes-Bug: #1675036 Change-Id: I441907ff313ecc5b7b4da562c6be195687fc6c76 | |||||
2017-03-28 | Merge "Restrict Access to Kernel Message Buffer" | Jenkins | 2 | -0/+13 | |