- Jul 27, 2020
-
-
Hugo Blom authored
-
- Jul 17, 2020
-
-
Arthur Outhenin-Chalandre authored
Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Jul 15, 2020
-
-
Kenichi Omichi authored
I'd like to review PRs related to metallb addon as possible to make it better, and it would be easy to track related PRs if becoming the reviewer.
-
- Jul 13, 2020
-
-
Steven Reitsma authored
Add proper RBAC for new csi-attacher version
-
petruha authored
-
- Jul 07, 2020
-
-
spaced authored
-
- Jul 02, 2020
-
-
Kenichi Omichi authored
Recently MetalLB becomes one of addons with renaming the options. This updates MetalLB README.md for this change.
-
- Jul 01, 2020
-
-
nurekage authored
-
Paul Rey authored
Add additional metadata configuration options to external Openstack CCM (kubernetes-sigs#6338) (#6339) * Add additional metadata configuration option to external Openstack CCM (kubernetes-sigs#6338) * Set the variable external_openstack_metadata_search_order undefined by default
-
- Jun 30, 2020
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
This changes MetalLB contrib to one of addons for deploying MetalLB with Kubernetes cluster deployment. By the default, Kubespray doesn't deploy MetalLB addon.
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 26, 2020
-
-
Mateus Caruccio authored
-
- Jun 25, 2020
-
-
irizzant authored
-
- Jun 24, 2020
-
-
Alvaro authored
Support for Ambassador OSS as an Ingress Controller when settings `ingress_ambassador_enabled: true`. Signed-off-by:
Alvaro Saurin <alvaro.saurin@gmail.com>
-
- Jun 22, 2020
-
-
Pasquale Toscano authored
* Install Kata Containers as additional container runtime * Create RuntimeClasses for Kata Containers * Updated Vagrant to optionally run without Docker as container manager * Updated Vagrant to optionally use Libvirt nested virtualization * Add Kata Containers documentation * Fix lint errors * Add kata_containers_enabled to kubespray-defaults * Fixed typo error * Fixed typo error
-
- Jun 16, 2020
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
We need to specify either external_openstack_tenant_name or external_openstack_tenant_id. Those values were checked by seeing they are defined or they have actual values separately. However those values are always defined because of the following code of openstack/defaults/main.yml: external_openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}" external_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME')| default(lookup('env','OS_PROJECT_NAME'),true) }}" So even if not specifying both values, those checks could not detect the misconfiguration. This fixes this to detect the misconfiguration.
-
- Jun 12, 2020
-
-
Kenichi Omichi authored
On OpenStack history, we used to call "tenant" for separeted namespace. However we use "project" now instead. Then we have replaced "tenant" with "project". Then all "TENANT" variables also are renamed to "PROJECT". This makes Kubespray search "PROJECT" variable also for newer OpenStack clouds.
-
- Jun 09, 2020
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Jun 05, 2020
-
-
Hugo Blom authored
-
- Jun 02, 2020
-
-
Aleksandr Loktionov authored
-
- May 29, 2020
-
-
jeanfabrice authored
-
- May 28, 2020
-
-
petruha authored
-
Florian Ruynat authored
-
Wang Zhen authored
Signed-off-by:
Wang Zhen <lazybetrayer@gmail.com>
-
- May 18, 2020
-
-
qvicksilver authored
-
Paul Rey authored
* Add additional network configuration options to external Openstack CCM (#6083) * Change the default version of external openstack cloud controller image to v1.18.1 since there was an issue in v1.18.0 where some IPs of the private network were ignored * Change Network section in external-openstack-cloud-config.j2 to Networking * Add networking customization information in the openstack documentation
-
- May 11, 2020
-
-
Anton Kulikov authored
-
Florian Ruynat authored
-
- May 10, 2020
-
-
petruha authored
* Create namespace when dashboard deployment uses customized namespace. * Fix syntax.
-
Florian Ruynat authored
-
- May 06, 2020
-
-
Victor Morales authored
The 98e7a07f commit udpates the dashboard version to 2.0.0 but it enable skip login flag wasn't updated. This change updates its identation to avoid issues when dashboard_skip_login is enabled.
-
- Apr 30, 2020
-
-
qvicksilver authored
-
- Apr 29, 2020
-
-
qvicksilver authored
-
Joel Seguillon authored
* update dashboard access doc for 2.0.x * make metrics scrapper system-cluster-critical
-
Lee Spottiswood authored
-
- Apr 28, 2020
-
-
Hugo Blom authored
* Set volumeBindingMode in cinder CSI template (#22) * make sure true/false is lowercase in cinder-csi storageclass
-
- Apr 25, 2020
-
-
Joel Seguillon authored
* bump to dashboard 2.0 rc6 with metrics scrapper * fix missing yaml seperator making Replicaset complaining about missing ServiceAccount * unwanted legay gross hack forgot to remove before * no need namespace on CrBinding * bump to 2.0.0 release * remove dashboard_metrics_scrapper_enabled
-