| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Port openshift_facts to py3
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- fix configparser import
- convert bytes to str using to_native
- replace method that did got removed in py3 with six equivalent
With ansible 2.2, python 3 start to be supported enough to
run non trivial playbooks, and so a test run of openshift-ansible on
F24 showed that openshift_facts.py needed to be ported.
|
|\ \
| | |
| | | |
Reconcile role bindings for jenkins pipeline during upgrade.
|
| | |
| | |
| | |
| | | |
https://github.com/openshift/origin/issues/11170 for more info.
|
|\ \ \
| | | |
| | | | |
Re-sync v1.4 image streams
|
| |/ / |
|
|/ /
| |
| |
| |
| | |
Fixes Bug 1390160
Fixes BZ1390160
|
| | |
|
|\ \
| | |
| | | |
Always add local dns domain to no_proxy
|
| | | |
|
|\ \ \
| | | |
| | | | |
Revert openshift.node.nodename changes
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 3cc2d6b019fa8a05ba480a7425cd654aa051355f.
|
|\ \ \ \
| | | | |
| | | | | |
FIx flannel var name
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
should be FLANNEL_ETCD_PREFIX
Related to: #2635
|
|\ \ \ \
| | | | |
| | | | | |
Install flannel RPM on containerized but not atomic
|
| |/ / / |
|
|/ / /
| | |
| | |
| | |
| | | |
Inventory values highest priority, then anything in master-config.yaml, then
defaults last.
|
|\ \ \
| |/ /
|/| | |
Update defaults for clusterNetworkCIDR & hostSubnetLength
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Per https://github.com/openshift/openshift-docs/issues/1700:
The default values for pod networking have changed:
- clusterNetworkCIDR now defaults to 10.128.0.0/14 (10.128.0.0 - 10.131.255.255)
rather than 10.1.0.0/16.
- hostSubnetLength now defaults to 9 rather than 8
(meaning each node will be assigned a /23 subnet rather than a /24)
Fixes Bug 1320952
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Image stream sync
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix indentation for flannel etcd vars
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Restart API service always as well.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Recently applied this fix for controllers due to the systemd-journald
restart issue, it sounds as is this one is also sometimes affected.
Containerized already uses this, so we will apply the same restart
strategy here.
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
flannel-0.5.5 uses different variable names in /etc/sysconfig/flannel.
This writes both the old and next variable name to the file for
quick compatibility.
Fixes #2635
Fixes Bug 1391515
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
curl, prior to RHEL 7.2, did not properly negotiate up the TLS protocol, so
force it to use tlsv1.2
Fixes bug 1390869
|
|\ \ \
| | | |
| | | | |
Bump etcd_ca_default_days to 5 years.
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| | |
At recommendation of network team, more details in:
https://bugzilla.redhat.com/show_bug.cgi?id=1331590
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Touch all ini_file files before using them
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ansible 2.2 adds 'create' flag, however we'd like to preserve backwards
compatability.
Fixes bug 1390169
Fixes BZ1390169
Fixes #2668
|
|/ / |
|
|\ \
| | |
| | | |
Change HA master controller service to restart always.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restarts of systemd-journald can cause the master controllers service to
die in HA environments, due to a SIGPIPE and how it's handled.
(seemingly by default in golang)
on-failure does not trigger in this situation, instead we set to
Restart=always in the systemd unit, which matches the non-HA service
definitions as well.
|
|\ \ \
| | | |
| | | | |
Bug 1388016 - The insecure-registry address was removed during upgrade
|
| | | |
| | | |
| | | |
| | | | |
existing /etc/sysconfig/docker.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If, for some reason, two facts processes were run simultaneously
on the same host, creating the directory could cause an exception.
This should help with that.
Fixes Bug 1385449
|
|\ \ \ \
| |/ / /
|/| | | |
Set node-labels in kubeletArguments
|
| | | |
| | | |
| | | |
| | | | |
* Node labels are parsed from openshift_node_labels if they exist
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Added a parameter for cert validity for Nuage components
|