3947 Commits

Author SHA1 Message Date
Spyros Trigazis
295ef945f6 swarm: Add docker_volume_type label
* add docker_volume_type for the cinder volumes which are
  used for docker storage.
* add default_docker_volume_type configuration option

Related-Bug: #1678153
Change-Id: Ie18096acf24873ef91a904df4f1a84694a2bb644
2017-06-01 16:17:54 +00:00
Spyros Trigazis (strigazi)
bd69b3fff6 Use eventlet executor in rpc_service
The default executor of o.m is 'blocking', but after change [1],
o.m with blocking is broken. 'eventlet' and 'non-blocking' work
fine and most services use 'eventlet', so this is why it was
noticed by magnum which used the default one.

Use eventlet to not be affected by bug #1694728 , but more
importantly, the oslo team suggests to not use blocking which
has 0% test coverage and it is going to be deprecated and unset
from the default configuration.

[1] https://review.openstack.org/#/c/463673/

Change-Id: I47da73787456c97f7d84fd4440404b551ff62528
Closes-Bug: #1694728
2017-06-01 12:31:13 +00:00
Jenkins
98e4a181de Merge "Specified cgroup driver" 2017-05-29 17:05:42 +00:00
Jenkins
f631cbb42a Merge "Remove disable script of firewalld" 2017-05-29 16:53:05 +00:00
ashish.billore
a9cf28f620 Update link to k8s doc and minor formatting
Updated the external link to k8s loadbalancer. Original link does
404 and then redirects leaving on the broad topics of services in
k8s. Also, minor readability formatting done.
Closes-Bug: #1692802

Change-Id: I22336a6f2b9319e42593db600e88d82c0e60bfff
2017-05-27 14:12:45 +09:00
OpenStack Proposal Bot
b051cc8e54 Updated from global requirements
Change-Id: Ib01534bbe91f4fd8d13c47e4e958e3c19375a2a9
2017-05-26 17:20:57 +00:00
Spyros Trigazis
a2282131ad Remove disable script of firewalld
I get [1] when trying to build a DC/OS image.

+ sudo systemctl disable firewalld
Operation failed: No such file or directory

Change-Id: I94c1d4c8056526502ad4c17af85209388bed8b21
2017-05-26 11:27:18 +02:00
Jenkins
e3d9bb5c85 Merge "doc: Add Xenial to devstack quickstart guide" 2017-05-26 08:08:31 +00:00
OpenStack Proposal Bot
9f61e23600 Updated from global requirements
Change-Id: Ia00f71d7f3e8d6b52101b3b1df1c676f1d7caf6b
2017-05-26 01:49:16 +00:00
OpenStack Proposal Bot
372275090f Updated from global requirements
Change-Id: I700c0f0ab2a153c2345efa1afe7f4f40fafb705d
2017-05-25 16:21:12 +00:00
Spyros Trigazis
5386d48cec doc: Add Xenial to devstack quickstart guide
Suggest users to use Ubuntu Xenial and update python3
packages.

Closes-Bug: #1670278
Closes-Bug: #1677399
Change-Id: I623d384eb589919d5ec66e55799475d1386d6bde
2017-05-25 17:15:56 +02:00
PanFengyun
0ae88f6312 Specified cgroup driver
Closes-Bug: #1693525
Change-Id: Icdb4f807c7e2352c1b38e42a7186ea4009136df8
2017-05-25 22:29:24 +08:00
Jenkins
3ee1c4176f Merge "Add more details to example template" 2017-05-25 14:14:27 +00:00
Jenkins
6f3279860a Merge "[k8s_coreos] use host-gw as flannel default driver" 2017-05-25 05:21:52 +00:00
Jenkins
161bc843a5 Merge "[k8s_coreos] update kubelet args" 2017-05-25 05:15:23 +00:00
Jenkins
1820f237e7 Merge "[k8s_coreos] enable CoreDNS addon" 2017-05-25 05:15:17 +00:00
Jenkins
2266ad3d63 Merge "[k8s_coreos] update to etcdv3 and kube 1.6" 2017-05-25 05:00:22 +00:00
Jenkins
984fb62850 Merge "Add CoreDNS deployment in kubernetes atomic" 2017-05-24 18:59:56 +00:00
Ricardo Rocha
7c35c8fe40 Add CoreDNS deployment in kubernetes atomic
Enable internal cluster DNS by deploying CoreDNS in the kube-system
namespace. It covers dns queries for both the cluster and external,
acting as a proxy with a cache layer in front.

