summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Streamline the OpenStack provider READMETomas Sedovic2017-10-124-532/+883
| | | | | | | | | | | This moves all the extra configuration options and deployment notes to a new `advanced-configuration.md` file and keeps the README much shorter. The README now presents the simplest workflow with minimal configuration and manual steps on part of the deployer. The advanced configuration is in need of a little more cleanup, but we can do that in another pull request.
* Merge pull request #788 from dav1x/zone-name-fixDavis Phillips2017-10-100-0/+0
|\ | | | | change public_hosted_zone to dns_zone
| * change public_hosted_zone to dns_zoneDavis Phillips2017-10-060-0/+0
| |
* | Fix for this issue https://bugzilla.redhat.com/show_bug.cgi?id=1495372 (#793)Eduardo Mínguez2017-10-101-0/+1
| |
* | Better credentials for GCP (#791)Peter Schiffer2017-10-100-0/+0
| | | | | | | | | | | | * Updated GCE dynamic inventory script * Migrate from depreciated secrets.py to recommended yaml files * It's better to not use spaces in gce.ini
* | Added server_hostname as a parameter rhsm_hostname (#792)Chandler Wilkerson2017-10-090-0/+0
| |
* | Merge pull request #787 from glennswest/masterGlenn S West2017-10-070-0/+0
|\ \ | | | | | | add a proper $GITURL to bastion.sh and rework add_node.sh to use it
| * | Merge branch 'master' of https://github.com/openshift/openshift-ansible-contribglennswest2017-10-063-3/+3
| |\| | | | | | | | | | Merge upstream commits
| * | Revert to production repoglennswest2017-10-060-0/+0
| | |
| * | Replace github path with auto generated oneglennswest2017-10-060-0/+0
| | |
| * | Fix parent on commandlineglennswest2017-10-060-0/+0
| | |
| * | Fix repoglennswest2017-10-060-0/+0
| | |
| * | Add a echo of pathglennswest2017-10-060-0/+0
| | |
| * | Add support for passing github url for new add_nodeglennswest2017-10-050-0/+0
| | |
| * | Change add_host.sh to be part of bastion.sh and remove, makes changing the ↵glennswest2017-10-050-0/+0
| | | | | | | | | | | | git repo easy
* | | Merge pull request #776 from tomassedovic/dynamic-inventorytzumainn2017-10-064-2/+111
|\ \ \ | | | | | | | | Add dynamic inventory
| * | | Set public_v4 to private_v4 if it doesn't existTomas Sedovic2017-10-051-2/+3
| | | | | | | | | | | | | | | | | | | | The DNS code expects a `public_v4` even when we use the provider networks. Let's just always export it.
| * | | Fix flake8 errorsTomas Sedovic2017-10-051-16/+14
| | | |
| * | | Add dynamic inventoryTomas Sedovic2017-10-044-2/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an `inventory.py` script to the `sample-inventory` that lists all the necessary servers and groups dynamically, skipping the `static_inventory` role as well as the `hosts` creation. It also adds an `os_cinder` lookup function which is necessary for a seamless Cinder OpenShift registry integration without a static inventory.
* | | | Adjusting logic on rhsm_user (#784)Chandler Wilkerson2017-10-060-0/+0
| | | |
* | | | Merge pull request #786 from openshift/test-openstack-latest-openshift-ansibletzumainn2017-10-060-0/+0
|\ \ \ \ | |_|_|/ |/| | | Switch to the latest openshift-ansible for Openstack CI
| * | | Switch to the latest openshift-ansibleTomas Sedovic2017-10-060-0/+0
|/ / /
* | | Replace the CASL references (#778)Tomas Sedovic2017-10-063-3/+3
| | | | | | | | | | | | | | | | | | Following up on the initial port of the OpenStack roles from casl-ansible to openshift-ansible-contrib. One of the points that was brought up in the review was to drop the references to CASL in the code since the code has now wider reach.
* | | Rhv 3.6 updates (#783)Chandler Wilkerson2017-10-050-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VM Definition updates for ovirt-ansible * Minor version and cosmetic comment updates * Added example for RHV engine URL * Added example for RHV engine URL * replicas invalid for kind = nfs
* | | keepalived for ha haproxy & ocp-on-vmware.py rework (#777)Davis Phillips2017-10-050-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add updated changes to ocp-on-vmware and add-node * updates to keepalived role * mend * updated ocp-on-vmware.py * lint * more lint
* | | Revert "WIP: fix of requiretty" (#782)Davis Phillips2017-10-050-0/+0
| | |
* | | Merge pull request #781 from cooktheryan/sudoers-ttyDavis Phillips2017-10-050-0/+0
|\ \ \ | |_|/ |/| | WIP: fix of requiretty
| * | WIP: fix of requirettyRyan Cook2017-10-050-0/+0
|/ /
* | Merge pull request #774 from schen1/masterGlenn S West2017-10-050-0/+0
|\ \ | |/ |/| Update the raw github links used by ansible and curl.
| * Update raw github links needed when using curl for bastion.shSylvain CHEN2017-10-040-0/+0
| |
| * Update raw github links needed when using curlSylvain CHEN2017-10-040-0/+0
| |
| * Fix error when adding new nodes (number of application nodes > 8)Sylvain CHEN2017-10-040-0/+0
| |
* | Fixing various contrib changes causing CASL breakage (#771)Øystein Bedin2017-10-042-13/+13
| |
* | rollback to remove package to support origin (#775)Ryan Cook2017-10-040-0/+0
| |
* | Fix error when adding new nodes in Azure (number of application nodes > 8) ↵schen12017-10-040-0/+0
|/ | | | (#773)
* Required variables to create dedicated lv (#766)Eduardo Mínguez2017-10-034-7/+36
| | | | | | | | * Required variables to create dedicated lv https://bugzilla.redhat.com/show_bug.cgi?id=1490910#c11 * Fixed lint and added distribution to checks
* Set node selector in openshift-infra namespace (#759)Peter Schiffer2017-10-030-0/+0
| | | So the pods in this namespace are correctly scheduled on the infra nodes.
* Use Ansible stable 2.3 instead of 2.2 (#738)bgeesaman2017-10-030-0/+0
| | | To avoid a syntax error during origin greenfield deployments.
* timeout test (#762)Ryan Cook2017-10-030-0/+0
|
* Merge pull request #763 from dav1x/provider-setupDavis Phillips2017-10-030-0/+0
|\ | | | | WIP - add deploy host provider setup
| * lint issuesDavis Phillips2017-10-030-0/+0
| |
| * lint issuesDavis Phillips2017-10-030-0/+0
| |
| * lint issuesDavis Phillips2017-10-030-0/+0
| |
| * add ospDavis Phillips2017-10-020-0/+0
| |
| * check for provider and skip disable if its definedDavis Phillips2017-10-020-0/+0
| |
| * auto gen ssh key for rhv and vmwDavis Phillips2017-09-290-0/+0
| |
| * adding rhv repo and package installDavis Phillips2017-09-280-0/+0
| |
| * accidently renamed ovirtDavis Phillips2017-09-280-0/+0
| |
| * remove separate task for localhostDavis Phillips2017-09-280-0/+0
| |
| * update deploy-host to support specificed providersDavis Phillips2017-09-280-0/+0
| |