| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Updated registry fact with latest deployment_type mappings
|
| | |
|
|\ \
| | |
| | | |
Fix newline
|
| | | |
|
|\ \ \
| | | |
| | | | |
Removed last play in playbook as it will fail
|
| | | | |
|
|\| | |
| | | |
| | | | |
Removed io1 and added gp2
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Add kind/apiVersion to scheduler.json template
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix for name conflict
|
| | | |
| | | |
| | | | |
Template name is conflicting with the template name from 'eap6-basic-sti.json' .
|
|\ \ \ \
| |/ / /
|/| | | |
Revert "GCE support" because it breaks openstack.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
GCE support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
value in openshift_facts
commented infra-node code until it's solved
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
corrected openshift master config, commented infra
correct list and terminate, it was bugged in case where no instance were terminated
Using openshift-sdn for gce
new join_node playbook for gce
openstack/hosts/nova.py is now taking the nova/ini of its directory and not the directory of execution of bin/cluster
add fix of ICMP reject rules
Avoid a recursive loop
Jenkins image was renamed
Default masters to t2.medium instead of t2.small
Fix a minor bug involving AWS ENV Keys
* If a user forgot to set their AWS keys, we'd get a non descriptive error about a variable not being set
* This patch uses the correct variable so the error message is more informative
delete some fix that are needed anymore (selinux, iptables rules for sdn)
GCE : all variables needed are in gce.ini, it will be used by bin/cluster (now check better the presence of gce.init in the default place or use GCE_INI_PATH to locate it ), also by gce.ini
openshift_node_labels : get from oo_option
fix syntax error in bin/cluster
fix lookup for openshift_node_labels
Adding desc, multiplier, and units to zabbix item
Adding capability to have descriptions on triggers
updated triggers and items to have better descriptions and multipliers
Move openshift_data_dir to a fact based on deployment_type
Previously this was being set to /var/lib/origin regardless of deployment_type
which isn't correct given that existing 'enterprise' and 'online' deployments
would have been deployed with /var/lib/openshift
Verify again that ansible version is different than 1.9.0 and 1.9.0.1
bin/cluste does not take -a and -s anymore
fix master_public_api_url : using by default a correct url
Really fixed master public api url this time
Really fixed master public api url this time
uncommented infra deployment like before
fixed again masterpublicurl in a template
README_GCE.md : use GCE_INI_PATH in order to locate gce.ini, update description of gce.ini
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
added Template Ops Tools
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openshift_facts.py: Correct error case for uninstalled systems
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds a default value to the version to cover the case where
the user doesn't have /usr/bin/openshift on the system, correcting
the bug found in PR #646.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Prevent dns resolution recursion (loop).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The dnsmasq should not be resolving the example.com recursively, because
in case that we have /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf:
server=/example.com/192.168.55.1
the dnsmasq will be asking itself, therefore a dns resolution loop is
created, which causes
Maximum number of concurrent DNS queries reached (max: 150)
and performance degradation of dns resolution on the whole hypervizor and
guests.
This patch will fix that in the domain.xml, which will cause adding
local=/example.com/
to the /var/lib/libvirt/dnsmasq/openshift-ansible.conf, effectively
fixing the problem.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
openshift_facts.py: Ansible fact for openshift version
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This added some logic to add a new the version of openshift rpm-based
installations. This fact is intentionally not cached to account for
users potenially updating versions outside of ansible playbooks.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
added 'missingok' to logrotate and disabled fluentd in online
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Adding zabbix triggers for cpu idle
|
|/ / / / / |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Adding % units for kernel.all.cpu items
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Correcting cpu types to floats for percentage
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add missing ,
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Upgrade playbook
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Point to advanced installation guide for post install steps
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
added pylint as a package to ansible-tower
|
| | | | | | | |
|
|\| | | | | |
| | | | | | |
| | | | | | | |
don't want file ext in prod
|
| | | | | | | |
|
|\| | | | | |
| | | | | | |
| | | | | | | |
added the grow_docker_vg adhoc playbook
|
|/ / / / / / |
|