Version of CoreDNS hard-coded to 007, image taken from dockerhub.

Related-Bug: #1692449

Change-Id: I0a9703b531fe872416dcd79fa7d4d27c1ea61586
2017-05-24 16:19:45 +02:00
Jenkins
7dd146a8f0 Merge "reno: add custom keystone endpoint_type in configuration" 2017-05-24 13:27:47 +00:00
ArchiFleKs
8e0dd3d8e0 reno: add custom keystone endpoint_type in configuration
Implemented in:
https://review.openstack.org/#/c/455353/
Related-Bug: #1643197

Change-Id: I7b08d78c8ba547f9fb75d48f68c6552582d528b9
2017-05-24 11:35:22 +02:00
Jenkins
4ad01cb867 Merge "Fix the link to Cluster Template in quickstart" 2017-05-24 08:22:55 +00:00
Kevin Lefevre
b23700ceb8 [k8s_coreos] use host-gw as flannel default driver
host-gw offer better performances out of the box. Allowed address pair
are automatically configured by Magnum.

Change-Id: I5fd18b8d6b76f6a5f73b13bc4cfd19e52c33791c
2017-05-24 09:14:21 +02:00
Kevin Lefevre
ee1ac9a8e0 [k8s_coreos] update kubelet args
Update Kubelet deprecated variables and hostname

Change-Id: I9a8429fbd6cd18dcb0d0613474dce749149c63db
2017-05-24 09:14:21 +02:00
Kevin Lefevre
1260590b4e [k8s_coreos] enable CoreDNS addon
Enable option to specify a custom cluster domain name.
Enable Kubelet integration with DNS.

Change-Id: I76f837c950ab9111d5a43fa522829d5034cd5ee8
2017-05-24 09:14:06 +02:00
ashish.billore
cbcb8cf4e5 Fix the link to Cluster Template in quickstart
In "dev quickstart" section "Setup Dev Environment" link to
templates refer to obsolete page "bay-template-example.html"

Fix this with proper link for cluster templates.

Change-Id: I2202e20eee09eeee6d7c4bcd96af10b93c72474b
Closes-Bug: #1692821
2017-05-23 16:17:36 +09:00
ashish.billore
866182d799 Add more details to example template
A minor update to existing example template.
Added details about what the example template does and what to
expect from the example template and cluster created based on this
example template.

Change-Id: I53c4b9d0921555fd35fb89a5ef1f8696720c4eda
2017-05-23 15:28:56 +09:00
Jenkins
4759a570bd Merge "Add release note and doc changes for kube dashboard" 2017-05-22 11:09:08 +00:00
Jenkins
b5287fffd2 Merge "[k8s-fedora-atomic] fix multimaster cluster" 2017-05-22 09:12:30 +00:00
Jenkins
1ba3192ecc Merge "[suse] Add TLS support for k8s_opensuse_v1 driver" 2017-05-22 05:41:39 +00:00
Jenkins
4dd579a557 Merge "[suse] Build openSUSE Leap 42.1 OpenStack Magnum image" 2017-05-22 05:41:33 +00:00
Jenkins
8ac9ce828a Merge "Ignore: Try pxe_ipmitool since vbmc is used" 2017-05-20 19:20:35 +00:00
Michal Jura
902f77a4ae [suse] Build openSUSE Leap 42.1 OpenStack Magnum image
Add information on how to build openSUSE Leap 42.1 image for
OpenStack Magnum with Kubernetes packages.

