kind: epiphany-cluster title: Epiphany cluster Config provider: any name: default specification: name: kaasbal admin_user: name: operations key_path: /shared/.ssh/epiphany-operations/id_rsa components: repository: count: 1 machines: - default-repository kubernetes_master: count: 1 machines: - default-k8s-master1 kubernetes_node: count: 2 machines: - default-k8s-node1 - default-k8s-node2 logging: count: 1 machines: - default-logging monitoring: count: 1 machines: - default-monitoring kafka: count: 2 machines: - default-kafka1 - default-kafka2 postgresql: count: 1 machines: - default-postgresql load_balancer: count: 1 machines: - default-loadbalancer rabbitmq: count: 1 machines: - default-rabbitmq version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-repository specification: hostname: repository ip: 192.168.100.112 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-k8s-master1 specification: hostname: master1 ip: 192.168.100.101 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-k8s-node1 specification: hostname: node1 ip: 192.168.100.102 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-k8s-node2 specification: hostname: node2 ip: 192.168.100.103 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-logging specification: hostname: elk ip: 192.168.100.105 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-monitoring specification: hostname: prometheus ip: 192.168.100.106 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-kafka1 specification: hostname: kafka1 ip: 192.168.100.107 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-kafka2 specification: hostname: kafka2 ip: 192.168.100.108 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-postgresql specification: hostname: postgresql ip: 192.168.100.109 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-loadbalancer specification: hostname: loadbalancer ip: 192.168.100.110 version: 2.0.0dev --- kind: infrastructure/machine provider: any name: default-rabbitmq specification: hostname: rabbitmq ip: 192.168.100.111 version: 2.0.0dev