OKD Bare Metal pre-reqs. 80/13180/26 master
authorArnaldo Hernandez <arjuhe@gmail.com>
Tue, 16 Jul 2024 14:47:39 +0000 (10:47 -0400)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 12 Sep 2024 13:05:24 +0000 (13:05 +0000)
commit9ec77c8084d7497fdf2e6c4231dea2550a6e9e3f
tree9977efc0e61242f2e04f85982a152664b49a5cc1
parent31174de36974faabffebe15529b73349d31e8cfc
OKD Bare Metal pre-reqs.

- playbook and role setup_ntp
- playbook and role setup_dns
- playbook and role setup_http_store

Issue-ID: INF-476
Signed-off-by: Arnaldo Hernandez <arjuhe@gmail.com>
Change-Id: I88b5b3a35284c7617cfa30d87120714dbff836dc
30 files changed:
.gitignore
okd/ansible.cfg
okd/playbooks/deploy_dns.yml [new file with mode: 0644]
okd/playbooks/deploy_http_store.yml [new file with mode: 0644]
okd/playbooks/deploy_ntp.yml [new file with mode: 0644]
okd/requirements.yml
okd/roles/insert_dns_records/README.md [new file with mode: 0644]
okd/roles/insert_dns_records/defaults/main.yml [new file with mode: 0644]
okd/roles/insert_dns_records/files/nm-dnsmasq.conf [new file with mode: 0644]
okd/roles/insert_dns_records/handlers/main.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/check.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/configure_firewall.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/create_host_entry.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/dnsmasq.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/main.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/network-manager.yml [new file with mode: 0644]
okd/roles/insert_dns_records/tasks/validate.yml [new file with mode: 0644]
okd/roles/insert_dns_records/templates/openshift-cluster.conf.j2 [new file with mode: 0644]
okd/roles/setup_http_store/README.md [new file with mode: 0644]
okd/roles/setup_http_store/defaults/main.yml [new file with mode: 0644]
okd/roles/setup_http_store/tasks/container.yml [new file with mode: 0644]
okd/roles/setup_http_store/tasks/firewalld.yml [new file with mode: 0644]
okd/roles/setup_http_store/tasks/main.yml [new file with mode: 0644]
okd/roles/setup_http_store/tasks/validate.yml [new file with mode: 0644]
okd/roles/setup_http_store/templates/http_store.service.j2 [new file with mode: 0644]
okd/roles/setup_http_store/templates/test_file.j2 [new file with mode: 0644]
okd/roles/setup_ntp/README.md [new file with mode: 0644]
okd/roles/setup_ntp/defaults/main.yml [new file with mode: 0644]
okd/roles/setup_ntp/tasks/main.yml [new file with mode: 0644]
okd/roles/setup_ntp/templates/chrony.conf.j2 [new file with mode: 0644]