shixiong 1d97c4cc22 first commit | преди 4 години | |
---|---|---|
.github | преди 5 години | |
.tito | преди 5 години | |
docs | преди 5 години | |
hack | преди 5 години | |
images | преди 4 години | |
inventory | преди 5 години | |
playbooks | преди 5 години | |
roles | преди 4 години | |
test | преди 4 години | |
.dockerignore | преди 6 години | |
.flake8 | преди 5 години | |
.gitignore | преди 4 години | |
.pylintrc | преди 6 години | |
.release | преди 6 години | |
.travis.yml | преди 4 години | |
.yamllint | преди 7 години | |
BUILD.md | преди 5 години | |
CONTRIBUTING.md | преди 5 години | |
HOOKS.md | преди 5 години | |
LICENSE | преди 8 години | |
OWNERS | преди 5 години | |
README.md | преди 4 години | |
README_CONTAINER_IMAGE.md | преди 6 години | |
ansible.cfg | преди 5 години | |
openshift-ansible.spec | преди 4 години | |
pytest.ini | преди 4 години | |
requirements.txt | преди 4 години | |
setup.cfg | преди 6 години | |
setup.py | преди 4 години | |
test-requirements.txt | преди 4 години | |
tox.ini | преди 4 години |
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 or upgrading RHEL hosts in an existing 4.x cluster.
The master branch tracks our current work in development.
Requirements: (localhost)
Install a cluster using the OpenShift Installer.
Create an inventory file with the appropriate groups and variables defined. An example inventory can be found in inventory/hosts.example.
Required variables include:
openshift_kubeconfig_path
- Path to the kubeconfig for the clustercd openshift-ansible
ansible-playbook -i inventory/hosts playbooks/scaleup.yml
Custom tasks can be performed during upgrades at different stages of the upgrade. See the hooks documentation for more information.
cd openshift-ansible
ansible-playbook -i inventory/hosts playbooks/upgrade.yml
See README_CONTAINER_IMAGE.md for information on how to package openshift-ansible as a container image.
See the contribution guide.
See the build instructions.