| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[#2698] Change to allow cni deployments without openshift SDN
|
| |
| |
| |
| |
| |
| |
| | |
The roles/openshift_facts main task did not pass the cni plugin variable to the later role playbooks.
The master.yaml and node.yaml templates did not allow for a cni configuration without either installing openshift sdn or nuage.
This change will allow to use os_sdn_network_plugin_name=cni and set openshift_use_openshift_sdn=false for deployments that use a cni plugin that doesn't need and want openshift sdn to be installed
|
|\ \
| | |
| | | |
Add rolebinding-reader
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Fixes Bug 1390913
Fixes BZ1390913
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
EricMountain-1A/fix_docker_fatal_selinux_4upstream-github
Docker daemon is started prematurely.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Docker service is started prior to configuration changes being applied.
The service is then not restarted by the handlers, so configuration
changes are not applied.
We now start the docker service only once all config changes have been
made.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Pulls in
https://github.com/openshift/origin-aggregated-logging/commit/d40fd9b83a6f6c0fb962db8869e6a35ef4f72751
https://github.com/openshift/origin-aggregated-logging/commit/f55cf03231d3ff2c7c9f2b9c8a4e1c29b4535c9c
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
etcd upgrade playbooks
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable
defaults for etcdctl functions on a host that's configured with openshift_etcd.
|
|\ \ \
| | | |
| | | | |
Fix commit-offsets in version detection for containerized installs
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
* Applies the chomp_commit_offset logic to container version detection
https://bugzilla.redhat.com/show_bug.cgi?id=1389137
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The docker role requires iptables-services to be installed. Added
dependency on so_firewall role to ensure the iptables service is
installed first. Currently this will only work with iptables and
not with firewalld.
* Added allow_duplicates to os_firewall role meta
* Removed unused task from docker/tasks
* Corrected os_firewall Defaults in README
|
|\ \
| | |
| | | |
Resolve docker and iptables service dependencies
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The docker service adds rules to the iptables configuration to support proper
network functionality for running containers. If the service is started prior
to iptables, these rules are not properly created.
* Ensure iptables is started prior to docker
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1390835
|
|\ \ \
| | | |
| | | | |
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.
|