Browse Source

finalize merge kube_1.1.2

pull/21/head
Smaine Kahlouch 8 years ago
parent
commit
fe8eff07d3
2 changed files with 18 additions and 6 deletions
  1. 18
      apps.yml
  2. 6
      cluster.yml

18
apps.yml

@ -0,0 +1,18 @@
---
- hosts: kube-master
roles:
# System
- { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# Databases
- { role: apps/k8s-postgres, tags: ['postgres', 'apps'] }
- { role: apps/k8s-elasticsearch, tags: ['es', 'apps'] }
# Monitoring
- { role: apps/k8s-influxdb, tags: ['influxdb', 'apps']}
- { role: apps/k8s-heapster, tags: ['heapster', 'apps']}
- { role: apps/k8s-kubedash, tags: ['kubedash', 'apps']}
# Console
- { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
- { role: apps/k8s-kube-ui, tags: ['kube-ui', 'apps'] }

6
cluster.yml

@ -18,9 +18,3 @@
- hosts: kube-node
roles:
- { role: kubernetes/node, tags: node }
#- hosts: kube-master
# roles:
# Apps to be installed
# - { role: apps/k8s-kubedns, tags: ['kubedns', 'apps'] }
# - { role: apps/k8s-fabric8, tags: ['fabric8', 'apps'] }
Loading…
Cancel
Save