Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install subscription-manager to fix issue-3102 | Kunal Limaye | 2017-01-18 | 1 | -0/+5 |
| | |||||
* | Changing formatting for issue#2244 update | Kunal Limaye | 2017-01-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2640 from ewolinetz/logging_deployer_tasks | Scott Dodson | 2017-01-17 | 60 | -0/+3499 |
|\ | | | | | Logging deployer tasks | ||||
| * | Addressing Travis errors | ewolinetz | 2017-01-17 | 8 | -176/+221 |
| | | |||||
| * | delete idempotent | ewolinetz | 2017-01-13 | 2 | -0/+22 |
| | | |||||
| * | additional comments addressed | ewolinetz | 2017-01-13 | 2 | -9/+5 |
| | | |||||
| * | Updating upgrade_logging to be more idempotent | ewolinetz | 2017-01-13 | 7 | -18/+32 |
| | | |||||
| * | Using oc_apply task for idempotent | ewolinetz | 2017-01-13 | 4 | -11/+87 |
| | | |||||
| * | Removing shell module calls and cleaning up changed | ewolinetz | 2017-01-13 | 24 | -71/+169 |
| | | |||||
| * | addressing comments | ewolinetz | 2017-01-12 | 19 | -359/+112 |
| | | |||||
| * | Fixing collision of system.admin cert generation | ewolinetz | 2017-01-04 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #23 from jcantrill/code_reviews | Eric Wolinetz | 2017-01-03 | 2 | -31/+6 |
| |\ | | | | | | | minor updates for code reviews, remove unused params | ||||
| | * | minor updates for code reviews, remove unused params | Jeff Cantrill | 2016-12-19 | 2 | -31/+6 |
| |/ | |||||
| * | Updating to use deployer pod to generate JKS chain instead | ewolinetz | 2016-12-15 | 3 | -96/+191 |
| | | |||||
| * | Creating openshift_logging role for deploying Aggregated Logging without a ↵ | ewolinetz | 2016-12-14 | 64 | -0/+3425 |
| | | | | | | | | deployer image | ||||
* | | Merge pull request #2786 from dgoodwin/docker-1.12 | Scott Dodson | 2017-01-17 | 5 | -9/+7 |
|\ \ | | | | | | | Begin requiring Docker 1.12. | ||||
| * | | Begin requiring Docker 1.12. | Devan Goodwin | 2016-11-10 | 5 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building off the work done for Docker 1.10, we now require Docker 1.12 by default. The upgrade process was already set to ensure you are running the latest docker during upgrade, and the standalone docker upgrade playbook can also be used if desired. As before, you can override this Docker 1.12 requirement by setting a docker_version=1.10.3 (or similar), and you can skip the default to upgrade docker by setting docker_upgrade=False. | ||||
* | | | Merge pull request #3098 from sdodson/image-stream-sync | Scott Dodson | 2017-01-17 | 148 | -237/+57451 |
|\ \ \ | | | | | | | | | Sync examples | ||||
| * | | | v1.3 Add RHAMP | Scott Dodson | 2017-01-17 | 20 | -119/+853 |
| | | | | |||||
| * | | | Update v1.4 content, add api-gateway | Scott Dodson | 2017-01-17 | 21 | -111/+1259 |
| | | | | |||||
| * | | | Add v1.5 content | Scott Dodson | 2017-01-17 | 106 | -1/+55330 |
| | | | | |||||
| * | | | Update example sync script | Scott Dodson | 2017-01-17 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | Add RHAMP, update for hosted templates changes. | ||||
* | | | | Merge pull request #2873 from jcantrill/295_metrics_admin_again | Scott Dodson | 2017-01-17 | 36 | -0/+1725 |
|\ \ \ \ | |/ / / |/| | | | Move Metrics to ansible from deployer | ||||
| * | | | use pod to generate keystores (#14) | Jeff Cantrill | 2017-01-17 | 10 | -130/+312 |
| | | | | |||||
| * | | | properly set changes when oc apply | Jeff Cantrill | 2017-01-17 | 3 | -8/+41 |
| | | | | |||||
| * | | | additional cr fixes | Jeff Cantrill | 2017-01-17 | 7 | -91/+109 |
| | | | | |||||
| * | | | metrics fixes for yamlint | Jeff Cantrill | 2017-01-17 | 9 | -47/+47 |
| | | | | |||||
| * | | | additional code reviews | Jeff Cantrill | 2017-01-17 | 13 | -52/+120 |
| | | | | |||||
| * | | | set replicas to current value so not to disrupt current pods (#13) | Jeff Cantrill | 2017-01-17 | 5 | -3/+32 |
| | | | | |||||
| * | | | User provided certs pushed from control. vars reorg (#12) | Jeff Cantrill | 2017-01-17 | 8 | -35/+79 |
| | | | | | | | | | | | | Merging per discussion and agreement from @bbguimaraes | ||||
| * | | | update vars to allow scaling of components (#9) | Jeff Cantrill | 2017-01-17 | 11 | -23/+173 |
| | | | | |||||
| * | | | allow definition of cpu/memory limits/resources (#11) | Jeff Cantrill | 2017-01-17 | 5 | -1/+111 |
| | | | | |||||
| * | | | rename variables to be less extraneous (#10) | Jeff Cantrill | 2017-01-17 | 6 | -23/+30 |
| | | | | |||||
| * | | | copy admin cert for use in subsequent tasks (#8) | Jeff Cantrill | 2017-01-17 | 5 | -6/+19 |
| | | | | |||||
| * | | | Add tasks to uninstall metrics (#7) | Jeff Cantrill | 2017-01-17 | 6 | -26/+38 |
| | | | | |||||
| * | | | Custom certificates (#5) | Bruno Barcarol Guimarães | 2017-01-17 | 11 | -258/+330 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Generate secrets on a persistent directory. * Split certificate generation files. * Custom certificates. * Minor fixes. - use `slurp` instead of `shell: base64` - fix route hostname * Updates on origin-metrics. | ||||
| * | | | prefix vars with metrics role (#4) | Jeff Cantrill | 2017-01-17 | 11 | -65/+66 |
| | | | | |||||
| * | | | Bruno Barcarol Guimarães work to move metrics to ansible from deployer | Jeff Cantrill | 2017-01-17 | 23 | -0/+986 |
|/ / / | |||||
* | | | Merge pull request #3083 from rhcarvalho/doc-playbooks | Scott Dodson | 2017-01-17 | 9 | -0/+66 |
|\ \ \ | | | | | | | | | Document playbook directories | ||||
| * | | | Document playbook directories | Rodolfo Carvalho | 2017-01-13 | 8 | -0/+60 |
| | | | | |||||
| * | | | Document bin/cluster tool | Rodolfo Carvalho | 2017-01-13 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #3086 from bparees/build_nodes | Scott Dodson | 2017-01-17 | 8 | -38/+105 |
|\ \ \ \ | | | | | | | | | | | add configuration for build default+overrides settings | ||||
| * | | | | add configuration for build default+overrides settings | Ben Parees | 2017-01-16 | 8 | -38/+105 |
| | | | | | |||||
* | | | | | Merge pull request #3064 from giuseppe/fix-etcdctl-from-container | Scott Dodson | 2017-01-17 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | use etcdctl from the container when containerized=True | ||||
| * | | | | | use etcdctl from the container when containerized=True | Giuseppe Scrivano | 2017-01-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | Merge pull request #2993 from rhcarvalho/success-preflight | Rodolfo Carvalho | 2017-01-17 | 16 | -3/+560 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add RPM checks as a byo playbook | ||||
| * | | | | | | Rename subrole facts -> init | Rodolfo Carvalho | 2017-01-13 | 4 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to improve the name, `init` needs to be loaded before calling other subroles. We don't make `init` a dependency of `common`, `masters` and `nodes` to avoid running the relatively slow `openshift_facts` multiple times. | ||||
| * | | | | | | Move Python modules into role | Rodolfo Carvalho | 2017-01-13 | 8 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow reuse via role dependency. | ||||
| * | | | | | | Fix inconsistent task name | Rodolfo Carvalho | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Reduce code duplication using variable | Rodolfo Carvalho | 2017-01-12 | 2 | -44/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can use openshift_facts's service_type to determine the package names. |