- May 16, 2018
-
-
Kevin Tibi authored
Previous change[1] of config for grafana introduced new bugs. [1]https://review.openstack.org/#/c/548291/ Change-Id: Ib62f0670003612073ff08f702febe81c753b72e5
-
- May 15, 2018
-
-
ZhijunWei authored
Change-Id: I3789e98034b0080d2dba62f8b59fbff8b2b3e4d7
-
- May 14, 2018
-
-
ZhijunWei authored
Now, the ceilometer use [service_credentials] to get credentials[0][1], remove the unused [keystone_authtoken] [0]: https://github.com/openstack/ceilometer/blob/master/devstack/plugin.sh#L294 [1]: https://docs.openstack.org/ceilometer/latest/configuration/index.html Change-Id: Ic92f9ecb1a43c11311f2a428611e78c0986f02cf
-
caoyuan authored
when run creating Magnum trustee user role task, the domain parameter must be domain id[0]. so kolla-ansible need to register the result of Creating Magnum trustee domain task, and use the domain id when creating Magnum trustee user role. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/magnum/tasks/register.yml#L59 Co-Authored-By:
ZhijunWei <wzj334965317@outlook.com> Change-Id: I57cdd011b7fc863133f9e3b43ae783cd1486e644 Closes-Bug: #1766410
-
- May 12, 2018
-
-
wu.chunyang authored
keep consistent with other projects Change-Id: I3eae5efbc148a87dea44ce1fe727f6314a437e98
-
- May 11, 2018
-
-
Jorge Niedbalski authored
This patch enables 3 new configuration options for haproxy.cfg global section. - haproxy_processes: number of haproxy processes (default:1). - haproxy_max_connections: number of concurrent connections (default:4000) - haproxy_process_cpu_map: enforces 1:1 mapping/affinity between process and core. (default: no). Closes-Bug: #1770060 Change-Id: I33fc499b083c7bcc548133498e44406a479389f1 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Jeffrey Zhang authored
- rename action and serial to kolla_ansible and kolla_serial - use become instead of "sudo <command>" in shell - Remove quota for failed_when and changed_when in rabbitmq tasks Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c Implements: blueprint migrate-to-ansible-2-2-0
-
- May 09, 2018
-
-
Mohamed El Gindi authored
In trove-taskmanager.conf a typo has been introduced for nova_proxy_admin_tenant_name option. It currently is: "nova_proxy_admin_tenant_name = services" But should be: "nova_proxy_admin_tenant_name = service" Change-Id: I7b5d0ca4c6c994b6dd3c5de3f0a79637fda88177 Closes-Bug: #1770262
-
Mark Giles authored
The kolla-ansible certificates command creates a self-signed certificate and corresponding private key. This change sets the file mode on the files that contain the private key so that they are not world readable. Change-Id: I7bfba5975af8d230e5d00c2ce801a914fbbf2d4e
-
Duong Ha-Quang authored
Apply Glance database upgrade procedure: https://docs.openstack.org/glance/latest/admin/zero-downtime-db-upgrade.html Rolling upgrade in Glance requires that glance-registry is not deployed and run Depends-On: https://review.openstack.org/532128 Depends-On: https://review.openstack.org/566804 Change-Id: Ia5d0cee2385facefda9d423051b74ab51d075f13 Implements: blueprint apply-service-upgrade-procedure
-
wu.chunyang authored
By default, the workers for gnocchi_metricd is 5[0], it's too small for production environment, this PS to make it configurable, in this way, user can change it according to actual needs. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L356 Change-Id: Ibf4dec793f02c407547c77963cc13799d044b90f
-
Jorge Niedbalski authored
This commit adds the --by-service flag in the discover_hosts command of the nova cell subsystem, using this flag, hosts are mapped based on the existing nova-compute services instead of using the compute node reference. In this way, we can ensure that the host mappings exists for this new host (and create it if not) preventing the HostMappingNotFound exception to loop over and over. Bug: #1768094 Change-Id: I948004031bc3e125f929ed3e6c670aea11e73a31 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
chenxing authored
Following by https://docs.openstack.org/image-guide/obtain-images.html#cirros-test Change-Id: Ide3508b3af6923a06e63242dc730b2742147ce37
-
- May 08, 2018
-
-
Duong Ha-Quang authored
As described in [1], [2], glance-registry was deprecated from Queens and will be removed in S, so we should disable glance registry in Queens but keep the image and deploy logic if user need this (but it's low chance due to glance-registry almost do nothing currently). This patch only disable glance registry microservice. [1]: http://specs.openstack.org/openstack/glance-specs/specs/newton/approved/glance/deprecate-registry.html [2]: https://blueprints.launchpad.net/glance/+spec/deprecate-registry Change-Id: I6667325711d1c54cf5233ad6973d89ea396a46b5 Closes-bug: #1769837
-
- May 07, 2018
-
-
Jorge Niedbalski authored
Allow to set computes_need_external_bridge to true/false depending on the desired configuration, for allowing cases such as disable dvr and enable l3 ha. Closes-Bug: #1769686 Change-Id: I1565b08dfccb7bec2ddda8c048b7d951c9eb1824 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
chenxing authored
Some variables should be modified too, just like this commit: https://review.openstack.org/552863 Change-Id: Id43eefb948a05de03d19c46048b6151bf6f5dc0a Related-Bug: #1769463
-
- May 06, 2018
-
-
yuqian authored
Aodh service credential defaults to publicURL. Aodh should work with the internal interface (v3 API Identity syntax): ..... [service_credentials] interface = internal ..... Change-Id: Ie11290be25291fee1938032ae6294546fb7a98f3
-
- May 04, 2018
-
-
Simon Piette authored
In ansible/roles/etcd/tasks/config.yml, the kolla_docker compare_container action doesn't check environment. Once a container is created, it won't get recreated if only the environment change. This commit add the environment attribute to the kolla_docker action in etcd role Change-Id: I8fb71cc945867e06acc67f6d1256bf62f4276206 Closes-Bug: #1765517
-
Bharat Kunwar authored
Magnum was unable to fire up k8s cluster because heat-container-agent inside kube-master was pointing to internal keystone endpoint instead of public endpoint. This fix tells kolla ansible to set clients_keystone auth_uri to public endpoint so that heat-container-agent communication with heat is successfully authenticated by keystone. Change-Id: Ida49528f88685710b5e6b8f3c4d4622506af5ae1 Closes-Bug: #1762754
-
ZhijunWei authored
Since the kolla-kubernetes has been separated, and nowhere to use kubetoolbox, it is safe to remove it from kolla-ansible. Change-Id: I9aa59d45fa04c13944120f1f99af2361551147ad
-
Mark Goddard authored
Change-Id: Iedf87342eeee90d58734ba21216296f3d94f76c8 TrivialFix
-
wu.chunyang authored
it missing from [0] [0]: https://review.openstack.org/#/c/566210/ Change-Id: I990dea52d3aa45d3d7c352c2664541799d912cdc
-
Duong Ha-Quang authored
Keystone removed uuid token provider in Rocky This patch change the default value and fix comments for the option. Change-Id: Idca0004852b688fcdd34ef47c38dec6b8bf05f86 Closes-Bug: #1757520
-
- May 03, 2018
-
-
Mark Giles authored
Assuming both Prometheus and Grafana are enabled, this change configures Grafana such that it can use data collected by the Prometheus server. Partially-Implements: blueprint prometheus Change-Id: I0290806d0c622b1de33cf7047f099795b4c780b9
-
- May 02, 2018
-
-
Matt Riedemann authored
The baremetal scheduling options were deprecated in Pike and the ironic_host_manager was deprecated in Queens and has now been removed. Deployments must use resource classes now for baremetal scheduling. Depends-On: https://review.openstack.org/565805/ Change-Id: I92cab1c7b5dc8201b0a8a94287c75d6348ab4465
-
Mark Giles authored
Setting endpoint_type to internalURL in the murano config allows murano to work properly when using self-signed certificates. Change-Id: I5873f92994d790d597ec5e97163bbf8001c362b9
-
wu.chunyang authored
For luminous, the ceph_mgr service provide the dashborad for ceph, and it need connect to cluster, but now it failed to connect ceph cluster due to ceph.client.admin.keyring missing, this ps to fix it. Co-Authored-By:
chenqiaomin <chen.qiaomin@99cloud.net> Closes-Bug: #1768462 Change-Id: Idb24661bc5674780db390220ca02e22975490663
-
chenxing authored
As neutron-vpnaas-agent has been loaded just inside of the existing l3 agent rather than requiring operators to run a completely different binary with a subclass of the existing L3 agent[1]. We need restructure this role to fit with this new feature. [1] https://review.openstack.org/488247 Depends-On: I47cd8ba5a14da3c76d5b1eb0b4c0cf0c729eb2ff Change-Id: Id690a652bc9facf1c3e39358f548ab7ddd967d80 Implements: blueprint restructure-neutron-vpnaas Closes-Bug: #1731498
-
- Apr 30, 2018
-
-
Paul Bourke authored
When attempting to inspect a node with ironic, it seems at times ironic_dnsmasq fails to process dhcp bootp requests, giving the following error repeating: dnsmasq-dhcp: DHCPDISCOVER(eth0) 52:54:00:ff:15:55 dnsmasq-dhcp: DHCPOFFER(eth0) 192.169.5.100 52:54:00:ff:15:55 dnsmasq-dhcp: ARP-cache injection failed: Operation not permitted Adding NET_ADMIN fixes this. Co-Authored-By:
Mark Goddard <mark@stackhpc.com> Closes-Bug: #1762805 Change-Id: I39acb81801710f849336380d3fde01c70cd8d8ce
-
Jorge Niedbalski authored
Change the default hardcoded values of the dnsmasq dns resolvers on dhcp_agent.ini.j2 to a configuration option part of group_vars/all.yml. Also adding 1.1.1.1 as part of the default set. Change-Id: I629c69e556d4ddba19f68f06627038e1886ae5f9 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Paul Bourke authored
The ironic_dnsmasq config for ironic inspector uses the internal VIP for the TFTP server address DHCP option. This is not going to work, since HAProxy is not configured to forward TFTP, and does not support UDP forwarding anyway. The config should use the api_interface IP for the host running ironic_dnsmasq. Change-Id: I56a0d46e9b528041cacea7196a525891ed5922f0 Closes-Bug: #1761815
-
James McCarthy authored
The mount is "rprivate" by default, change this to "shared" such that mount points will dynamically propagate. Closes-Bug: #1767828 Change-Id: If3b99bd1626a44aa7b41cf7d50d67b4fc9634462
-
- Apr 29, 2018
-
-
ZhijunWei authored
the prometheus container is not exits, it should be prometheus_server[0] [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/prometheus/defaults/main.yml#L6 Change-Id: Ib44390af9b8af5156dafbd0b0da6ae061a926ec7
-
- Apr 28, 2018
-
-
ZhijunWei authored
refer to https://github.com/openstack/ironic/blob/master/devstack/lib/ironic#L1387 Change-Id: I49d0a3cb5084813d7fb968435d013250af9b9476
-
- Apr 26, 2018
-
-
Jorge Niedbalski authored
This patch increases the default timeout for the kolla_toolbox ansible module when talking with the docker API from the default 60 to 180 secs. This is required on slower deployments, specially when bootstraping an environment and fernet tokes are in usage. For faster deployments this will be harmless, but for slower deployments this would be beneficial. Bug: #1767136 Change-Id: I0391715b16cf86d6c27fecf8a666de64f2735a7d Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
- Apr 25, 2018
-
-
Paul Bourke authored
Required to keep Ceph working once we move to Luminous 12.2.1 Change-Id: I8d3e56f2053c939ea313c60cc04c0ff79dd27d25 Closes-Bug: 1763356
-
- Apr 24, 2018
-
-
caoyuan authored
refer to https://github.com/openstack/magnum/blob/master/devstack/lib/magnum#L113 Change-Id: I5207a7ba708daa17f65a2eb61282a265342f3eee
-
- Apr 23, 2018
-
-
Mark Goddard authored
The permissions of rabbitmq-env.conf for bifrost were changed in I6e32d94d4172dd96d09d8609e8a5221ab5586a31 to 0660. This breaks bifrost deployment, as the rabbitmq user is no longer able to read the root-owned file on startup. This commit changes the ownership of the file in the container to rabbitmq:rabbitmq after it has been copied. Change-Id: I53418f5d4e40b7ca57e546e2e92a57f613fd381e Closes-Bug: #1766196
-
caoyuan authored
mode is unsupported parameters for (kolla_docker) module[0]. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/library/kolla_docker.py#L726 Co-Authored-By:
wu.chunyang <wu.chunyang@99cloud.net> Closes-Bug: #1766170 Change-Id: I06077e09773f6b263e11b0579a74aaf8f73c1110
-
- Apr 22, 2018
-
-
caoyuan authored
Avoid creating an empty volume[0] when not use dev mode for glance. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/glance/defaults/main.yml#L14 Change-Id: Ib27489abe20fb562acbc28263f7680e39d9dab44
-