Revisions of kubernetes-salt

Containers Team's avatar Containers Team (containersteam) committed (revision 97)
new commit from concourse: Commit 73a9fd3 by Rafael Fernández López ereslibre@ereslibre.es
 Preserve haproxy configurations for Velum
 
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Handle `haproxy` configuration.
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Generate `pem` certificates, that include the certificate and private key.
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Remove `velum` container restart.
Containers Team's avatar Containers Team (containersteam) committed (revision 96)
new commit from concourse: Commit 182c840 by Alvaro Saurin alvaro.saurin@gmail.com
 Use some Jinja macros for getting the default interface's IP. (bsc#1058079)
 Get rid of our custom grain.
Containers Team's avatar Containers Team (containersteam) committed (revision 95)
new commit from concourse: Commit f215a10 by Rafael Fernández López ereslibre@ereslibre.es
 Include `Internal Dashboard FQDN/IP` value in the LDAP certificate
 
 Since Dex will connect to LDAP using this FQDN/IP, make sure that the TLS
 handshake will succeed by regenerating the certificate early in the
 orchestration, so it includes this FQDN/IP in the SAN extensions of the LDAP
 certificate.
 
 Fixes: bsc#1069175
Containers Team's avatar Containers Team (containersteam) committed (revision 94)
new commit from concourse: Commit ef4bd9b by Rafael Fernández López ereslibre@ereslibre.es
 Sync _pillar modules only.
 
 We want to sync the pillars on the master first.
Containers Team's avatar Containers Team (containersteam) committed (revision 93)
new commit from concourse: Commit 072a014 by Rafael Fernández López ereslibre@ereslibre.es
 Introduce Velum pillar
 
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Use Velum pillar that serves json content
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Cache the result if it differs from what we got
 _service kubernetes-salt.changes kubernetes-salt.spec master.tar.gz Serve the cached result if a connection problem happens
 
 Fixes: bsc#1069145
Containers Team's avatar Containers Team (containersteam) committed (revision 92)
new commit from concourse: Commit 3af7f41 by Maximilian Meister mmeister@suse.de
 only set service entries for localhost on kube-master
 
 also explain in a comment why we need to set the apiserver for 127.0.0.1 on
 all hosts
 
 (bsc#1067219)
 
 Signed-off-by: Maximilian Meister <mmeister@suse.de>
Containers Team's avatar Containers Team (containersteam) committed (revision 91)
new commit from concourse: Commit f74c756 by Rafael Fernández López ereslibre@ereslibre.es
 Disable container-feeder before rebooting.
 
 This will allow us to control when container-feeder starts to load new images
 from the filesystem. Due to some possible docker configuration changes it
 might be restarted while container-feeder is working (if we keep it enabled).
 Force to disable the service before rebooting.
 
 Fixes: bsc#1066653
Containers Team's avatar Containers Team (containersteam) committed (revision 90)
new commit from concourse: Commit ebd1907 by Rafael Fernández López ereslibre@ereslibre.es
 Generate sa key in the update orchestration
 
 This is the safest path, but a refactor should come to make this part of the
 ca highstate so the update and the kubernetes orchestrations just force the
 ca highstate on both cases.
 
 Related: bsc#1066653
Containers Team's avatar Containers Team (containersteam) committed (revision 89)
new commit from concourse: Commit bc29cc9 by Kiall Mac Innes kiall@macinnes.ie
 Removed unused flannel iface grain
 
 This is a followup to 129e927
Containers Team's avatar Containers Team (containersteam) committed (revision 88)
new commit from concourse: Commit ce396af by Alvaro Saurin alvaro.saurin@gmail.com
 Replace some other certificates by Jinja templates
Containers Team's avatar Containers Team (containersteam) committed (revision 87)
new commit from concourse: Commit 771634b by Alvaro Saurin alvaro.saurin@gmail.com
 Reorganize the addons in a subdirectory per addon Use some Jinja macros for
 running kubectl with retries, the kubectl path and the right dependencies
Containers Team's avatar Containers Team (containersteam) committed (revision 86)
new commit from concourse: Commit a5fef22 by Flavio Castelli fcastelli@suse.com
 Retry all iptables states
 
 Retry all iptables states to prevent failures like seen with bsc#1064186.
 
 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
 
 Commit 2646dc4 by Flavio Castelli fcastelli@suse.com
 Introduce caasp_retriable
 
 Provide a generic way to retry any kind of salt state.
 
 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Containers Team's avatar Containers Team (containersteam) committed (revision 85)
new commit from concourse: Commit 2974490 by Alvaro Saurin alvaro.saurin@gmail.com
 Increase worker threads and backlog length (bsc#1065018)
Containers Team's avatar Containers Team (containersteam) committed (revision 84)
new commit from concourse: Commit d78fe5d by Alvaro Saurin alvaro.saurin@gmail.com
 New 'retry[until]' argument for caasp_cmd.run Use a unless/onlyif and
 retry[until] for skipping some executions and not using some nasty loops
Containers Team's avatar Containers Team (containersteam) committed (revision 83)
new commit from concourse: Commit e869357 by Alvaro Saurin alvaro.saurin@gmail.com
 Wait for etcd before trying to set anything, or just retry of etcd is not
 responding
Containers Team's avatar Containers Team (containersteam) committed (revision 82)
new commit from concourse: Commit e8d8612 by Alvaro Saurin alvaro.saurin@gmail.com
 Use http.wait_for_successful_query instead of looping with curl
Containers Team's avatar Containers Team (containersteam) committed (revision 81)
new commit from concourse: Commit 98c214f by Alvaro Saurin alvaro.saurin@gmail.com
 Minor: rename k8s_etcd to caasp_etcd (following the implicit code
 conventions)
Containers Team's avatar Containers Team (containersteam) committed (revision 80)
new commit from concourse: Commit 7e88148 by Alvaro Saurin alvaro.saurin@gmail.com
 Use some Jinja macros for generating certificates
Containers Team's avatar Containers Team (containersteam) committed (revision 79)
new commit from concourse: Commit 9dedba0 by Michal Jura mjura@suse.com
 Fix whitespaces striping in Kubernetes api jinja template
Containers Team's avatar Containers Team (containersteam) committed (revision 78)
new commit from concourse: Commit 129e927 by Alvaro Saurin alvaro.saurin@gmail.com
 Use the default network interface instead of the hardcoded 'eth0'
 (bsc#1058079)
Displaying revisions 281 - 300 of 377
openSUSE Build Service is sponsored by