7049 Commits

Author SHA1 Message Date
Jenkins
b39a18189b Merge "Improve developer documentation for Bifrost" 2017-03-29 15:02:27 +00:00
Jeffrey Zhang
2947a95c29 Fix ceph log location
There are to parameter for ceph-mon/ceph-osd/radosgw, "-f" and "-d".

    -d run in foreground, log to stderr.
    -f run in foreground, log to usual location.

When log tin stderr, docker engine will collect the logs. It is useless
and we should write the log into file only. Then stop writing log to
stderr.

ceph-mon log location is controlled by "mon cluster log file".

Change-Id: I7883a4316420bc2bf4c772cb7248b663359f54b7
Closes-Bug: #1677237
2017-03-29 21:33:31 +08:00
Jenkins
b46144573d Merge "Heat: add oslo_messaging_notifications config" 2017-03-29 01:56:40 +00:00
Jenkins
860ac39af9 Merge "[deploy-guide] Moving the quick start to the deploy folder" 2017-03-28 19:22:35 +00:00
Alexandra Settle
f6d93e5ecd [deploy-guide] Moving the quick start to the deploy folder
Currently the project-deploy-guide links to the entire dev
doc repo for Kolla-Ansible. This is incorrect. It should link
only to installation information that can be found in the quick
start guide. This patch remedies that change, and ensures that
there is a link to the kolla deploy guide published at
docs.o.o.

Change-Id: I43738e341e996cb5a589a09c4c59c0dc8b058458
2017-03-28 15:25:16 +00:00
Jenkins
317a4e9a54 Merge "Fix Telegraf role reconfigure action" 2017-03-28 15:23:21 +00:00
Jenkins
792b253b3a Merge "Fix some blank space issues" 2017-03-28 13:33:05 +00:00
gaozx
3b18fcf9e5 Fix some blank space issues
Change-Id: Id4fb97107c8a01f1b5e95a6fcdee3bed1f385b76
2017-03-28 01:37:20 -04:00
Bertrand Lallau
e05491bcd6 Fix Telegraf role reconfigure action
During "Optimize reconfigure action for Telegraf" previous commit, a
regression has been introduced on the "reconfigure" action.
https://review.openstack.org/#/c/424202/

The start.yml file has been deleted but reconfigure.yml still using it.

This patch fix it.

Change-Id: I8879b83ce7a1f886f6870d79f63c3f1cc706059b
Closes-Bug: #1676403
2017-03-27 17:47:35 +02:00
Jenkins
2f34d4bd03 Merge "Remove nova-network deprecated options" 2017-03-27 13:25:23 +00:00
Jenkins
a97c89eefd Merge "Update infra components list in README.rst" 2017-03-27 13:16:34 +00:00
Jenkins
3990582462 Merge "Enable timeout feature when connecting ceph in cinder" 2017-03-27 13:08:55 +00:00
Jenkins
509d1bc948 Merge "Remove signing_dir option" 2017-03-27 12:57:36 +00:00
Jeffrey Zhang
29a4b19961 Enable timeout feature when connecting ceph in cinder
cinder-volume will be hanged if rados_connect_timeout is disabled. And
no error message will be thrown. Disable timeout is not a good idea.

This patch sets the rados_connect_timeout to 5.

Change-Id: I05e7343d09d75399a7031013b4329a2cb81792fb
Closes-Bug: #1676267
2017-03-27 14:24:49 +08:00
Jenkins
8253e4af49 Merge "Designate: manage Api and Central services workers" 2017-03-24 14:56:18 +00:00
Jenkins
2fb45a3f59 Merge "change log-* to flog-*." 2017-03-24 13:29:37 +00:00
Jenkins
ef7c6e964d Merge "Delete the deprecated option from the group "DEFAULT"" 2017-03-24 13:29:30 +00:00
Bertrand Lallau
74dfe047b8 Remove Ubuntu 14.04 related code
Last Openstack version supported on Ubuntu 14.04 is Mitaka.
Hence Ubuntu 14.04 related code can be safely remove from Ansible tasks
since Kolla Newton release.

Change-Id: I7202c1f6d21a2e6f3536c0420a7cc889aff0f5ed
2017-03-24 13:22:12 +01:00
zhouyunfeng
6a10504be9 change log-* to flog-*.
correspondence with 'logstash_prefix flog' in 'kolla-ansible/ansible/
/roles/common/templates/conf/output/01-es.conf.j2'
and 'kolla-ansible/ansible/roles/common/templates/conf/output/
/00-local.conf.j2'.

Change-Id: I90a7b1b6a5267d79f192345e531b503d3a99ca79
2017-03-24 01:27:30 +00:00
Jenkins
25d2eb4ab2 Merge "Add an extra network node for HA" 2017-03-23 16:20:13 +00:00
Jenkins
379424240b Merge "Fix mongodb cluster using wrong network interface" 2017-03-23 16:19:19 +00:00
Jenkins
78efa2464c Merge "Update the "virt_driver" to "virt_type"" 2017-03-23 16:15:55 +00:00
Jenkins
225bc54f07 Merge "Improved documentation for central logging." 2017-03-23 09:03:26 +00:00
Bertrand Lallau
6d831db687 Remove nova-network deprecated options
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
2017-03-22 18:01:02 +01:00
Alicja Kwasniewska
e11c6b0d71 Improved documentation for central logging.
Added a note about Elasticsearch using volume space.
Renamed Kibana guide to central-logging guide.

