| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Switch to repoquery, enable plugins for satellite support
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
add unit in seconds for metrics resolution
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix no proxy hostnames during upgrade.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This value not being set was causing missing hostnames in the sysconfig
files with NO_PROXY.
This is not the same way we set it during config playbooks, they use
vars definitions but this is too difficult in upgrade as there are too
many roles that might need it set.
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Docker 1.10 is not widely available in RHEL / CentOS yet, lets remove
the restriction for users of master / origin. We can revert as soon as
it's available publically.
|
|\ \ \
| | | |
| | | | |
Bug 1338726 - never abort install if the latest version of docker is already installed
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a separate playbook for Docker 1.10 upgrade that can be run
standalone on a pre-existing 3.2 cluster. The upgrade will take each
node out of rotation, and remove *all* containers and images on it, as
this is reportedly faster and more storage efficient than performing the
in place 1.10 upgrade.
This process is integrated into the 3.1 to 3.2 upgrade process.
Normal config playbooks now become 3.2 only, and require Docker 1.10.
Users of older environments will have to use an appropriate
openshift-ansible version.
Config playbooks no longer are in the business of upgrading or
downgrading docker.
|
| | |
| | |
| | |
| | | |
dependencies.
|
|/ / |
|
|\ \
| | |
| | | |
[v2] Move os_firewall_allow from defaults to role dependencies.
|
| | | |
|
|\ \ \
| | | |
| | | | |
wait metrics-deployer complete (need to configure nodes before hosted…
|
| | |/
| |/| |
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Move haproxy configuration to a separate openshift-loadbalancer play.
* Move the haproxy role to openshift_loadbalancer.
* Add openshift_loadbalancer* facts which drive haproxy configuration.
|
|\ \
| | |
| | | |
Refactor openshift certificate roles
|
| |/ |
|
|\ \
| | |
| | | |
Cloud provider cleanup
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
* Conditionally bind mount /usr/bin/docker-current when it is present
* fix upgrade
* add atomic-openshift-node-dep files to uninstall playbook
* Fix variable expansion
|
|\ \
| | |
| | | |
Task "Update router image to current version" failed, if router not in default namespace
|
| | |
| | |
| | |
| | |
| | | |
default namespace
Also added hardcoded -n default to registry patch, since oc get has -n default, too.
|
|\ \ \
| | | |
| | | | |
Use systemctl restart docker instead of ansible service.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Ansible is doing a full service stop and then start, which does not
allow systemd to keep the containerized services up and running.
Switching to this will cause the related services to come back within a
few seconds.
|
|/ / |
|
|\ \
| | |
| | | |
Include sdn-ovs in upgrade commands to avoid pulling in newer packages
|
| | | |
|
|\ \ \
| | | |
| | | | |
Don't pull cli image when we're not containerized
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fixes for openshift_docker_hosted_registry_insecure var.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes a failure on masters if you explicitly set
openshift_docker_hosted_registry_insecure=true. This is the default but
if you tried to set it an error would trigger as a relevant variable was
not passed in the master playbooks.
Fixes setting the variable to false being ignored.
master/node playbooks were referencing the docker fact, which was not
set at that point and thus we were always getting the default of true,
regardless what was in your inventory.
Stop passing registry insecure in via playbooks, we can access it when running
openshift_facts itself. Add a new default in openshift facts.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Containerized Upgrade Fixes
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Remove vars_files on play includes for upgrade playbooks.
|