| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
What we want to do is to add the master as a node if:
* `g_nodeonmaster` is set to true, and
* we are not in the case where we want to add new nodes.
The second test was done by only checking whether `g_new_node_hosts` was defined.
This was wrong because, in all cloud-provider setups, this variable was set
with the default value of “empty list” (`[]`).
The test has been changed to use the `bool` filter so that it correctly evaluates
to false (and hence, effectively add the master as a node) when `g_new_node_hosts`
is the empty list.
|
|
|
|
|
|
|
|
|
|
| |
Prevents the network egress bug causing node restart to fail during 3.3
upgrade. (even though a separate fix is incoming for this)
Only catch is preventing the openshift_cli role, which requires docker,
from triggering a potential upgrade, which we still don't want at this
point. To avoid we use the same variable to protect docker installed
version as we use in pre.yml.
|
|\
| |
| | |
fixing openshift key error in case of node failure during run (ssh is…
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Improvements for Docker 1.10+ Upgrade Image Nuking
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In a parallel step prior to real upgrade tasks, clear out all unused
Docker images on all hosts. This should be relatively safe to interrupt
as no real upgrade steps have taken place.
Once into actual upgrade, we again clear all images only this time with
force, and after stopping and removing all containers.
Both rmi commands use a new and hopefully less error prone command to do
the removal, this should avoid missed orphans as we were hitting before.
Added some logging around the current image count before and after this
step, most of them are only printed if we're crossing the 1.10 boundary
but one does not, just for additional information in your ansible log.
|
| |/
| |
| |
| |
| | |
This avoids the automatic image migration in 1.10, which can take a very
long time and potentially cause rpm db corruption.
|
|/ |
|
|\
| |
| | |
1.3 / 3.3 Upgrades
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Refactored the 3.2 upgrade common files out to a path that does not
indicate they are strictly for 3.2.
3.3 upgrade then becomes a relatively small copy of the byo entry point,
all calling the same code as 3.2 upgrade.
Thus far there are no known 3.3 specific upgrade tasks. In future we
will likely want to allow hooks out to version specific pre/upgrade/post
tasks.
Also fixes a bug where the handlers were not restarting
nodes/openvswitch containers doing upgrades, due to a change in Ansible
2+.
|
| | |
|
|\ \
| | |
| | | |
Named CA Certificates
|
| | |
| | |
| | |
| | | |
openshift ca bundle.
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Stagger HA master service start
|
| | | |
|
|\ \ \
| | | |
| | | | |
remove outdated openshift_cluster_metrics role
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Add missing nuke_images.sh symlink.
|
| |/ |
|
|\ \
| |/
|/| |
Refactor openshift certificates roles.
|
| | |
|
|\ \
| | |
| | | |
Copy openshift binary instead of using wrapper script.
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
Fix bugs with origin 1.2 rpm based upgrades.
|
| |/ |
|
|\ \
| | |
| | | |
Skip docker upgrades on Atomic.
|
| |/ |
|
|/ |
|
|\ |
|
| |\
| | |
| | | |
Various hosted component improvements
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* [openshift_projects] Add openshift_projects role
* [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined
* [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted
* [router] improve router deployment
- add router option to force subdomain
- add CA to router certificate options
* [registry] move registry config into openshift_hosted role
- additional registry fixes/tweaks
- add s3 storage support for registry
* [serviceaccount] fix up serviceaccount creation
|
| |/
| |
| |
| |
| |
| | |
* "Using bare variables is deprecated. Update your playbooks so that
the environment value uses the full variable syntax"
* Closes #2125
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
|
| |\
| | |
| | | |
Libvirt provider fixes
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is an unfortunate side effect of including a role yaml file in a
playbook, ideally we would just run the full node role here.
For now we'll follow the lead for the master template.
|