Change-Id: I0a451b5316a53815a53c62faa2bf993ca34f27e0
Closes-Bug: #1614572
2017-03-22 15:31:22 +00:00
Bertrand Lallau
d72b19eee2 Cleanup requirements.txt file
- pycrypto: added for nova-ssh container
- gitdb and GitPython: ability to make tarballs from Git clones

All of them have been moved to Kolla project.

Change-Id: Icd7e66cea441bd5165dc2ffe748f01b479effc17
2017-03-22 16:17:38 +01:00
Jenkins
e2d60f5264 Merge "Fix can't find /usr/lib/libCryptoki2_64.so in barbican" 2017-03-22 14:11:11 +00:00
zhubingbing
6d0e31f232
Fix can't find /usr/lib/libCryptoki2_64.so in barbican
Link https://docs.openstack.org/project-install-guide/key-manager/newton/barbican-backend.html#simple-crypto-plugin

Change-Id: I351738c2a98090c56ac69e477fbe5ddec4cc5b26
Closes-Bug: #1672001
2017-03-22 20:43:14 +08:00
OpenStack Proposal Bot
43965ea0dd Updated from global requirements
Change-Id: If1a7aa67c83bafcef036ee4d34c6aef541739e61
2017-03-22 12:17:38 +00:00
Jenkins
cf9404a303 Merge "Use service_name variable when defined in neutron role" 2017-03-22 11:23:08 +00:00
Paul Bourke
b8c03263cc Add an extra network node for HA
Given keepalived runs on the network node, we should have a minimum of
two by default for high availability.

Change-Id: Ifbd68e456dc93319df8e85017fd9f4db09f05929
2017-03-22 10:39:44 +00:00
Bertrand Lallau
916a69c9fa Heat: add oslo_messaging_notifications config
Heat can send RPC notifications to Ceilometer as define here:
https://github.com/openstack/ceilometer/blob/master/ceilometer/pipeline/data/event_definitions.yaml#L139

oslo_messaging_notifications section MUST be managed in heat.conf file.

Closes-Bug: #1674935
Change-Id: I314e34a7a7b6caab72b916331f5f20c29afde438
2017-03-22 11:03:22 +01:00
Mark Goddard
ee68bc385f Improve developer documentation for Bifrost
This change fills out the Bifrost developer documentation and makes a
few corrections.

Change-Id: I14a6eca58c440677d5de638cbc677e9ec05738af
Closes-Bug: #1661013
Co-Authored-By: Sayantani Goswami <sayantani.goswami@intel.com>
2017-03-22 09:43:52 +00:00
caoyuan
ab0d5ca0fa Update the "virt_driver" to "virt_type"
more info see https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html#finalize-installation

Change-Id: I66c2f34a76c98b35fc2567ff6d882871a750b92e
2017-03-22 09:33:26 +00:00
Jenkins
2cdaefe243 Merge "Fix error during Grafana container restart" 2017-03-22 08:55:27 +00:00
Jenkins
871c8679c4 Merge "Activate binary-logs in MariaDB/MySQL" 2017-03-22 08:53:22 +00:00
Jenkins
23f32c00e6 Merge "Sahara: add oslo_messaging_notifications config" 2017-03-22 07:08:11 +00:00
Jenkins
aae03a432e Merge "Apply correct permissions to kolla_logs/ceilometer" 2017-03-22 07:04:07 +00:00
Jenkins
2f520e809c Merge "Update Searchlight resource_plugin configuration" 2017-03-22 07:04:01 +00:00
Jenkins
9f56ce7571 Merge "Fix the Nova SSH port prechecks missing" 2017-03-22 07:03:05 +00:00
Jenkins
c9ce4e8e69 Merge "Add new section "Log delivery" in CONTRIBUTING.rst" 2017-03-22 06:56:19 +00:00
Jenkins
d300e00737 Merge "Doc syntax error and expressions updates" 2017-03-22 05:52:10 +00:00
Jenkins
80788f4234 Merge "Add an Ansible group for bifrost" 2017-03-22 05:16:30 +00:00
Bertrand Lallau
cbe374ce30 Use service_name variable when defined in neutron role
service_name variable is defined in tasks but not used everywhere.

Change-Id: I67a95f49d277cf004338a9c184e7be70608714b7
2017-03-21 21:35:02 +00:00
Jenkins
b240656848 Merge "Fix Telegraf startup config files issue" 2017-03-21 16:24:09 +00:00
Jenkins
05d2373ae7 Merge "Fix Magnum Kolla demo in contrib" 2017-03-21 16:22:26 +00:00
Jenkins
e4f0128133 Merge "Fix wrong api interface reference in haproxy.cfg for nova serial" 2017-03-21 16:17:19 +00:00
Jenkins
78c8d83a9a Merge "Remove heka_socket vol and unwedge some containers" 2017-03-21 16:15:15 +00:00
Jenkins
9495dae128 Merge "Freezer: remove oslo_messaging_notifications config" 2017-03-21 15:55:35 +00:00
Jenkins
c73e4cba64 Merge "Solum: remove oslo_messaging_notifications config" 2017-03-21 15:55:28 +00:00