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
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
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
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
host-gw offer better performances out of the box. Allowed address pair
are automatically configured by Magnum.
Change-Id: I5fd18b8d6b76f6a5f73b13bc4cfd19e52c33791c
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
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
Add information on how to build openSUSE Leap 42.1 image for
OpenStack Magnum with Kubernetes packages.
Change-Id: Ia53b79f14cb5f70b10d81bc13cae32232adca2a9
Partial-Bug: #1622949
Same fix as CoreOS for Fedora which enable multimaster with
TLS and ETCD Load balancer.
Closes-Bug: #1679724
Change-Id: I45b62a20f0a89ebd1494ad61021384fc7a416e8e
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
diskimage-builder/bin/disk-image-create no longer exists.
So update steps for creating disk images.
Change-Id: Ieae16ac32641f7525feb6caa0c55caa29615df9e
Closes-Bug: #1675285