summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Flannel support (#814)Bogdan Dobrelya2017-10-186-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add flannel support * Document Flannel SDN use case for a separate data network. * Add post install step for flannel SDN * Configure iptables rules as described for OCP 3.4 refarch https://access.redhat.com/documentation/en-us/reference_architectures/2017/html/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10/emphasis_manual_deployment_emphasis#run_ansible_installer * Configure flannel interface options Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Use os_firewall from galaxy for required flannel rules For flannel SDN: * Add openshift-ansible as a galaxy dependency module. * Use openshift-ansible/roles/os_firewall to apply DNS rules for flanel SDN. * Apply the remaining advanced rules with direct iptables commands as os_firewall do not support advanced rules. * Persist only iptables rules w/o dynamic KUBe rules. Those are added runtime and need restoration after reboot or iptables restart. * Configure and enable the masked iptables service on the app nodes. Enable it to allow the in-memory rules to be persisted. Disable firewalld, which is the expected default behavior of the os_firewall module. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Allow access from nodes to masters' port 2379 when using flannel Flannel requires to gather information from etcd to configure and assign the subnets in the nodes, therefore, allow access from nodes to port 2379/tcp to the master security group. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Fix broken node labels when using with Vagrant 2.0 (#816)Rastislav Barlik2017-10-180-0/+0
| | | | | | | A broking change has been introduced in Vagrant 2.0 with this commit: https://github.com/hashicorp/vagrant/commit/ac75e409a3470897d56a0841a575e981d60e2e3d The change puts additional quotes around the node labels. As a fix, use different quoting mechanism for Vagrant >=2.0
* Docker storage fix (#812)Chandler Wilkerson2017-10-171-2/+3
| | | | | | * Added task to stop docker before templating config * Rearranged storage roles in rhv install
* Hostfile2inventory (#813)Chandler Wilkerson2017-10-170-0/+0
| | | | | | * hostfile parameter deprecated * hostfile parameter deprecated
* [WIP] Merge server with nofloating server heat templates (#761)Bogdan Dobrelya2017-10-174-250/+35
| | | Merge server with nofloating server heat templates
* Updating the issue template to be more consistent in format. (#810)Matt Bruzek2017-10-160-0/+0
| | | | | | | | * Updating the issue template to be more consistant in format. * Removing the links and the extra spaces. * Changed BUG REQUEST to BUG REPORT in the header.
* Merge pull request #808 from dav1x/fix_deploy_host_setupDavis Phillips2017-10-160-0/+0
|\ | | | | Fix deploy host setup
| * add comma for package list for gcpDavis Phillips2017-10-160-0/+0
| |
| * re-arrange README.md for vmwareDavis Phillips2017-10-130-0/+0
| |
| * re-arrange README.md for vmwareDavis Phillips2017-10-130-0/+0
| |
| * re-arrange README.md for vmwareDavis Phillips2017-10-130-0/+0
| |
| * re-arrange README.md for vmwareDavis Phillips2017-10-130-0/+0
| |
| * re-arrange README.md for vmwareDavis Phillips2017-10-130-0/+0
| |
| * fix table format for real this timeDavis Phillips2017-10-130-0/+0
| |
| * fix table formatDavis Phillips2017-10-130-0/+0
| |
| * fix table formatDavis Phillips2017-10-130-0/+0
| |
| * fix table formatDavis Phillips2017-10-130-0/+0
| |
| * fix table formatDavis Phillips2017-10-130-0/+0
| |
| * changing the docs for setup for providersDavis Phillips2017-10-130-0/+0
| |
* | Support separate data network for Flannel SDN (#757)Bogdan Dobrelya2017-10-168-1/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support separate data network for Flannel SDN Document the use case for a separate flannel data network. Allow Nova servers for openshift cluster to be provisioned with that isolated data network created and connected to masters, computes and infra nodes. Do not configure dns nameservers and router for that network. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Fix flannel use cases with provider network Provider network cannot be used with flannel SDN as the latter requires a separate isolated network, while the provider network is an externally managed single network. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> * Drop unused data_net_name Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Fixed teardown (#804)Peter Schiffer2017-10-130-0/+0
| |
* | More robust teardownPeter Schiffer2017-10-130-0/+0
| | | | | | | | | | | | If core infrastructure was created, but ssh proxy not configured, teardown didn't work. This could happen, for example, when there was an issue with core deployment.
* | Add Extra Docker Registry URLs (custom post-provision action) (#794)Tlacenka2017-10-132-0/+109
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add-docker-registry: playbook that adds docker registries to docker config file (in progress) * indentation fix * docker registries: add check for variable type * another type conversion * docker registry: try another unified formatting * another attempt * type error fix * quotation attempt * docker registry: bug fixes * docker registry: fixed formatting * docker registry: if docker is not available, skip the whole playbook * README updated * README: typo * docker registries: suggested changes applied (in progress) * docker registries: README updated, redundant check removed * removed redundant become:true
* Allow the specification of server group policies when provisioning openstack ↵tzumainn2017-10-136-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 Schiffer2017-10-120-0/+0
|
* Attach additional RHN Pools (post-provision custom action) (#753)Tlacenka2017-10-122-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-fixDavis Phillips2017-10-120-0/+0
|\ | | | | Keepalived fix
| * Update main.yamlDavis Phillips2017-10-110-0/+0
| |
| * add keepalived handlerDavis Phillips2017-10-110-0/+0
| |
| * fix keepalived issues and rename ha_lb_host to ha_lb_ipDavis Phillips2017-10-110-0/+0
|/
* 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