OKD O-Cloud implementation 13/12713/3
authorChris Wheeler <chwheele@redhat.com>
Tue, 9 Apr 2024 16:01:37 +0000 (09:01 -0700)
committerChris Wheeler <chwheele@redhat.com>
Wed, 5 Jun 2024 00:33:26 +0000 (17:33 -0700)
commit748eb57417b9fcc1ce70f1e509f1b3b652a0e22f
treec56b2906131d7b02d08800555491958fb19349ba
parentc99cd24e81f9571f2d676a35dc181b445b65a22d
OKD O-Cloud implementation

Implementing OKD (https://www.okd.io/) as an alternative O-Cloud platform.

Issue-ID: INF-441
Change-Id: I92a0b7dd2057642d50a4c931e78c273a27b6b7d3
Signed-off-by: Chris Wheeler <chwheele@redhat.com>
20 files changed:
okd/README.md [new file with mode: 0644]
okd/ansible.cfg [new file with mode: 0644]
okd/inventory/group_vars/all/vars.yml [new file with mode: 0644]
okd/inventory/group_vars/all/vault.yml [new file with mode: 0644]
okd/inventory/host_vars/master-0/vars.yml [new file with mode: 0644]
okd/inventory/hosts.yml [new file with mode: 0644]
okd/playbooks/ocloud.yml [new file with mode: 0644]
okd/requirements.txt [new file with mode: 0644]
okd/requirements.yml [new file with mode: 0644]
okd/roles/ocloud/defaults/main.yml [new file with mode: 0644]
okd/roles/ocloud/tasks/main.yml [new file with mode: 0644]
okd/roles/ocloud_infra_vm/defaults/main.yml [new file with mode: 0644]
okd/roles/ocloud_infra_vm/tasks/main.yml [new file with mode: 0644]
okd/roles/ocloud_infra_vm/templates/virt.xml.j2 [new file with mode: 0644]
okd/roles/ocloud_infra_vm/templates/virt_net.xml.j2 [new file with mode: 0644]
okd/roles/ocloud_platform_okd/defaults/main.yml [new file with mode: 0644]
okd/roles/ocloud_platform_okd/handlers/main.yml [new file with mode: 0644]
okd/roles/ocloud_platform_okd/tasks/main.yml [new file with mode: 0644]
okd/roles/ocloud_platform_okd/templates/agent-config.yaml.j2 [new file with mode: 0644]
okd/roles/ocloud_platform_okd/templates/install-config.yaml.j2 [new file with mode: 0644]