| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- instead of hardcoding to eth0, use the interface associated with the ipv4
default route as the default instead.
|
|\
| |
| | |
Fix git/pylint.sh
|
|/
|
|
|
|
|
|
|
|
| |
When a PR contains no python file, the very last command executed by `git/pylint.sh`
is `git diff --name-only … | grep ".py$"`.
This command exits with a non-zero exit code because grep has no match.
Because of the `set -e` option, the script aborts there immediately.
When a PR contains python files, `git/pylint.sh` exit code must be the one of `pylint`
When a PR doesn’t contain any python file, `git/pylint.sh` exit code must be 0.
|
|\
| |
| | |
Make all the OpenStack resources be managed by a Heat Stack
|
| | |
|
|\ \
| | |
| | | |
fixes #331 causes NetworkManager to yield 2nd NIC
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix hostname default when valid hostname not found on system
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
External clustered etcd support
|
| | | |
| | | |
| | | |
| | | | |
bootstrapping
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add support to bin/cluster for specifying etcd hosts
- defaults to 0, if no etcd hosts are selected, then configures embedded
etcd
- Updates for the byo inventory file for etcd and master as node by default
- Consolidation of cluster logic more centrally into common playbook
- Added etcd config support to playbooks
- Restructured byo playbooks to leverage the common openshift-cluster playbook
- Added support to common master playbook to generate and apply external etcd
client certs from the etcd ca
- start of refactor for better handling of master certs in a multi-master
environment.
- added the openshift_master_ca and openshift_master_certificates roles to
manage master certs instead of generating them in the openshift_master
role
- added etcd host groups to the cluster update playbooks
- aded better handling of host groups when they are either not present or are
empty.
- Update AWS readme
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- fix firewall conflict issues with co-located etcd and openshift hosts
- added os_firewall dependency to etcd role
- updated etcd template to better handle clustered and non-clustered installs
- added etcd_ca role
- generates a self-signed cert to manage etcd certificates, since etcd peer
certificates are required to be client and server certs and the openshift
ca will only generate client or server certs (not one authorized for
both).
- renamed openshift_etcd_certs role to etcd_certificates and updated it to
manage certificates generated from the CA managed by the etcd_ca role
- remove hard coded etcd_port in openshift_facts
- updates for the openshift-etcd common playbook
- removed etcd and openshift-etcd playbooks from the byo playbooks directory
- added a common playbook for setting etcd launch facts
- added an openshift-etcd common service playbook
- removed unused variables
- fixed tests for embedded_{etcd,dns,kube} in openshift_master
- removed old workaround for reloading systemd units
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add initial etcd role
- Add etcd playbook to create etcd client certs
- Hookup master to etcd
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Remove aws openshift-node and openshift-master playbooks
- Rmove gce openshift-node and openshift-master playbooks
- Consolidate aws terminate playbooks
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
adding ignore feature for zbxapi.
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
example: create host using ansible zabbix module.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Adding retry logic to handle node registration race conditions
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Latest docker ships docker-storage-setup
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
new libra 7.1 ami - updated packages and cloud-init installed
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
update repo to real ose release
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
documented ansible arch team decisions
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
fixes for node scheduleability
|
| | |
| | |
| | |
| | | |
determining node scheduleability
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add a --profile option to spot which task takes more time
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
what the Ansible API imposes
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add a generic mechanism for passing options
|
| | | | |
| | | | |
| | | | |
| | | | | |
And use it in the libvirt and openstack playbooks
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Changes related to latest openshift master.
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix the formatting for the SSH config file
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Infrastructure - Validate AWS environment before calling playbooks
|