Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor volume directory creation | Scott Dodson | 2016-08-24 | 1 | -2/+3 |
| | |||||
* | Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselves | Scott Dodson | 2016-08-24 | 3 | -3/+3 |
| | |||||
* | Add metrics exports to nfs role, move exports to ↵ | Scott Dodson | 2016-08-24 | 2 | -1/+17 |
| | | | | /etc/exports.d/openshift-ansible.exports | ||||
* | Add ability to disable pvc creation | Scott Dodson | 2016-08-24 | 2 | -3/+6 |
| | |||||
* | Fix registry volume | Scott Dodson | 2016-08-24 | 1 | -1/+2 |
| | |||||
* | add selectors for metrics and logging | Scott Dodson | 2016-08-24 | 1 | -0/+8 |
| | |||||
* | Add logic to detect existing installs | Scott Dodson | 2016-08-24 | 4 | -84/+175 |
| | | | | | However, due to testing constraints we're only supporting 'greenfield' installs right now. | ||||
* | Deploy metrics after our router | Scott Dodson | 2016-08-24 | 1 | -1/+1 |
| | | | | | Metrics deployer now checks for route activation. As such we need a router before we install metrics. | ||||
* | Add Enterprise 3.3 template | Scott Dodson | 2016-08-24 | 2 | -6/+36 |
| | |||||
* | Pull in keynote demo changes | Scott Dodson | 2016-08-24 | 5 | -54/+163 |
| | |||||
* | [tags] add some support for running a subset of config via tags | Jason DeTiberus | 2016-08-24 | 3 | -0/+30 |
| | |||||
* | [metrics] add filter to clean up hostname for use in metrics deployment | Jason DeTiberus | 2016-08-24 | 1 | -1/+19 |
| | |||||
* | Automatic commit of package [openshift-ansible] release [3.3.14-1]. | Scott Dodson | 2016-08-23 | 2 | -2/+25 |
| | |||||
* | Merge pull request #2334 from smunilla/BZ1358951 | Scott Dodson | 2016-08-23 | 5 | -76/+88 |
|\ | | | | | Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file | ||||
| * | a-o-i: Remove Legacy Config Upgrade | Samuel Munilla | 2016-08-19 | 4 | -74/+52 |
| | | | | | | | | | | Remove the automatic upgrade of the 3.0 configuration file format and add some better error messaging that points the user at the docs. | ||||
| * | Bug 1358951 - Error loading config, no such key: 'deployment' when using ↵ | Samuel Munilla | 2016-08-19 | 3 | -3/+37 |
| | | | | | | | | | | | | | | previously valid answers file Update the quick installer to automatically convert from the old config file format to the new format. | ||||
* | | Merge pull request #2333 from smunilla/fix_ssh_question | Scott Dodson | 2016-08-23 | 1 | -5/+4 |
|\ \ | | | | | | | a-o-i: Fix ansible_ssh_user question | ||||
| * | | a-o-i: Fix ansible_ssh_user question | Samuel Munilla | 2016-08-23 | 1 | -5/+4 |
| |/ | | | | | | | | | Since we moved 'ansible_ssh_user' under 'deployment', we need to update the criteria for when to ask the user to reenter that information. | ||||
* | | Merge pull request #2339 from dgoodwin/plugin-order-warning | Scott Dodson | 2016-08-23 | 1 | -0/+13 |
|\ \ | | | | | | | Add warning at end of 3.3 upgrade if pluginOrderOverride is found. | ||||
| * | | Add warning at end of 3.3 upgrade if pluginOrderOverride is found. | Devan Goodwin | 2016-08-22 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #2348 from dgoodwin/ded-etcd-fix | Scott Dodson | 2016-08-23 | 2 | -1/+5 |
|\ \ \ | | | | | | | | | Dedicated Etcd Upgrade Fix | ||||
| * | | | Don't run node config upgrade hook if host is not a node. | Devan Goodwin | 2016-08-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Better error if no OpenShift RPMs are available. | Devan Goodwin | 2016-08-23 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #2346 from abutcher/ca-bundle | Scott Dodson | 2016-08-23 | 1 | -0/+26 |
|\ \ \ \ | |/ / / |/| | | | Link ca to ca-bundle when ca-bundle does not exist. | ||||
| * | | | Link ca to ca-bundle when ca-bundle does not exist. | Andrew Butcher | 2016-08-23 | 1 | -0/+26 |
|/ / / | |||||
* | | | Merge pull request #2344 from openshift/revert-2325-fileglobglob | Scott Dodson | 2016-08-23 | 3 | -2/+2 |
|\ \ \ | | | | | | | | | Revert "Due to problems with with_fileglob lets avoid using it for now" | ||||
| * | | | Revert "Due to problems with with_fileglob lets avoid using it for now" | Scott Dodson | 2016-08-23 | 3 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2340 from lhuard1A/ansible_virt_module | Jason DeTiberus | 2016-08-22 | 5 | -41/+34 |
|\ \ \ | | | | | | | | | Replace some virsh commands by native virt_XXX ansible module | ||||
| * | | | Replace some virsh commands by native virt_XXX ansible module | Lénaïc Huard | 2016-08-22 | 5 | -41/+34 |
| | | | | |||||
* | | | | Merge pull request #2336 from sdodson/etcd-uninstall | Scott Dodson | 2016-08-22 | 1 | -1/+4 |
|\ \ \ \ | |/ / / |/| | | | Fix etcd uninstall | ||||
| * | | | Fix etcd uninstall | Scott Dodson | 2016-08-19 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #2330 from lhuard1A/open_node_ports | Jason DeTiberus | 2016-08-19 | 4 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | Open OpenStack security group for the service node port range | ||||
| * | | | | Open OpenStack security group for the service node port range | Lénaïc Huard | 2016-08-19 | 4 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With OpenShift 3.2, creating a service accessible from the outside of the cluster thanks to `nodePort` automatically opens the “local” `iptables` firewall to allow incoming connection on the `nodePort` of the service. In order to benefit from this improvement, the OpenStack security group shouldn’t block those incoming connections. This change opens, on the OS nodes, the port range dedicated to service node ports. | ||||
* | | | | | Merge pull request #2329 from lhuard1A/fix_nodeonmaster | Jason DeTiberus | 2016-08-19 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix the “node on master” feature | ||||
| * | | | | Fix the “node on master” feature | Lénaïc Huard | 2016-08-19 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What we want to do is to add the master as a node if: * `g_nodeonmaster` is set to true, and * we are not in the case where we want to add new nodes. The second test was done by only checking whether `g_new_node_hosts` was defined. This was wrong because, in all cloud-provider setups, this variable was set with the default value of “empty list” (`[]`). The test has been changed to use the `bool` filter so that it correctly evaluates to false (and hence, effectively add the master as a node) when `g_new_node_hosts` is the empty list. | ||||
* | | | | Merge pull request #2325 from sdodson/fileglobglob | Scott Dodson | 2016-08-19 | 3 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Due to problems with with_fileglob lets avoid using it for now | ||||
| * | | | | Due to problems with with_fileglob lets avoid using it for now | Scott Dodson | 2016-08-18 | 3 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #2331 from dgoodwin/docker-upgrade-symlink | Scott Dodson | 2016-08-19 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | | Fix standalone Docker upgrade missing symlink. | ||||
| * | | | Fix standalone Docker upgrade missing symlink. | Devan Goodwin | 2016-08-19 | 1 | -0/+1 |
| | | | | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.3.13-1]. | Troy Dawson | 2016-08-19 | 2 | -2/+8 |
| | | | | |||||
* | | | | Merge pull request #2327 from lhuard1A/openstack_ansible_2.1 | Scott Dodson | 2016-08-19 | 4 | -25/+27 |
|\ \ \ \ | | | | | | | | | | | Fix warnings in OpenStack provider with ansible 2.1 | ||||
| * | | | | Fix warnings in OpenStack provider with ansible 2.1 | Lénaïc Huard | 2016-08-19 | 4 | -25/+27 |
| | |_|/ | |/| | | | | | | | | | | Some expressions now need to be enclosed inside `{{…}}`. | ||||
* | | | | Merge pull request #2323 from sdodson/bz1367937 | Scott Dodson | 2016-08-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Mount /sys rw | ||||
| * | | | Mount /sys rw | Scott Dodson | 2016-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937 | ||||
* | | | | Merge pull request #2319 from openshift/sdodson-patch-3 | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update uninstall.yml | ||||
| * | | | | Update uninstall.yml | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
|/ / / / | | | | | | | | | Fixes #2317 | ||||
* | | | | Merge pull request #2314 from sdodson/bz1356823 | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix padding on registry config | ||||
| * | | | | Fix padding on registry config | Scott Dodson | 2016-08-17 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.3.12-1]. | Troy Dawson | 2016-08-17 | 2 | -2/+23 |
| | | | | |||||
* | | | | Merge pull request #2303 from tpoitras/typos-cli_installer.py | Scott Dodson | 2016-08-17 | 2 | -80/+78 |
|\ \ \ \ | |/ / / |/| | | | Edits to fix to typos, grammar, and product branding in cli_installer |