| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
changed counter -> count in maser items
|
| | |
|
|\ \
| | |
| | | |
Adding data_type to zbx_items
|
|/ / |
|
|\|
| |
| | |
updated my check to support the boolean data type
|
| | |
|
|\|
| |
| | |
added healthz check and more pod count checks
|
| | |
|
|\ \
| |/
|/| |
atomic-openshift-installer: Temporarily restrict to single master
|
|/
|
|
|
| |
For now, we should restrict the quick installer to a single master.
This should change in the near future.
|
|\
| |
| | |
openshift-ansible: Correct variable
|
| | |
|
|\|
| |
| | |
atomic-openshift-utils: Version lock playbooks
|
|/
|
|
|
|
| |
Requires the openshift-ansible-playbooks and openshift-ansible-roles to match
atomic-openshift-utils or be newer.
Revise some of the other Requires to be more logical.
|
|\
| |
| | |
Add the native ha services and configs to uninstall
|
|/ |
|
|\
| |
| | |
Raise lifetime to 2 weeks for dynamic AWS items
|
| | |
|
|\ \
| | |
| | | |
Better structure the output of the list playbook
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The list playbook listed the IPs of the VMs without logging their role like:
TASK: [debug ] ************************************************************
ok: [10.64.109.37] => {
"msg": "public:10.64.109.37 private:192.168.165.5"
}
ok: [10.64.109.47] => {
"msg": "public:10.64.109.47 private:192.168.165.6"
}
ok: [10.64.109.36] => {
"msg": "public:10.64.109.36 private:192.168.165.4"
}
ok: [10.64.109.215] => {
"msg": "public:10.64.109.215 private:192.168.165.2"
}
The list playbook now prints the information in a more structured way with
a list of masters, a list of nodes and the subtype of the nodes like:
TASK: [debug ] ************************************************************
ok: [localhost] => {
"msg": {
"lenaicnewlist": {
"master": [
{
"name": "10.64.109.215",
"private IP": "192.168.165.2",
"public IP": "10.64.109.215",
"subtype": "default"
}
],
"node": [
{
"name": "10.64.109.47",
"private IP": "192.168.165.6",
"public IP": "10.64.109.47",
"subtype": "compute"
},
{
"name": "10.64.109.37",
"private IP": "192.168.165.5",
"public IP": "10.64.109.37",
"subtype": "compute"
},
{
"name": "10.64.109.36",
"private IP": "192.168.165.4",
"public IP": "10.64.109.36",
"subtype": "infra"
}
]
}
}
}
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix invalid sudo command test
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
README_AWS: Add needed dependency
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
bin/cluster fix python 2.6 issue
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add pyOpenSSL to dependencies for Fedora.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: O'meid <public@omeid.me>
|
| | | | |
| | | | |
| | | | | |
pyOpenSSL is required by `filter_plugins/oo_filters.py` at least but isn't installed on Fedora 22 by default.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Gate upgrade steps
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add gateing tests on the 3.0 to 3.1 upgrade
- Ensure that each stage does not proceed if a subset of the hosts fail,
since ansible will continue through the playbook as long as all hosts in a
play haven't failed.
- Fix up some left over references to byo group names
|
|\ \ \ \ \
| | | | | |
| | | | | | |
added the tito and copr_cli roles
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
Update etcd default facts setting
|
| | | | | | |
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Update master facts prior to upgrading from 3.0 to 3.1
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
pre-upgrade-check: differentiates between port and targetPort in output
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
RH subscription: optional satellite and pkg update
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add an optional rhel_subscription_server fact to configure RHSM
registration to a Red Hat Satellite server.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove vagrant-registration because it's not needed anymore.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
remove netaddr dependency
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Fix pylint import errors for utils/test/.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
pylint is unable to import the modules in src as they are not on the path.
|