Restructure Scope and add Net deployement

This commit is contained in:
Adrien Reslinger 2020-05-09 12:45:32 +02:00
parent adc365c2fb
commit 6bb4dfc922
19 changed files with 675 additions and 14 deletions

8
vars/net-files.yaml Normal file
View file

@ -0,0 +1,8 @@
---
weave_net_files:
- "net/weave-net-ServiceAccount.yaml"
- "net/weave-net-ClusterRole.yaml"
- "net/weave-net-ClusterRoleBinding.yaml"
- "net/weave-net-Role.yaml"
- "net/weave-net-RoleBinding.yaml"
- "net/weave-net-DaemonSet.yaml"

10
vars/scope-files.yaml Normal file
View file

@ -0,0 +1,10 @@
---
weave_scope_files:
- "scope/weave-Namespace.yaml"
- "scope/weave-scope-ServiceAccount.yaml"
- "scope/weave-scope-ClusterRole.yaml"
- "scope/weave-scope-ClusterRoleBinding.yaml"
- "scope/weave-scope-app-Deployment.yaml"
- "scope/weave-scope-app-Service.yaml"
- "scope/weave-scope-cluster-agent-Deployment.yaml"
- "scope/weave-scope-agent-DaemonSet.yaml"