| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A container that can be used to run the atomic-openshift-installer, or
by bypassing the entrypoint can be used to run ansible playbooks
directly.
Expects the user to mount a directory to /var/lib/openshift, where we'll
write out the installer.cfg, ansible.log, and hosts inventory.
WARNING: Don't run this on a host you're installing to, installation
restarts Docker which will kill your installer.
Example of running the quick installer:
docker run -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer install
Example of running ansible directly:
docker run --entrypoint=/usr/bin/ansible-playbook -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer -i /openshift-installer/install/.ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
|
|\
| |
| | |
Adding refresh for zbx_user.
|
| | |
|
|\ \
| | |
| | | |
Docker 1.9 is actually cool starting in origin 1.1.4
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Unmask services
|
|/ /
| |
| |
| |
| | |
Unmasking etcd is is important when switching from containerized installs to
RPM installs
|
|\ \
| | |
| | | |
Fixing bugs 1322788 and 1323123
|
| | |
| | |
| | |
| | | |
and atomic-openshift-master-controllers
|
| | |
| | |
| | |
| | | |
ose3.2 repo
|
|\ \ \
| | | |
| | | | |
XPAAS v1.3 content
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Add --gen-inventory command to atomic-openshift-installer.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With the addition of a --gen-inventory flag and always displaying the location
of the inventory written to disk, we should write the hosts file to a more
prominent location rather than a hidden directory.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will just generate the Ansible inventory once all information is gathered,
inform the user where to find it, and exit.
Includes some test utility updates to make what broke as a result of this
change less fragile.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
when docker is installed, make it 1.8.2 to avoid issues
|
|/ / / / |
|
|\ \ \ \
| |_|_|/
|/| | | |
Pacemaker is unsupported for 3.2
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
We require docker 1.9 for the 3.2 upgrade
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Downgrade to docker 1.8.2 if installing < 1.2/3.2
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
yedit now handles periods in key names
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
add higher severity trigger if no heartbeat for 1 hour
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
oc_edit requires name and content
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adding list editing support to yaml editor
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
a-o-i: Error out early if callback_facts is None
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bail out much earlier if for some reason callback_facts does not
return any data. This should prevent later methods from generating
stack traces.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
a-o-i: Support for unattended upgrades
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Adds the ability to perform upgrades without any user input through:
atomic-openshift-installer --unattended upgrade --next-major
or
atomic-openshift-installer --unattended upgrade --latest-minor
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change the upgrade logic to allow for more than two types of upgrades.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
a-o-i: OSE/AEP 3.2 product option
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Adds the option to select 3.2 in the quick-installer
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Enable Ansible ssh pipelining to speedup deployment
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
https://docs.ansible.com/ansible/intro_configuration.html#pipelining
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Allow for overriding scheduler config
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- introduce openshift_master_scheduler_predicates and
openshift_master_scheduler_priorities to override the default scheduler
predicates and priorities
- switch default scheduler priorities to use SelectorSpreadPriority instead
of ServiceSpreadingPriority
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 1320829 - Ensure docker installed for facts
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- gather facts requiring docker only if docker is present and running
- Update reference to etcd role in playbooks/common/openshift-etcd/config.yml
to use openshift_etcd
|