Browse Source
Label k8s apps, adjust collect/upload info steps
Label k8s apps, adjust collect/upload info steps
- Drop debugs from collect-info playbook - Drop sudo from collect-info step and add target dir var (required for travis jobs) - Label all k8s apps, including static manifests - Add logs for K8s apps to be collected as well - Fix upload to GCS as a public-read tarball Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>pull/593/head
10 changed files with 106 additions and 39 deletions
Split View
Diff Options
-
11.travis.yml
-
2roles/kubernetes/master/templates/manifests/kube-apiserver.manifest.j2
-
2roles/kubernetes/master/templates/manifests/kube-controller-manager.manifest.j2
-
2roles/kubernetes/master/templates/manifests/kube-scheduler.manifest.j2
-
2roles/kubernetes/node/templates/manifests/kube-proxy.manifest.j2
-
2roles/kubernetes/node/templates/manifests/nginx-proxy.manifest.j2
-
49scripts/collect-info.yaml
-
11tests/cloud_playbooks/templates/boto.j2
-
2tests/cloud_playbooks/templates/gcs_life.json.j2
-
62tests/cloud_playbooks/upload-logs-gcs.yml
@ -0,0 +1,11 @@ |
|||
[Credentials] |
|||
gs_access_key_id = {{ gs_key }} |
|||
gs_secret_access_key = {{ gs_skey }} |
|||
[Boto] |
|||
https_validate_certificates = True |
|||
[GoogleCompute] |
|||
[GSUtil] |
|||
default_project_id = {{ gce_project_id }} |
|||
content_language = en |
|||
default_api_version = 2 |
|||
[OAuth2] |
Write
Preview
Loading…
Cancel
Save