Wolfgang Kulhanek
2020-03-12 6c25b430d6555a75cf639be91233cd536318d88d
refs
author Wolfgang Kulhanek <wkulhanek@users.noreply.github.com>
Thursday, March 12, 2020 20:15 +0100
committer GitHub <noreply@github.com>
Thursday, March 12, 2020 20:15 +0100
commit6c25b430d6555a75cf639be91233cd536318d88d
tree a6a94ae3ddfbcd37d3c28466886f8269031839ea tree | zip | gz
parent 2e5f802420e725b831216810e7dc0250fc7df4e8 view | diff
[WIP] New way of doing role inputs (#1309)

* Fix spelling

* New Role: ocp4-workload-machinesets, new way to handle input to roles

* Add verbosity: 2 to debug statements, add recursive=true to combine logic

* Remove OWNERS, add meta/main.yml

* Switch to assert

* Fix debug statements

* Used wrong variable for user password

* Second occurance of wrong variable

* Fix instance type for AWS

* Add root_volume_size example

* added user-*.yaml to .gitignore

* Don't remove kubeadmin file. Doesn't hurt to be there.

* Fix taints
16 files added
16 files modified
953 ■■■■ changed files
.gitignore 3 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/defaults/main.yml 53 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/meta/main.yml 14 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/tasks/main.yml 1 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/tasks/workload.yml 125 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/templates/cluster_role_binding.j2 4 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/templates/htpasswd.j2 6 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-authentication/templates/oauth-opentlc-ldap.j2 4 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-infra-nodes/OWNERS 4 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-logging/defaults/main.yml 34 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-logging/meta/main.yml 15 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-logging/tasks/workload.yml 38 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-logging/templates/cluster_logging.j2 38 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/defaults/main.yml 88 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/files/cluster-monitoring-config.yml 78 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/meta/main.yml 16 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/readme.adoc 111 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/tasks/main.yml 30 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/tasks/post_workload.yml 8 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/tasks/pre_workload.yml 8 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/tasks/remove_workload.yml 82 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/tasks/workload.yml 73 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/templates/image-registry.j2 14 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/templates/ingress-controller.j2 18 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/templates/machine-config-daemonset.j2 24 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4-workload-machinesets/templates/node-ca-daemonset.j2 24 ●●●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/meta/main.yml 4 ●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/tasks/machineset-group-aws.yml 4 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/tasks/machineset-openstack.yml 2 ●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/tasks/set-facts.yml 4 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/templates/machineset-aws.j2 13 ●●●● diff | view | raw | blame | history
ansible/roles/ocp4_machineset_config/templates/machineset-openstack.j2 13 ●●●● diff | view | raw | blame | history