main.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. ---
  2. openshift_node_machineconfigpool: 'worker'
  3. openshift_node_tls_verify: false
  4. openshift_node_kubeconfig_path: "{{ openshift_kubeconfig_path | default('~/.kube/config') | expanduser | realpath }}"
  5. openshift_node_kubeconfig: "{{ lookup('file', openshift_node_kubeconfig_path) | from_yaml }}"
  6. openshift_node_bootstrap_port: 22623
  7. openshift_node_bootstrap_server: "{{ openshift_node_kubeconfig.clusters.0.cluster.server.split(':')[0:-1] | join(':') }}:{{ openshift_node_bootstrap_port }}"
  8. openshift_node_bootstrap_endpoint: "{{ openshift_node_bootstrap_server }}/config/{{ openshift_node_machineconfigpool }}"
  9. openshift_node_packages:
  10. - cri-o
  11. - openshift-clients{{ l_cluster_version }}
  12. - openshift-hyperkube{{ l_cluster_version }}
  13. openshift_node_support_packages:
  14. # Packages from redhat-coreos.git manifest-base.yaml
  15. - kernel
  16. - irqbalance
  17. - microcode_ctl
  18. - systemd
  19. #- systemd-journal-gateway
  20. #- rpm-ostree
  21. #- nss-altfiles
  22. - selinux-policy-targeted
  23. - setools-console
  24. #- ignition
  25. #- ignition-dracut
  26. - dracut-network
  27. - passwd
  28. #- grub2
  29. #- grub2-efi
  30. #- ostree-grub2
  31. #- efibootmgr
  32. #- shim
  33. - openssh-server
  34. - openssh-clients
  35. - podman
  36. - skopeo
  37. - runc
  38. - containernetworking-plugins
  39. #- cri-o
  40. - cri-tools
  41. #- toolbox
  42. - nfs-utils
  43. - NetworkManager
  44. - dnsmasq
  45. - lvm2
  46. - iscsi-initiator-utils
  47. - sg3_utils
  48. - device-mapper-multipath
  49. - xfsprogs
  50. - e2fsprogs
  51. - mdadm
  52. - cryptsetup
  53. - chrony
  54. #- coreos-metadata
  55. - logrotate
  56. - sssd
  57. - shadow-utils
  58. - sudo
  59. - coreutils
  60. - less
  61. - tar
  62. - xz
  63. - gzip
  64. - bzip2
  65. - rsync
  66. - tmux
  67. - nmap-ncat
  68. - net-tools
  69. - bind-utils
  70. - strace
  71. - bash-completion
  72. - vim-minimal
  73. - nano
  74. #- openshift-hyperkube
  75. #- openshift-clients
  76. #- pivot
  77. #- subscription-manager-rhsm-certificates
  78. #
  79. # Packages from redhat-coreos.git maipo/manifest.yaml
  80. #- redhat-release-coreos
  81. - authconfig
  82. - policycoreutils-python
  83. - iptables-services
  84. - bridge-utils
  85. - biosdevname
  86. - container-storage-setup
  87. - cloud-utils-growpart
  88. - ceph-common
  89. - glusterfs-fuse