Please login to access the resource

Revisions of kubernetes-salt

Containers Team's avatar Containers Team (containersteam) committed (revision 77)
new commit from concourse: Commit a2f0485 by Rafael Fernández López ereslibre@ereslibre.es
 Add `caasp_cmd` state module featuring `run` with retry feature
 
 This state module will provide `run` state with `retry` option that accepts
 `attempts` and `interval` arguments. This allow us to retry a command if it
 failed, and retry to this maximum number of retries, sleeping between
 retries.
Containers Team's avatar Containers Team (containersteam) committed (revision 76)
new commit from concourse: Commit ef91829 by Michal Jura mjura@suse.com
 Add comment message about keeping update /etc/hosts in velum container
 
 See https://github.com/kubic-project/salt/pull/265#issuecomment-337256898
Containers Team's avatar Containers Team (containersteam) committed (revision 75)
new commit from concourse: Commit 51f2da2 by Kiall Mac Innes kiall@macinnes.ie
 Correctly handle FQDN `dashboard` values in Velum cert
 
 Ensure we correctly handle FQDN values for the `dashboard` pillar when
 generating the Velum TLS certificate.
 
 Fixes bsc#1064284
Containers Team's avatar Containers Team (containersteam) committed (revision 74)
new commit from concourse: Commit 21ec9f3 by Rafael Fernández López ereslibre@ereslibre.es
 Remove outdated comment and improve it.
Containers Team's avatar Containers Team (containersteam) committed (revision 73)
new commit from concourse: Commit 0d3cdfe by Flavio Castelli fcastelli@suse.com
 Add help message to etc/sysconfig/etcdctl
 
 Quick tip about how to source the variables defined inside of the file to
 quickly have etcdctl work.
 
 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Containers Team's avatar Containers Team (containersteam) committed (revision 72)
new commit from concourse: Commit 863cc73 by Kiall Mac Innes kiall@macinnes.ie
 Manage the Velum TLS cert
 
 This ensures that the dashboard_external_fqdn is registered within the velum
 TLS certificate.
 
 bsc#1063998
Containers Team's avatar Containers Team (containersteam) committed (revision 71)
new commit from concourse: Commit 061c968 by Michal Jura mjura@suse.com
 Keep updated /etc/hosts on velum-dashboard container, bsc#1062728
 
 We would like to keep /etc/hosts file updated for velum-dashboard with Admin
 host. Velum needs to know external name of Kube API which will be used to
 register in Dex service. Problem was discovered and discribed in bug 1062728
Containers Team's avatar Containers Team (containersteam) committed (revision 70)
new commit from concourse: Commit c9d4710 by Kiall Mac Innes kiall@macinnes.ie
 Docker package was renamed to docker_1_12_6
 
 Update salt to reference the new docker package name, as this was renamed
 from "docker" to "docker_1_12_6"
Containers Team's avatar Containers Team (containersteam) committed (revision 69)
new commit from concourse: Commit 146e288 by Kiall Mac Innes kiall@macinnes.ie
 Revert K8S to use etcd2 storage format
 
 With etcd3, the kubernetes api server will sit in a (slow) restart loop when
 multimaster is enabled, logging a stacktrace and then restarting. This will
 manifest as, most commonly, "Unable to connect to the server: unexpected EOF"
 from kubectl. This will break bootstrap as we need to talk to K8S API to
 deploy dex, kube-dns, and tiller.
 
 bsc#1063235 bsc#1063285 bsc#1063543
Containers Team's avatar Containers Team (containersteam) committed (revision 68)
new commit from concourse: Commit 75145fe by Kiall Mac Innes kiall@macinnes.ie
 Revert "Revert K8S to use etcd2 storage format"
 
 This reverts commit 5e95b0b0fb90d3d8ebd37df0e640303579c9e2c4.
 
 This was pushed to master, rather than a branch, by accident.
Containers Team's avatar Containers Team (containersteam) committed (revision 67)
new commit from concourse: Commit e3b0d3b by Rafael Fernández López ereslibre@ereslibre.es
 Fix missing requirement during the upgrade process.
 
 Fixes: bsc#1062824
Containers Team's avatar Containers Team (containersteam) committed (revision 66)
new commit from concourse: Commit 1e04919 by Kiall Mac Innes kiall@macinnes.ie
 Allow Dex to redirect to the Dashboard's external FQDN
 
 Some scenarios where the admin node's private IP is not accessible to the
 outside world require that we use a end user provided FQDN
 - e.g. as is the case on OpenStack and possibly other cloud environments.
 Allow redirections to this FQDN.
 
 Part of bsc#1062291
Containers Team's avatar Containers Team (containersteam) committed (revision 65)
new commit from concourse: Commit 75e85a0 by Nikhil Manchanda SlickNik@gmail.com
 Update tiller deployment to use sles-based docker image
 
 Currently the tiller image being used for the tiller deployment is from the
 upstream registry at gcr.io. We should be using the SLES based docker image
 instead of the upstream one.
 
 Fixes: bsc#1062380
Containers Team's avatar Containers Team (containersteam) committed (revision 64)
new commit from concourse: Commit 1df2665 by Kiall Mac Innes kiall@macinnes.ie
 Update VERSION file to 2.0.0+dev
Containers Team's avatar Containers Team (containersteam) committed (revision 63)
new commit from concourse: Commit 497891d by Michal Jura mjura@suse.com
 Add floating network to cloud-provider integration with OpenStack
 
 We would like add new pillar value floating, which will be used to configure
 floating network for cloud provider intergration with OpenStack. If this
 option is specified, it will create floating ip for loadbalancer
 automatically.
Containers Team's avatar Containers Team (containersteam) committed (revision 62)
new commit from concourse: Commit ba9c3f8 by Rafael Fernández López ereslibre@ereslibre.es
 Set frontend settings: `dir` and `theme`.
Containers Team's avatar Containers Team (containersteam) committed (revision 61)
new commit from concourse: Commit 1ecef44 by Kiall Mac Innes kiall@macinnes.ie
 Dex: Wait for Dex to be fully up and running
 
 We shouldn't allow a bootstrap to complete without Dex being up and running,
 so lets wait for the Dex API to start responding.
Containers Team's avatar Containers Team (containersteam) committed (revision 60)
new commit from concourse: Commit c4b42e6 by Michal Jura mjura@suse.com
 Remove duplicated storage-backend option for Kubernetes API, bsc#1061810
 
 Option storage-backend is provided two times for Kubernetes API
 configuration. We have to keep only one option with value provided from
 pillar.
Containers Team's avatar Containers Team (containersteam) committed (revision 59)
new commit from concourse: Commit 3e654d9 by Robert Roland robert.roland@suse.com
 Add a URL off Velum as a valid OIDC redirect URI
 
 This will make it so that Dex will be happy to redirect you to velum
Containers Team's avatar Containers Team (containersteam) committed (revision 58)
new commit from concourse: Commit 50f84f4 by Rafael Fernández López ereslibre@ereslibre.es
 Add `caasp_service.running_stable`
 
 This new state will allow us to make sure that a service is running in a
 stable manner. Also, will do some waits in case systemd will do retries on
 the background, what avoids instant failure from salt being reported with a
 regular `service.running`.
 
 Fixes: bsc#1059105
Displaying revisions 301 - 320 of 377
openSUSE Build Service is sponsored by