| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
I'm testing with a bleeding edge RHEL Atomic Host, and it looks
like we pulled in a new version of selinux-policy that has
`virt_sandbox_use_nfs` aliased to `virt_use_nfs`.
In https://github.com/openshift/openshift-ansible/pull/2356
Adam changed this to check for Fedora. This changes things
to drop the distribution check, and instead parse the `getsebool`
output to determine whether or not the boolean is an alias,
and should hence work on all distributions/versions.
|
|\
| |
| | |
Fix config and namespace for registry volume detection
|
| | |
|
|\ \
| | |
| | | |
Check that OpenStack hostnames are resolvable
|
| | |
| | |
| | |
| | | |
If they’re not, then use IP instead
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Master startup can fail when ec2 transparently reallocates the block
storage, causing etcd writes to temporarily fail. Retry failures blindly
just
once to allow time for this transient condition to to resolve and for
systemd
to restart the master (which will eventually succeed).
https://github.com/coreos/etcd/issues/3864
https://github.com/openshift/origin/issues/6065
https://github.com/openshift/origin/issues/6447
|
|\ \ \
| | | |
| | | | |
Nuage Monitor: Enumerate over etcd servers
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| | |
Error out if containerized=true for lb host.
|
| |/ |
|
|\ \
| | |
| | | |
Removes an unused file
|
| | |
| | |
| | |
| | | |
* closes openshift/openshift-ansible#2423
|
|\ \ \
| |/ /
|/| | |
Add v1.4 content, update v1.3 content to latest
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Don't secure registry or deploy registry console when infra replicas == 0
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Changes for Nuage HA
|
| | |
| | |
| | |
| | | |
frontends/backends.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
allow networkConfig.ingressIPNetworkCIDRs to be configured
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
|
|\ \ \
| |/ /
|/| | |
3.4 Upgrade Improvements
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This improves the situation further and prevents configuration changes
from accidentally triggering docker restarts, before we've evacuated
nodes. Now in two places, we skip the role entirely, instead of previous
implementation which only skipped upgrading the installed version.
(which did not catch config issues)
|
|\ \ \
| | | |
| | | | |
Install Registry by Default
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Default to hosted_registry_insecure=False
- Add openshift ca to system ca-trust.
- Update ca trust in openshift_node_certificates rather than docker_ca_trust
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Convert oc template calls to jsonpath.
* Wait for deployments to finish before restarting docker.
* Re-organize node ca configuration.
|
|\ \ \ \
| | | | |
| | | | | |
Make rhel_subscribe role default to OpenShift Container Platform 3.3
|
| | |/ /
| |/| | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Logging fixes
|
| | | |
| | | |
| | | |
| | | |
| | | | |
For items that pull images delay=15, retries=20 = 5min wait
For items that don't pull images, delay=5, retries=20 = < 2m wait
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
* Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Need to come back to this and figure out the right thing to do here. I think we
should make the node selector flag for fluentd immutable and then have the user
specify a selector with which to apply the label.
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
See https://github.com/openshift/origin-aggregated-logging/pull/218
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Whereas with the OpenStack keystone v2 authentication API, the username and
the password are enough, the keystone v3 API requires an additional domain
parameter.
Fixes #2515
|
|\ \ \
| | | |
| | | | |
Reduce warning output
|
| | |/
| |/| |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If openshift_cockpit_deployer_prefix was empty then they called
"-p IMAGE_PREFIX=" and this overwrite the template default. For example:
```
grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml
- description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"'
name: IMAGE_PREFIX
value: "registry.access.redhat.com/openshift3/"
```
|
| |
| |
| |
| | |
See https://github.com/openshift/origin-aggregated-logging/pull/218
|