| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
NetworkManager service never changes
|
| |
| |
| |
| |
| | |
* Don't ever report the NetworkManager service as changed when
preparing to set the 'network_manager_active' fact
|
|\ \
| | |
| | | |
Per-service environment variables
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Add MODE to metrics deployer
|
|/ / |
|
|\ \
| | |
| | | |
Image stream sync
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Stop dumping debug output, re-try startng the node once
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
If registry_url != registry.access.redhat.com then modify image streams
|
|/ / |
|
|\ \
| | |
| | | |
also volume-mount /etc/sysconfig/docker
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix uninstall.yml indentation for deamon-reload
|
|/ / /
| | |
| | |
| | | |
* 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.
|
|\ \ \
| | | |
| | | | |
Attempt to fix containerized node start failure with Docker 1.10.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It appears that in some situations (can't reliably reproduce yet), node
will fail to start. This appears to be related to the node-dep service
and possibly it's environment file.
This file is also an EnvironmentFile for the node service, but it's only
created by the node-dep service, and it looks like it may try to read
it's environment before the node-dep service has fully started and
created the file.
Workaround with a an explicit service start.
|
|\ \ \
| |_|/
|/| | |
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.
|
|\ \
| |/
|/| |
Remove Docker 1.10 requirement temporarily.
|
| | |
|
|/
|
|
|
|
| |
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.
|
|\
| |
| | |
Add lower case proxy variables
|
| |
| |
| |
| |
| |
| |
| |
| | |
Some applications expect the *_PROXY variables to be lower case.
To support this too inject them in addition to the upper case ones.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Reviewed-by: Fabio Huser <fabio.huser@siemens.com>
|
|\ \
| | |
| | | |
Automatic commit of package [openshift-ansible] release [3.3.0-1].
|
|/ / |
|
|\ \
| | |
| | | |
Bug 1338726 - never abort install if the latest version of docker is already installed
|
| |\ \
| | | |
| | | | |
Restore mistakenly reverted code.
|
| |/ / |
|
| | |
| | |
| | |
| | | |
installed
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Docker 1.10 is no longer tolerant of commands like "docker pull
myimage:" when we do not have an image tag in play.
Adjust all occurrences with one that only includes the : if a version is
defined.
Adjust the containerized CLI wrappers for a similar problem.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Ansible 2.1 support.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Bug 1342995 - Incorrect port opened on loadbalancer host
|
|/ / / /
| | | |
| | | |
| | | | |
dependencies.
|
|\ \ \ \
| |/ / /
|/| | | |
Preserve proxy config if it exists in the sysconfig files but is undefined in our config
|
| | | | |
|
| | | | |
|
| | | | |
|