Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Merge "Run cluster check on nodes configured in wsrep_cluster_address." | Jenkins | 1 | -9/+13 | |
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-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 | |
2017-03-27 | Merge "Sort ResourceGroup resource list" | Jenkins | 1 | -1/+1 | |
2017-03-27 | Remove 'Controller' role references from overcloud.j2.yaml | Dan Prince | 1 | -6/+6 | |
This patch again removes hard coded role references to the overcloud.yaml template that was added in fd15a091f7ab6927833275df17b96ecacc2b1827. This breaks the composable undercloud work (undercloud-containers ci job as well). Change-Id: Ie30b2573dc4d2b45ebc0afc0e0d73bfdf41e4d4b Closes-bug: #1676528 | |||||
2017-03-27 | Remove kolla_config copy from keystone service. | Ian Main | 1 | -47/+3 | |
Simplify the config of the keystone service by mounting in the configurations instead of specifying them all in kolla config. This is change is useful to limit the side effects of generating the config files and running the container is two separate steps as config directories are now bind-mounted inside the container instead of having files being copied to the container. We've seen examples of Apache's mod_ssl configuration file present on the container preventing it to start when puppet configured apache not to load the ssl module (in case TLS is disabled). Co-Authored-By: Martin André <m.andre@redhat.com> Change-Id: Ie33ffc7c2b1acf3e4e505d38efb104bf013f2ce6 | |||||
2017-03-27 | Merge "Run nova-api hosts discovery after nova-compute start" | Jenkins | 1 | -1/+2 | |
2017-03-27 | Merge "docker/keystone: Bind mount entire fernet keys repository" | Jenkins | 1 | -10/+5 | |
2017-03-27 | Swift auth url should use a suffix | Pradeep Kilambi | 1 | -1/+1 | |
gnocchi metricd and statsd are broken due to recent change to support keystone v3. see I2feed8b1219069128faa1a1e8dcd2ddfbae7e40a We need swift auth url to have suffix so it knows what endpoint to use. Change-Id: I753f37e121b95813e345f200ad3f3e75ec4bd7e1 | |||||
2017-03-27 | Merge "Pick dynamically the first node for stack validation" | Jenkins | 1 | -6/+18 | |
2017-03-27 | MySQL: Use conditional instead of nested stack for TLS-specific bits | Juan Antonio Osorio Robles | 4 | -56/+26 | |
Usually a nested stack is used that contains the TLS-everywhere bits (config_settings and metadata_settings). Nested stacks are very resource intensive. So, instead of doing using nested stacks, this patch changes that to use a conditional, and output the necessary config_settings and metadata_settings this way in an attempt to save resources. Change-Id: Ib7151d67982957369f7c139a3b01274a1a746c4a | |||||
2017-03-27 | Apache: Use conditional instead of nested stack for TLS-specific bits | Juan Antonio Osorio Robles | 4 | -82/+39 | |
Usually a nested stack is used that contains the TLS-everywhere bits (config_settings and metadata_settings). Nested stacks are very resource intensive. So, instead of doing using nested stacks, this patch changes that to use a conditional, and output the necessary config_settings and metadata_settings this way in an attempt to save resources. Change-Id: Ia7ee632383542ac012c20448ff1b4435004e57e3 | |||||
2017-03-27 | Rabbitmq: Use conditional instead of nested stack for TLS-specific bits | Juan Antonio Osorio Robles | 4 | -59/+27 | |
Usually a nested stack is used that contains the TLS-everywhere bits (config_settings and metadata_settings). Nested stacks are very resource intensive. So, instead of doing using nested stacks, this patch changes that to use a conditional, and output the necessary config_settings and metadata_settings this way in an attempt to save resources. Change-Id: Ic25f84a81aefef91b3ab8db2bc864853ee82c8aa | |||||
2017-03-27 | N->O upgrade, blanks ipv6 rules before activating it. | Sofer Athlan-Guyot | 1 | -0/+6 | |
When the firewall is enabled with ipv6, the default rules set is taken as not ipv6 firewall was present for Newton. This make communication impossible until puppet is run again. This ensures that no rules are loaded when the firewall is enabled. This mimic this patch[1] [1] https://github.com/openstack/tripleo-heat-templates/commit/ae8aac36143d5dadb08af0d275f513678909dcc7 Change-Id: Id878b5caae666a799c89c8466ce46b9ecb86d9f7 Closes-Bug: #1675782 | |||||
2017-03-27 | docker/keystone: Bind mount entire fernet keys repository | Juan Antonio Osorio Robles | 1 | -10/+5 | |
Previously only the first two intial fernet keys were mounted into the container. This is not practical, however, as doing key rotation will generate more entries in this repository. So instead we mount the whole directory, which would allow us to do rotation in the base host and seamlessly affect the container as well. Change-Id: I7763a09e57fe6a7867ffd079ab0b9222374c38c8 | |||||
2017-03-26 | Merge "Remove unused KeystoneRegion parameter from gnocchi-base" | Jenkins | 1 | -4/+0 | |
2017-03-26 | Merge "Setting keystone region for congress" | Jenkins | 1 | -0/+1 | |
2017-03-26 | Merge "docker/keystone: Actually set fernet as the default token provider" | Jenkins | 1 | -1/+1 | |
2017-03-26 | Merge "docker-puppet: skip empty volume entries" | Jenkins | 1 | -1/+2 | |
2017-03-26 | Merge "Enables increasing mariadb open files for noha deployments" | Jenkins | 1 | -0/+6 | |
2017-03-26 | Merge "Remove unnecesary code to enable panko-api" | Jenkins | 2 | -3/+0 | |
2017-03-25 | Merge "Fixes missing firewall rules for neutron_ovs_dpdk_agent service" | Jenkins | 2 | -1/+9 | |
2017-03-25 | Merge "Install openstack-selinux for deployed-server" | Jenkins | 3 | -2/+10 | |
2017-03-25 | Merge "Fix usage of CinderNfsServers" | Jenkins | 2 | -5/+7 | |
2017-03-25 | Merge "Add missing metadata_settings from neutron-api profile" | Jenkins | 1 | -4/+5 | |
2017-03-25 | Merge "Rework container volumes as hostpath mounts" | Jenkins | 4 | -3/+15 | |
2017-03-25 | Merge "Fixes OpenDaylightProviderMappings hiera parsing" | Jenkins | 2 | -5/+5 | |
2017-03-24 | Merge "Clarify Kolla build overrides for tripleo" | Jenkins | 1 | -1/+5 | |