| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- openshift_master role update
- infra_nodes was previously being set to num_infra, which is an integer
value when using the cloud providers, added a new variable osm_infra_nodes
that is expected to be a list of hosts
- if openshift_infra_nodes is not already set, create it from the nodes that
have the region=infra label.
- Cloud provider config playbook updates
- override openshift_router_selector for cloud providers to avoid using the
default of 'region=infra' when deployment_type is not 'online'
- Set openshift_infra_nodes to g_infra_host for cloud providers
|
|\
| |
| | |
Fix update_repos_and_packages playbook which now needs openshift_facts
|
| |
| |
| |
| | |
`rhel_subscribe`
|
|\ \
| | |
| | | |
Increase OpenStack stack creation/deletion timeout
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix for bug 1298
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
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
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
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.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove camel case for bin/cluster addNodes
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
v3_0_to_v3_1_upgrade: Install storage packages
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
As suggested, this should help decouple the upgrade from the config
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Include the existing storage plugin configuration during an upgrade.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix error when oo_masters_to_config is empty
|
| | |/ / / /
| |/| | | | |
|
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
failed masters.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update cluster_hosts.yml for cloud providers
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add g_infra_hosts (nodes with sub-type infra)
- Add g_compute_hosts (nodes with sub-type compute)
- Reduce duplication by re-using previously defined variables
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Native ha port fixes
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Ha port fixes
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Remove default disable of SDN for GCE
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Update openshift_facts to no longer default use_openshift_sdn for GCE
installs
- Remove workarounds in the GCE playbooks that were forcing SDN configuration
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Improve pacemaker 'is-active' check.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
new role: added oso_moniotoring tools role
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
Following on from #1107 the host group's name is OSEv3 and not OSv3
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Configure node-masters before nodes in containerized install
|
| | |/ / / /
| |/| | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
prompt.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Uninstall remove containerized wrapper and symlinks
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|