Change-Id: Ia53b79f14cb5f70b10d81bc13cae32232adca2a9
Partial-Bug: #1622949
2017-05-20 17:41:17 +00:00
Jenkins
6a12c83697 Merge "update doc dcos_centos_v1/README.md" 2017-05-19 13:07:09 +00:00
Jenkins
07532b8ac6 Merge "fix the devstack_neutron's url" 2017-05-19 11:46:40 +00:00
ecded75c32 Ignore: Try pxe_ipmitool since vbmc is used
k8s-ironic jobs are failing since long, pxe_ssh is deprecated,
so try pxe_ipmitool.

Change-Id: I48ba8ba4d10a616eb7b482e48ed4a83c3d0acf09
2017-05-19 17:15:17 +05:30
jinzhenguo
1198510dbe update doc dcos_centos_v1/README.md
Change-Id: I5b080ce3769407d02c9701d635b25b652933d9cd
2017-05-19 17:58:22 +08:00
jinzhenguo
dc6c91f00a fix the devstack_neutron's url
Change-Id: I860fa31f91351d7dfa37d9b31a342672faaa13c9
2017-05-19 16:43:52 +08:00
Kevin Lefevre
c14f7d7c56 [k8s_coreos] update to etcdv3 and kube 1.6
Change-Id: I6314ca1483c85bfe8b4577449d4c2ed553be87d9
2017-05-18 16:15:33 +02:00
OpenStack Proposal Bot
9ca126b609 Updated from global requirements
Change-Id: Iacbe0c91d10be97182de935de64108afb42a5892
2017-05-18 12:47:09 +00:00
ArchiFleKs
6ea4a7872d [k8s-fedora-atomic] fix multimaster cluster
Same fix as CoreOS for Fedora which enable multimaster with
TLS and ETCD Load balancer.

Closes-Bug: #1679724
Change-Id: I45b62a20f0a89ebd1494ad61021384fc7a416e8e
2017-05-18 12:17:12 +02:00
Jenkins
3a1f41f9f4 Merge "Use 'virt_type=kvm' in devstack vm if supported" 2017-05-17 23:21:15 +00:00
34efcdfcaf Use 'virt_type=kvm' in devstack vm if supported
If the devstack vm supports nested virtualization we should
use it.
This can done using by setting: DEVSTACK_GATE_LIBVIRT_TYPE=kvm.
This will increase the performance in gate jobs.

Change-Id: I2439de036dfec2ada3c92c2d4b71c73b5f41a518
2017-05-17 21:37:20 +05:30
yatinkarel
44845bf306 Add release note and doc changes for kube dashboard
Change-Id: I59f0258832f69b908fed47545b4dc3ca0de0bd9f
Implements: blueprint add-kube-dashboard
2017-05-17 12:13:52 +00:00
d93a813c39 Update Steps for creating dib images
diskimage-builder/bin/disk-image-create no longer exists.
So update steps for creating disk images.

Change-Id: Ieae16ac32641f7525feb6caa0c55caa29615df9e
Closes-Bug: #1675285
2017-05-17 12:13:38 +00:00
OpenStack Proposal Bot
ab2ffeb590 Updated from global requirements
Change-Id: Id65dbfa079d749a080d82f67900584e6d0279691
2017-05-17 03:49:44 +00:00
Jenkins
c0f4301eb7 Merge "Add Command for using default docker log-driver" 2017-05-16 15:26:33 +00:00
Jenkins
f18dd50f93 Merge "Update doc 'functional-test.rst'" 2017-05-16 09:50:51 +00:00
coldmoment
aef6ec9018 Update doc 'functional-test.rst'
Change-Id: I16a23e754d44219a6b245514da18dd3257342d0b
2017-05-16 15:40:59 +08:00
hanchao
64b2e6ef28 TrivialFix: Typo in launch-instances.rst
Fix the typo of "you cluster" to "your cluster".

Change-Id: I100ca40bcb0d8fcb3c45637ee7aecf6560287a42
2017-05-16 10:31:57 +08:00