Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brownfield BYO Bastion Template (#691) | Mattia | 2017-08-24 | 0 | -0/+0 |
| | | | The task Render Brownfield BYO Bastion Template is missing the dash on the destination file | ||||
* | Invalid JSON Format (#692) | Mattia | 2017-08-24 | 0 | -0/+0 |
| | | | Invalid JSON Format during Create Brownfield Infrastructure with existing bastion | ||||
* | RHSM pool example, trial gcp account info (#693) | Peter Schiffer | 2017-08-24 | 0 | -0/+0 |
| | | | | | | | | * Use example for rhsm pool name * Add info about GCP trial version to the README * Include openshift_disable_check var in static inventory file | ||||
* | Do not repeat pre_tasks for post-provision playbook (#689) | Bogdan Dobrelya | 2017-08-24 | 2 | -6/+5 |
| | | | | | | Move repeating pre_tasks to pre-install (OpenShift Pre-Requisites) step. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | link to most the recent OSP ref arch (#671) | Dale Bewley | 2017-08-23 | 0 | -0/+0 |
| | |||||
* | Fix node label customisation (#679) | Tlacenka | 2017-08-23 | 4 | -7/+34 |
| | | | | | | | | | | | | | | | | | | | | * node labels: add checks for custom labels - README: add more info about customising labels - pre_tasks: add checks for label values, set to empty dict if undefined - group_vars: move labels customisation from OSEv3 to all * pre_tasks: tried a new approach to updating variables * pre_tasks: variable update fixed * pre_tasks: rollback upscaling changes (to be added in upscaling PR) * pre_tasks: blank line removed * pre_tasks: add check for undefined variable (should not happen though) * pre_tasks: be sure to have regions defined | ||||
* | Add documentation regarding running custom post-provision tasks (#678) | tzumainn | 2017-08-23 | 1 | -0/+38 |
| | | | | | | | | * Add documentation regarding running custom post-provision tasks * moved post-provision doc to openstack README * added reference to OSEv3, clarified some text | ||||
* | Merge pull request #687 from tomassedovic/pin-openshift-ansible-in-ci | Bogdan Dobrelya | 2017-08-23 | 0 | -0/+0 |
|\ | | | | | Pin openshift ansible in ci | ||||
| * | Show git status of the openshift-anisble version | Tomas Sedovic | 2017-08-23 | 0 | -0/+0 |
| | | | | | | | | | | | | This runs git status on the openshift-ansible repo in the end to end openstack CI. This is useful for investigating breakages later on (we'll know exactly which commit of openshift ansible to look at). | ||||
| * | Pin the openshift-ansible version in the CI | Tomas Sedovic | 2017-08-23 | 0 | -0/+0 |
|/ | | | | | | See issue #686 We'll pin this to unblock CI until that issues is properly resolved. | ||||
* | Merge pull request #649 from bogdando/mms | Bogdan Dobrelya | 2017-08-23 | 3 | -0/+22 |
|\ | | | | | [WIP] Add docs and defaults for multi-master setup | ||||
| * | Add docs and defaults for multi-master setup | Bogdan Dobrelya | 2017-08-21 | 3 | -0/+22 |
| | | | | | | | | | | | | | | | | Additionally, add the lb group to contain lb nodes to the static inventory template. Include the lb group into the OSEv3 group, in order to apply the cluster group vars to it. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | ||||
* | | Don't reattach the pool (#680) | Peter Schiffer | 2017-08-22 | 0 | -0/+0 |
| | | | | | | | | | | | | * Don't reattach the pool * Fixed intendation | ||||
* | | Use overlay2 in GCP ref. arch. (#681) | Peter Schiffer | 2017-08-22 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | * Move docker storage to overlay * Preinstall docker in gold image * Allow overwriting of dns records | ||||
* | | Add links to all ref. archs. on main README (#682) | Peter Schiffer | 2017-08-22 | 0 | -0/+0 |
| | | |||||
* | | Merge pull request #676 from openshift/jameslabocki-patch-1 | Glenn S West | 2017-08-22 | 0 | -0/+0 |
|\ \ | | | | | | | Update main.yaml for new directory structure | ||||
| * | | Update main.yaml for new directory structure | James Labocki | 2017-08-21 | 0 | -0/+0 |
| | | | | | | | | | Without this change the azure deployment will fail because of the introduction of 3.5 and 3.6 directories. | ||||
* | | | Merge pull request #677 from openshift/jameslabocki-patch-2 | Glenn S West | 2017-08-22 | 0 | -0/+0 |
|\ \ \ | |/ / |/| | | Change path to include 3.5 directory. | ||||
| * | | Change path to include 3.5 directory. | James Labocki | 2017-08-21 | 0 | -0/+0 |
|/ / | | | | | | | | | | | Without this change the azure deployment will fail because of the introduction of 3.5 and 3.6 directories. #### Who would you like to review this? cc: @gwestredhat @e-minguez | ||||
* | | destory file for OCP on Azure (#675) | James Labocki | 2017-08-21 | 0 | -0/+0 |
| | | |||||
* | | Remove `set -x` from the e2e ci pod validation (#673) | Tomas Sedovic | 2017-08-21 | 0 | -0/+0 |
| | | | | | | | | We've set the verbose logging too eagerly and it ends up spewing a lot of useless input in the "waiting for the pods to come up" phase. | ||||
* | | Ignore *.cfg and *.crt in the openstack inventory (#672) | Tomas Sedovic | 2017-08-21 | 1 | -1/+1 |
|/ | | | | | | This allows our users to keep the ansible.cfg file in the inventory as well as putting e.g. LDAP certificates in. Fixes #481 | ||||
* | Update openshift_release in the sample inventory (#647) | Tomas Sedovic | 2017-08-21 | 2 | -2/+0 |
| | | | | | | | * Update openshift_release in the sample inventory This removes setting the version for Openshift Origin, because the only the latest release is actually available. So if a new Origin release comes up, the installation will fail. | ||||
* | Merge pull request #661 from tomassedovic/contributing | Bogdan Dobrelya | 2017-08-21 | 0 | -0/+0 |
|\ | | | | | Add a contributing guide | ||||
| * | Another missing word | Tomas Sedovic | 2017-08-18 | 0 | -0/+0 |
| | | |||||
| * | Add a missing word | Tomas Sedovic | 2017-08-18 | 0 | -0/+0 |
| | | |||||
| * | Add a contributing guide | Tomas Sedovic | 2017-08-18 | 0 | -0/+0 |
| | | | | | | | | | | | | Hoping that this will get our pull requests and code reviews more consistent (and it should help people getting started with code reviews). | ||||
* | | resolves #669 and resolves #668 (#670) | Ryan Cook | 2017-08-20 | 0 | -0/+0 |
| | | |||||
* | | Merge pull request #659 from glennswest/master | Glenn S West | 2017-08-21 | 0 | -0/+0 |
|\ \ | | | | | | | Merge back 3.5 support | ||||
| * | | Switch all to use 7.4 (using sku 7-RAW) | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Switch to dev branch | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Fix version | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Fix up sku selector | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Update to 7.4 | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/openshift/openshift-ansible-contrib | glennswest | 2017-08-18 | 5 | -6/+29 |
| |\| | | | | | | | | | | Resync With Master | ||||
| * | | Fix README for overwrite | glennswest | 2017-08-18 | 0 | -0/+0 |
| | | | |||||
| * | | Cleanup images | glennswest | 2017-08-17 | 0 | -0/+0 |
| | | | |||||
| * | | Add 3.5 | glennswest | 2017-08-17 | 0 | -0/+0 |
| | | | |||||
* | | | Merge pull request #666 from dav1x/fix-clean-add-rhsm | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | adding files for 3.6 update and optimizing some rhsm | ||||
| * | | | lint changes | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
| * | | | adding rhsm role | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
| * | | | remove openshift-storage includes and add new docker-storage-setup | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
| * | | | fixes issue #658 | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
| * | | | adding files for 3.6 update and optimizing some rhsm | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
* | | | | Resolving #660 items (#665) | Ryan Cook | 2017-08-18 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | * resolving #660 items * only touch new node | ||||
* | | | | Don't forget the satellites (#663) | Chandler Wilkerson | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
* | | | | need to actually connect to the host not local connection (#664) | Ryan Cook | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #662 from cooktheryan/non-atomic-fix | Davis Phillips | 2017-08-18 | 0 | -0/+0 |
|\ \ \ \ | |_|_|/ |/| | | | need privilges to run non-atomic-command | ||||
| * | | | allow elevated privs | Ryan Cook | 2017-08-18 | 0 | -0/+0 |
| | | | | |||||
| * | | | need privilges to run non-atomic-command | Ryan Cook | 2017-08-18 | 0 | -0/+0 |
|/ / / |