Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into openstack-docs | Tomas Sedovic | 2017-10-13 | 8 | -5/+80 |
|\ | |||||
| * | Allow the specification of server group policies when provisioning openstack ↵ | tzumainn | 2017-10-13 | 6 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | (#747) * Allow for the specifying of server policies during OpenStack provisioning * documentation for openstack server group policies * add doc link detailing allowed policies * changed default to anti-affinity | ||||
| * | Fixes for metrics (#797) | Peter Schiffer | 2017-10-12 | 0 | -0/+0 |
| | | |||||
| * | Attach additional RHN Pools (post-provision custom action) (#753) | Tlacenka | 2017-10-12 | 2 | -4/+37 |
| | | | | | | | | | | | | | | | | | | | | * README, add-rhn-pools.yml: Add new custom post-provision playbook that attaches additional RHN pools - also mention this example in the contrib README * added become true * README update | ||||
| * | Merge pull request #795 from dav1x/keepalived-fix | Davis Phillips | 2017-10-12 | 0 | -0/+0 |
| |\ | | | | | | | Keepalived fix | ||||
| | * | Update main.yaml | Davis Phillips | 2017-10-11 | 0 | -0/+0 |
| | | | |||||
| | * | add keepalived handler | Davis Phillips | 2017-10-11 | 0 | -0/+0 |
| | | | |||||
| | * | fix keepalived issues and rename ha_lb_host to ha_lb_ip | Davis Phillips | 2017-10-11 | 0 | -0/+0 |
| |/ | |||||
* | | Make the private key examples consistent | Tomas Sedovic | 2017-10-13 | 1 | -7/+9 |
| | | | | | | | | | | | | Just like in the README, the Advanced Configuration will now rely on the default `~/.ssh/id_rsa` key and mention Ansible's `--private-key` option when using a different file. | ||||
* | | Streamline the OpenStack provider README | Tomas Sedovic | 2017-10-12 | 4 | -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-fix | Davis Phillips | 2017-10-10 | 0 | -0/+0 |
|\ | | | | | change public_hosted_zone to dns_zone | ||||
| * | change public_hosted_zone to dns_zone | Davis Phillips | 2017-10-06 | 0 | -0/+0 |
| | | |||||
* | | Fix for this issue https://bugzilla.redhat.com/show_bug.cgi?id=1495372 (#793) | Eduardo Mínguez | 2017-10-10 | 1 | -0/+1 |
| | | |||||
* | | Better credentials for GCP (#791) | Peter Schiffer | 2017-10-10 | 0 | -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 Wilkerson | 2017-10-09 | 0 | -0/+0 |
| | | |||||
* | | Merge pull request #787 from glennswest/master | Glenn S West | 2017-10-07 | 0 | -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-contrib | glennswest | 2017-10-06 | 3 | -3/+3 |
| |\| | | | | | | | | | | Merge upstream commits | ||||
| * | | Revert to production repo | glennswest | 2017-10-06 | 0 | -0/+0 |
| | | | |||||
| * | | Replace github path with auto generated one | glennswest | 2017-10-06 | 0 | -0/+0 |
| | | | |||||
| * | | Fix parent on commandline | glennswest | 2017-10-06 | 0 | -0/+0 |
| | | | |||||
| * | | Fix repo | glennswest | 2017-10-06 | 0 | -0/+0 |
| | | | |||||
| * | | Add a echo of path | glennswest | 2017-10-06 | 0 | -0/+0 |
| | | | |||||
| * | | Add support for passing github url for new add_node | glennswest | 2017-10-05 | 0 | -0/+0 |
| | | | |||||
| * | | Change add_host.sh to be part of bastion.sh and remove, makes changing the ↵ | glennswest | 2017-10-05 | 0 | -0/+0 |
| | | | | | | | | | | | | git repo easy | ||||
* | | | Merge pull request #776 from tomassedovic/dynamic-inventory | tzumainn | 2017-10-06 | 4 | -2/+111 |
|\ \ \ | | | | | | | | | Add dynamic inventory | ||||
| * | | | Set public_v4 to private_v4 if it doesn't exist | Tomas Sedovic | 2017-10-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | The DNS code expects a `public_v4` even when we use the provider networks. Let's just always export it. | ||||
| * | | | Fix flake8 errors | Tomas Sedovic | 2017-10-05 | 1 | -16/+14 |
| | | | | |||||
| * | | | Add dynamic inventory | Tomas Sedovic | 2017-10-04 | 4 | -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 Wilkerson | 2017-10-06 | 0 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #786 from openshift/test-openstack-latest-openshift-ansible | tzumainn | 2017-10-06 | 0 | -0/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Switch to the latest openshift-ansible for Openstack CI | ||||
| * | | | Switch to the latest openshift-ansible | Tomas Sedovic | 2017-10-06 | 0 | -0/+0 |
|/ / / | |||||
* | | | Replace the CASL references (#778) | Tomas Sedovic | 2017-10-06 | 3 | -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 Wilkerson | 2017-10-05 | 0 | -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 Phillips | 2017-10-05 | 0 | -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 Phillips | 2017-10-05 | 0 | -0/+0 |
| | | | |||||
* | | | Merge pull request #781 from cooktheryan/sudoers-tty | Davis Phillips | 2017-10-05 | 0 | -0/+0 |
|\ \ \ | |_|/ |/| | | WIP: fix of requiretty | ||||
| * | | WIP: fix of requiretty | Ryan Cook | 2017-10-05 | 0 | -0/+0 |
|/ / | |||||
* | | Merge pull request #774 from schen1/master | Glenn S West | 2017-10-05 | 0 | -0/+0 |
|\ \ | |/ |/| | Update the raw github links used by ansible and curl. | ||||
| * | Update raw github links needed when using curl for bastion.sh | Sylvain CHEN | 2017-10-04 | 0 | -0/+0 |
| | | |||||
| * | Update raw github links needed when using curl | Sylvain CHEN | 2017-10-04 | 0 | -0/+0 |
| | | |||||
| * | Fix error when adding new nodes (number of application nodes > 8) | Sylvain CHEN | 2017-10-04 | 0 | -0/+0 |
| | | |||||
* | | Fixing various contrib changes causing CASL breakage (#771) | Øystein Bedin | 2017-10-04 | 2 | -13/+13 |
| | | |||||
* | | rollback to remove package to support origin (#775) | Ryan Cook | 2017-10-04 | 0 | -0/+0 |
| | | |||||
* | | Fix error when adding new nodes in Azure (number of application nodes > 8) ↵ | schen1 | 2017-10-04 | 0 | -0/+0 |
|/ | | | | (#773) | ||||
* | Required variables to create dedicated lv (#766) | Eduardo Mínguez | 2017-10-03 | 4 | -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 Schiffer | 2017-10-03 | 0 | -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) | bgeesaman | 2017-10-03 | 0 | -0/+0 |
| | | | To avoid a syntax error during origin greenfield deployments. | ||||
* | timeout test (#762) | Ryan Cook | 2017-10-03 | 0 | -0/+0 |
| | |||||
* | Merge pull request #763 from dav1x/provider-setup | Davis Phillips | 2017-10-03 | 0 | -0/+0 |
|\ | | | | | WIP - add deploy host provider setup | ||||
| * | lint issues | Davis Phillips | 2017-10-03 | 0 | -0/+0 |
| | |