| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
small tweaks for adding docker volume for aws master hosts
|
|/ |
|
| |
|
|\
| |
| | |
The aep3 images changed locations.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Correct the case where the first host entered is not a master.
|
| |
| |
| |
| |
| | |
For now, we should restrict the quick installer to a single master.
This should change in the near future.
|
|\ \
| | |
| | | |
Bug 1282336 - Add additional seboolean for gluster
|
| | |
| | |
| | |
| | |
| | | |
- Added setting seboolean for virt_sandbox_use_fusefs
- Added a failed_when to not fail if virt_sandbox_use_fusefs does not exist
|
|\ \ \
| | | |
| | | | |
atomic-openshift-installer: Correct single master case
|
| | | |
| | | |
| | | |
| | | | |
Correct the case where the first host entered is not a master.
|
|\ \ \ \
| | | | |
| | | | | |
added copr-openshift-ansible releaser, removed old rel-eng stuff.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
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
|