| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The main advantage is that virtio-scsi honors TRIM so that deleting files
and/or docker images inside the VM now frees disk space on the host by
resparsifying the qcow2 file.
|
|\
| |
| | |
Re-align the OpenStack firewall rules with the iptables rules
|
| | |
|
|\ \
| | |
| | | |
Fix bin/cluster openstack related error
|
| |/ |
|
|/
|
|
| |
"cli_name vs cli_host"
|
|\
| |
| | |
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
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Update conditional expression to save steps
|
| | | |
|
|\ \ \
| | | |
| | | | |
Switch to repoquery, enable plugins for satellite support
|
| |/ / |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Block Docker 1.10 upgrade playbook when run against an Atomic OS.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Default is still True, but allow devs to specify False in inventory to
avoid having to re-download all images. With upcoming changes the actual
images present on the system will have no effect on what gets run.
|
|\ \ \
| |/ /
|/| | |
add unit in seconds for metrics resolution
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* command: systemctl daemon-reload need to be at the task level, not in the with_items
|
|\ \ \
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Separate uninstall plays by group.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Fix docker 1.10 upgrade on embedded etcd masters.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The tasks were attempting to stop/start etcd, which would be fine on the
stop but on start could actually kick the non-containerized etcd service
which happens to be layed down even though it's unused.
When the service was requested to start again it would claim the port
embedded etcd needs and the master would then fail to come up.
Instead use the correct etcd_container service.
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
add skydns port 8053 to openstack master sec group(needed for 3.2)
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
dependencies.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Preserve proxy config if it exists in the sysconfig files but is undefined in our config
|
| | | | | |
|
|/ / / / |
|
|/ / / |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
[v2] Move os_firewall_allow from defaults to role dependencies.
|
| | | |
|