| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Increase OpenStack stack creation/deletion timeout
|
| | |
|
|\ \
| | |
| | | |
Fix for bug 1298
|
| | | |
|
|\ \ \
| | | |
| | | | |
Enable cockpit when not is_atomic.
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Explicitly restart the node service after configuring it for nuage
|
|/ / |
|
|\ \
| | |
| | | |
adhoc s3 registry - add auth part in the registry config sample
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without the auth part, after spawning the registry we were not able to do an auth.
```
docker login -u .. -p ... 172.30.234.98:5000
Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: []
```
Simply adding this part in the registry config sample
|
|\ \ \
| | | |
| | | | |
Allow to have custom bucket name and region
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
File playbooks/adhoc/s3_registry/s3_registry*
To be able to use a different bucket name and region, aws_bucket and aws_region are now available
* Add variable for region and bucket into j2
* Update comment Usage
* Add default aws_bucket_name and aws_bucket_region
|
|\ \ \
| | | |
| | | | |
Configure logrotate on atomic.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fixed logic for skipping symlinks in jenkins checks.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
fix template trigger calc
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Minor readme cleanup for Bug 1271566
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fixed zbx_host interface comparison and removed duplicate hostgroup names for input.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix `oo_pretty_print_cluster` following the renaming of `env` into `clusterid`
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix checking for update package availability
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected.
This patch sorts the version number list so that most recent version is always picked first.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Dockerfile: Require pyOpenSSL
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
replace yum with dnf
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Install cockpit, logrotate and fluentd unless host is atomic.
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Expose data_dir
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Ensure openssl present for etcd_ca
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix pkg_version
|
| | |/ / / / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Adding a variable for ha master.
|
| | |_|_|_|/ / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
zabbix: added the skydns items and triggers
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Update Docs and test for testing ansible version
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Nuage
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added variables
Made changes for node configuration
Add service restart logic to node
Fixed ansible syntax errors
Add cert and key info for nodes
Added active and standby controller ip configuration information
Uncommented the nuage sdn check
Changed ca_crt -> ca_cert
Added restarting of atomic openshift master
Removed service account dependencies
Fixes
Fixed the api server url
Removed redundant restart of atomic openshift master
Configure nuagekubemon on all of the master nodes
Restart master api and controllers as well on nuagekubemon installation
Converted plugin config into template
Add template for nuagekubemon
Removed uplink interface from vars
Able to copy cert keys
Uninstall default ovs
Add the kubemon template
Do not install rdo sdn rpms in case of nuage
Addressed latest review comments
Set the networkPluginName for nuage
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Supporting awsutil inventory calls with version and hosttype aliases.
|
| | |_|/ / / / /
| |/| | | | | | |
|