|
пре 6 година | |
---|---|---|
.github | пре 6 година | |
.tito | пре 6 година | |
docs | пре 6 година | |
hack | пре 6 година | |
images | пре 6 година | |
inventory | пре 6 година | |
playbooks | пре 6 година | |
roles | пре 6 година | |
test | пре 6 година | |
.dockerignore | пре 6 година | |
.flake8 | пре 6 година | |
.gitignore | пре 6 година | |
.papr-master-ha.inventory | пре 6 година | |
.papr.all-in-one.inventory | пре 6 година | |
.papr.inventory | пре 6 година | |
.papr.sh | пре 6 година | |
.papr.yml | пре 6 година | |
.pylintrc | пре 6 година | |
.release | пре 6 година | |
.travis.yml | пре 6 година | |
.yamllint | пре 8 година | |
BUILD.md | пре 6 година | |
CONTRIBUTING.md | пре 6 година | |
HOOKS.md | пре 6 година | |
LICENSE | пре 8 година | |
OWNERS | пре 6 година | |
README.md | пре 6 година | |
README_CONTAINER_IMAGE.md | пре 6 година | |
ansible.cfg | пре 6 година | |
openshift-ansible.spec | пре 6 година | |
requirements.txt | пре 6 година | |
setup.cfg | пре 7 година | |
setup.py | пре 6 година | |
test-requirements.txt | пре 6 година | |
tox.ini | пре 6 година |
This repository contains Ansible roles and playbooks for OpenShift clusters.
For 3.x releases of OpenShift Ansible please reference the release branch for specific versions. The last 3.x release is 3.11 release.
Installation of OpenShift 4.x uses a command-line installation wizard instead of Ansible playbooks. Learn more about the OpenShift Installer in this overview.
For OpenShift 4.x, this repo only provides playbooks necessary for scaling up an existing 4.x cluster with RHEL hosts.
The master branch tracks our current work in development.
Requirements:
Install a cluster using the OpenShift Installer.
Create an inventory file with the new_workers
group to identify the hosts which
should be added to the cluster.
---
[new_workers]
mycluster-worker-0.example.com
mycluster-worker-1.example.com
mycluster-worker-2.example.com
ansible-playbook playbooks/openshift_node/scaleup.yml
See README_CONTAINER_IMAGE.md for information on how to package openshift-ansible as a container image.
See the hooks documentation.
See the contribution guide.
See the build instructions.