- Jul 18, 2017
-
-
Jeffrey Zhang authored
kolla-kubernetes is using its own configuration generation[0], so it is time for kolla-ansible to remove the related code to simplify the logical. [0] https://github.com/openstack/kolla-kubernetes/tree/master/ansible Change-Id: I7bb0b7fe3b8eea906613e936d5e9d19f4f2e80bb Implements: blueprint clean-k8s-config
-
- Jul 12, 2017
-
-
Jeffrey Zhang authored
Base on nova release note[0], all general scheduler configuration options have been added to the [scheduler] group. [0] https://github.com/openstack/nova/blob/master/releasenotes/notes/add-scheduler-config-to-scheduler-group-c83bc770e67ac115.yaml Change-Id: Ic15ecaced3c78b86d04572fbaf2f6be5640a2a25 Closes-Bug: #1680307
-
- Jul 06, 2017
-
-
Bertrand Lallau authored
As described here: https://github.com/openstack/keystone/blob/master/keystone/resource/core.py#L841 https://github.com/openstack/keystone/blob/master/keystone/conf/identity.py#L21 * default project domain name MUST be named 'Default' * default project domain id MUST be named 'default' * default project user name MUST be named 'Default' * default project user id MUST be named 'default' Change-Id: I610a0416647fdea31bb04889364da5395d8c8d74
-
- Jun 30, 2017
-
-
Mark Goddard authored
RDO packages a distribution configuration file /usr/share/nova/nova-dist.conf which contains the following setting: firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver This causes the nova-compute-ironic service to fail to start as the nova ironic virt driver attempts and fails to create a firewall driver using this class. This change reinstates the explicit setting of the [DEFAULT] firewall_driver option to the noop driver which resolves this issue. This comes at the cost of a WARN log message due to the option being deprecated (see https://github.com/openstack/kolla-ansible/commit/6d831db687a35a48a41ee581b979fb43350e0c72). Change-Id: I41bd9d0671118ff256e7ada766e8653bb4b2b376 Closes-Bug: #1701564
-
- Jun 08, 2017
-
-
Bertrand Lallau authored
With the following configuration in globals.yml enable_ceilometer="no" enable_designate="no" enable_searchlight="yes" nova.conf is generated like following: [oslo_messaging_notifications] driver = messagingv2 topics = topics value is missing. Change-Id: I27145c0da8b864b2614091933c33d83bdec8b9be Closes-Bug: #1671935 Co-Authored-By:
Jeffrey Zhang <jeffrey.zhang@99cloud.net>
-
- Jun 02, 2017
-
-
Eduardo Gonzalez authored
OSprofile allows user/devs trace OpenStack requests. Implements: blueprint enable-osprofiler Co-Authored-By:
Bertrand Lallau <bertrand.lallau@gmail.com> Change-Id: I82ea85d726011ef6cbf99380f395452d6d7f8053
-
shaofeng_cheng authored
Remove option vnc_enabled from group default. Add option enabled in group vnc. Change-Id: Ia48b335fd9d160b53bc2ec98b7e3bc5b89b9c553 Closes-Bug: #1695181
-
msimonin authored
Recent code updates[1][2] broke the support for nova fake drivers. in [1], nova_services dict is introduce but the change is not refected in nova.conf.j2[3] when dealing with its elements. in [2], two typos make neutron handlers to fail. [1]: https://review.openstack.org/#/c/407416/ [2]: https://review.openstack.org/#/c/424504/ [3]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L35 Change-Id: Ie32c76c4c902f1d95a1b4c97f8cbdb7ab101e48b Closes-bug: #1695218
-
- May 26, 2017
-
-
James McCarthy authored
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
-
- May 23, 2017
-
-
Bertrand Lallau authored
Useful api_interface_address variable has been define here: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L57 In order to simplify codebase we must use it as much as possible. Change-Id: I18fec19bf69e05a22a4142a9cd1165eccd022455
-
- May 13, 2017
-
-
caoyuan authored
Option "notify_on_state_change" from group "DEFAULT" is deprecated. Use option "notify_on_state_change" from group “notifications". refer to https://docs.openstack.org/ocata/config-reference/compute/config-options.html Change-Id: I18e80ccd5981b81bfd597b94717ed77b13c05222 Closes-Bug: #1690494
-
- Apr 21, 2017
-
-
shaofeng_cheng authored
If used external ceph for nova,the ceph storage not enable cephx. So ceph keyring file not does not exist. Task throw error of check ceph keyring files. Change-Id: I6257c107b94abf4d363e854229aaab8301d1d694 Closes-Bug: #1684522
-
- Apr 12, 2017
-
-
zhubingbing authored
Change-Id: I6c725efd9d08a079ced2abca5be188b6ceac55c2 Closes-bug: #1682000
-
- Mar 31, 2017
-
-
shaofeng_cheng authored
Option "secure_proxy_ssl_header" from group "DEFAULT" has been deprecated in the N release and has been removed in the O release. Use wsgi.secure_proxy_ssl_header configuration instead. see https://docs.openstack.org/ocata/config-reference/compute/config-options.html https://docs.openstack.org/newton/config-reference/tables/conf-changes/nova.html https://docs.openstack.org/mitaka/config-reference/compute/config-options.html Change-Id: Icf3eea66f4ac281641ba22e8194aa113b57f6ce8
-
- Mar 30, 2017
-
-
shaofeng_cheng authored
If disable cinder in openstack environment. Cinder of configuration items do not need to configure in nova.conf Change-Id: Ie346dfe45f8c2d3fd383095d0c64f8e9421100ff
-
- Mar 22, 2017
-
-
Bertrand Lallau authored
The following WARN logs always appears in nova-api.log: - Option "firewall_driver" from group "DEFAULT" is deprecated for removal. - Option "linuxnet_interface_driver" from group "DEFAULT" is deprecated for removal. These 2 options can be removed for the following reasons: - nova-network will be deprecated - moreover Kolla doesn't configure nova-network Options deprecation notes is here: https://github.com/openstack/nova/blob/master/releasenotes/notes/deprecate-more-nova-network-opts-a9f87c79f7d26438.yaml#L8 https://github.com/openstack/nova/blob/master/releasenotes/notes/deprecate-more-nova-network-opts-a9f87c79f7d26438.yaml#L37 Change-Id: I12f80a02b9d27f2bdbb8926eb648ea4f6e6dd945
-
- Mar 12, 2017
-
-
Jeffrey Zhang authored
* Ironic do not support multi glance ips. * Write the nova-compute-ironic binary log to nova-compute-ironic.log file Change-Id: I87359c47a5845c4d7a6ab9daaefcc94a51c92eb0 Closes-Bug: #1671989
-
- Mar 10, 2017
-
-
Jeffrey Zhang authored
This reverts commit 6cb45072. Change-Id: I33a0b8ba4ca69e5e34edb11248fb614a5a913f65
-
- Mar 08, 2017
-
-
Jeffrey Zhang authored
It is unnecessary and a waste to run nova-compute-ironic on a single node, change the host name field in nova-compute-ironic could ensure nova-compute and nova-compute-ironic run on the same node. Change-Id: If2acbf25caab0570da444472003599b9e0f2a1ff Closes-Bug: #1671103
-
Jeffrey Zhang authored
Booting from volume require cinder's ceph client secret now. Move cinder before nova in site.yml, because nova depends on cinder ceph client key now. Change-Id: I01c9ed80843d98305b8963894c4917c21a35d3ac Closes-Bug: #1670676
-
Michal (inc0) Jastrzebski authored
Libvirt 2.5 (latest version in cloud archive) seems to have changed behavior of dynamic_ownership. Change-Id: Icf9592c2f82f0f4a35074b9b13a51643a32631e9 Closes-bug: #1668654
-
- Mar 07, 2017
-
-
Jeffrey Zhang authored
Change-Id: Ie26b20bb4012d35bfbcd43440d32c9eac7a471d6 Closes-Bug: #1670673
-
- Feb 19, 2017
-
-
Jeffrey Zhang authored
In ironic environment deployment, the compute nodes info will be empty until ironic node is created. There are also some case that user just want deploy without any nova-compute. Also enable auto discover hosts feature. This is useful for small environment. Closes-Bug: #1666031 Change-Id: I6f3d1c3668452a404875aa5621ee99b2b41e28f0
-
- Feb 18, 2017
-
-
Jeffrey Zhang authored
Its value may be silently ignored in the future. Change-Id: I594f36d56d13b417d1ef315266177b1dcbdead78
-
- Feb 13, 2017
-
-
Serguei Bezverkhi authored
Fixing ironic configs for kolla-kubernetes Change-Id: Id1b1cc3bb3c1790a77f9449ec5b0b5d1c67f91e4 Closes-Bug: #1664269
-
- Feb 12, 2017
-
-
Steven Dake authored
The kolla-kubernetes deliverable uses Newton images, however, the kolla-ansible 4.0.0 deliverable is targeted at Ocata. In Ocata, nova requires the placement API implementation. This change is transitory until genconfig is no longer required for kolla-kubernetes to operate. Change-Id: I1c192a01d91b4f507bafadb53b6abb1efdcdb46c Closes-Bug: #1663961
-
- Feb 09, 2017
-
-
Jeffrey Zhang authored
See the nova code in[0]. [0] https://github.com/openstack/nova/blob/master/nova/conf/api.py#L35 Change-Id: I87861ac44d99699f7a11b5cc383a2f43c47c2b04
-
Serguei Bezverkhi authored
Fixing authentication url for kubernetes Change-Id: Idb0151f8ae8f785a34f3ea1feee2d33a6afa0987
-
- Feb 03, 2017
-
-
Eduardo Gonzalez authored
Usernames can be configured with variables in configuration files, but user creation is hardcoded. Change-Id: I057cfb921d776217db66f59226dcfa79f3eb7368 Closes-Bug: #1661587
-
- Feb 02, 2017
-
-
Jeffrey Zhang authored
Closes-Bug: #1660987 Depends-On: I30efc20e6d918e08860584c017455e6d5fa91a35 Change-Id: If0a79b6013f28871dc9f13c510c919078f3304d5
-
- Jan 12, 2017
-
-
Eduardo Gonzalez authored
Change-Id: I63197f8c5646e44a9a7287e644c904a1e227af23
-
Eduardo Gonzalez authored
Change-Id: Ifd40ca95c82fafacaf91291511f7048351d1bf42 Partially-Implements: blueprint nova-proxies
-
- Jan 05, 2017
-
-
Ross Krumbeck authored
Implement ansible role to deploy designate and dependencies. The backend used is bind9. Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Co-Authored-By:
Eduardo Gonzalez <dabarren@gmail.com> Depends-On: 6d0dc3e0f931c7c50b64a4659900cc50b0d860a2 Implements: blueprint ansible-designate Change-Id: I34d8126e0cd8d71d5ced9b62f3776cc354fbb549
-
- Dec 02, 2016
-
-
Eduardo Gonzalez authored
Include custom policy.json files in service-api.json.j2 files Change-Id: Ic55bfc6f61131aa72c3497ce8b2282056bcc7f92 Partially-Implements: blueprint custom-policies
-
- Dec 01, 2016
-
-
caoyuan authored
The nova-network was deprecated, this patch to remove it from the ansible role TrivialFix Change-Id: I6ea9b007a55317e36c6f5117781f9c3ed36b0012
-
- Nov 21, 2016
-
-
Vladislav Belogrudov authored
Nova and Cinder used a list of glance api servers - this list does not provide a proper high availability because the servers are connected at random without recalling who is failed last time. E.g. out of three controllers with a failed first one nova and cinder can try connection to the first controller because of random / shuffled choice of the glance server. A proper solution is to use VIP that connects to alive server from the beginning. Also as workaround one could significantly increase max number of retries in configuration files in hope that a random function will choose a healthy glance server sometime - not a good choice. Change-Id: Ifaf8ffe3697ec88a6da4c2b43c83975b63dc2e8c Closes-Bug: #1643509
-
liyingjun authored
Needs to enable notifications for services when enabling searchlight [1][2][3][4] [1] http://docs.openstack.org/developer/searchlight/plugins/cinder.html#cinder-conf [2] http://docs.openstack.org/developer/searchlight/plugins/glance.html#glance-configuration [3] http://docs.openstack.org/developer/searchlight/plugins/neutron.html#neutron-configuration [4] http://docs.openstack.org/developer/searchlight/plugins/nova.html#nova-configuration Change-Id: Id2167d901ac3d65599e54feb1b2d1818d2a633c9 Closes-bug: #1643393
-
- Nov 17, 2016
-
-
ZhongShengping authored
Option "scheduler_max_attempts" from group "DEFAULT" is deprecated. Use option "max_attempts" from group "scheduler". Change-Id: I7b8e803c3579c53629a63912e2f6faa65a31f098 Closes-Bug: #1642590
-
- Oct 19, 2016
-
-
ZhongShengping authored
Option "api_paste_config" from group "DEFAULT" is deprecated in Nova. Use option "api_paste_config" from group "wsgi". Change-Id: I7727aa67da71fefe20b2aaefb1337dba4f9008b1 Closes-Bug: #1632066
-
- Oct 17, 2016
-
-
Michal (inc0) Jastrzebski authored
Change-Id: I61738f2d8ef89d6a8c5fb1187f18c5bb154bbe04 Partial-Bug: #1631503
-