| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Serial master upgrade
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was done far into the process potentially leaving the user in a
difficult situation if they had now considered they were running the
upgrade playbook on a host that would be restarted. Instead check
configuration and what host we're running on in pre-upgrade and allow
the user to abort before making any substantial changes.
This is a step towards merging master upgrade into one serial process.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This would fail in some environments where openshift.common.hostname was
not reachable from the local system running ansible. Additionally it is
also possible the API port would not be available even if the host were.
Instead we wait for master ssh connection to come back up, then wait for
the master API on the remote host just as we do for the "service" style
restart.
|
|\ \
| |/
|/| |
Serialize cert creation in delegated commands
|
| |
| |
| |
| |
| |
| | |
Deprecates use of 'create-master-certs' for generating master serving
certificate and loopback kubeconfig in order to reference the first
master's CA serial file.
|
|\ \
| | |
| | | |
Logging deployer tasks
|
| | | |
|
| | |
| | |
| | |
| | | |
deployer image
|
|\ \ \
| | | |
| | | | |
Begin requiring Docker 1.12.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Building off the work done for Docker 1.10, we now require Docker 1.12
by default.
The upgrade process was already set to ensure you are running the latest
docker during upgrade, and the standalone docker upgrade playbook can
also be used if desired.
As before, you can override this Docker 1.12 requirement by setting a
docker_version=1.10.3 (or similar), and you can skip the default to
upgrade docker by setting docker_upgrade=False.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Document playbook directories
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
use etcdctl from the container when containerized=True
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This makes it possible to use openshift-ansible configured nfs for
hosted components other than the registry while also configuring
empty-dir registry storage (no openshift_hosted_registry_storage_kind
set).
|
| | | |
| | | |
| | | |
| | | | |
Closes #3070
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Return role dependencies to roles for openshift_{hosted,master,node}
|
| | | | |
| | | | |
| | | | |
| | | | | |
and openshift_hosted.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Cleanup cluster upgrade
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
All references to it were removed in
b89c835e3235f2628b37de15713c311d1b5a4bad
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
All references to it were removed in
739ad9de2a11bb8c67d77641a86cfd39e4594542
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The script nuke_images.sh was introduced in
0c31d72be3bf32f848eedad9859a81ba858f8c8f and seems that the shell
argument $1 was never used (the only $1 in the script back then refers
to a field in a awk script).
There was a reference to $2 that was always undefined/empty.
The script was then simplified in
b89c835e3235f2628b37de15713c311d1b5a4bad, removing any reference to $1
and $2.
This commit cleans up the only call site to the shell script.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
etcd 3.x image is 'etcd' not 'etcd3'
|
| |/ / / / |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes Bug 1408668
Fixes BZ1408668
|
| | | |
| | | |
| | | |
| | | | |
versions
|
|\ \ \ \
| | | | |
| | | | | |
Deprecate node 'evacuation' with 'drain'
|
| | | | |
| | | | |
| | | | |
| | | | | |
* https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add master config hook for 3.4 upgrade and fix facts ordering
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
hook run.
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Removed unneeded rules
* Moved etcd rule to conditional based on usage of embedded etcd
https://bugzilla.redhat.com/show_bug.cgi?id=1386329
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Added checks to make ci for yaml linting
* Modified y(a)ml files to pass lint checks
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix metricsPublicURL only being set correctly on first master.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem was caused by facts not being set for that master. To fix this
patch cleans up the calculation of metricsPublicURL in general. Because
this value is used in openshift_master to template into the master
config file, we now define these facts more clearly in
openshift_master_facts, and add a dependency on this to
openshift_metrics.
The calculation of default sub-domain is also changed to remove it from
system facts (as neither of these are facts about the system) and
instead use plain variables.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Drop 3.2 upgrade playbooks.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Silence warnings when using some commands directly
|
| |/ / / / / |
|
|/ / / / / |
|