summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-18update examples to cover build default/override configurationBen Parees
2017-01-18Removed trailing spaces from line #34Kunal
Cause Travis build to fail
2017-01-18Install subscription-manager to fix issue-3102Kunal Limaye
2017-01-18Changing formatting for issue#2244 updateKunal Limaye
2017-01-17Merge pull request #2640 from ewolinetz/logging_deployer_tasksScott Dodson
Logging deployer tasks
2017-01-17Addressing Travis errorsewolinetz
2017-01-17Merge pull request #2786 from dgoodwin/docker-1.12Scott Dodson
Begin requiring Docker 1.12.
2017-01-17Merge pull request #3098 from sdodson/image-stream-syncScott Dodson
Sync examples
2017-01-17v1.3 Add RHAMPScott Dodson
2017-01-17Update v1.4 content, add api-gatewayScott Dodson
2017-01-17Add v1.5 contentScott Dodson
2017-01-17Update example sync scriptScott Dodson
Add RHAMP, update for hosted templates changes.
2017-01-17Merge pull request #2873 from jcantrill/295_metrics_admin_againScott Dodson
Move Metrics to ansible from deployer
2017-01-17use pod to generate keystores (#14)Jeff Cantrill
2017-01-17properly set changes when oc applyJeff Cantrill
2017-01-17additional cr fixesJeff Cantrill
2017-01-17metrics fixes for yamlintJeff Cantrill
2017-01-17additional code reviewsJeff Cantrill
2017-01-17set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill
2017-01-17User provided certs pushed from control. vars reorg (#12)Jeff Cantrill
Merging per discussion and agreement from @bbguimaraes
2017-01-17update vars to allow scaling of components (#9)Jeff Cantrill
2017-01-17allow definition of cpu/memory limits/resources (#11)Jeff Cantrill
2017-01-17rename variables to be less extraneous (#10)Jeff Cantrill
2017-01-17copy admin cert for use in subsequent tasks (#8)Jeff Cantrill
2017-01-17Add tasks to uninstall metrics (#7)Jeff Cantrill
2017-01-17Custom certificates (#5)Bruno Barcarol GuimarĂ£es
* 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.
2017-01-17prefix vars with metrics role (#4)Jeff Cantrill
2017-01-17Bruno Barcarol GuimarĂ£es work to move metrics to ansible from deployerJeff Cantrill
2017-01-17Merge pull request #3083 from rhcarvalho/doc-playbooksScott Dodson
Document playbook directories
2017-01-17Merge pull request #3086 from bparees/build_nodesScott Dodson
add configuration for build default+overrides settings
2017-01-17Merge pull request #3064 from giuseppe/fix-etcdctl-from-containerScott Dodson
use etcdctl from the container when containerized=True
2017-01-17Merge pull request #2993 from rhcarvalho/success-preflightRodolfo Carvalho
Add RPM checks as a byo playbook
2017-01-16Merge pull request #3096 from abutcher/node_portsScott Dodson
Support openshift_node_port_range for configuring service NodePorts
2017-01-16add configuration for build default+overrides settingsBen Parees
2017-01-16Merge pull request #3085 from abutcher/no-nfs-group-defaultScott Dodson
Do not default registry storage kind to 'nfs' when 'nfs' host group exists.
2017-01-16Merge pull request #3091 from ashcrow/modify-yamlAndrew Butcher
Updated modify_yaml with docstring and clarifications
2017-01-16Merge pull request #3090 from jfchevrette/fix_pv_template_specAndrew Butcher
Fix role openshift_storage_nfs_lvm keys should be lowercase in the pv spec template
2017-01-16Merge pull request #3088 from jfchevrette/fix_openshift_storage_nfs_lvmAndrew Butcher
Fix role openshift_storage_nfs_lvm
2017-01-13delete idempotentewolinetz
2017-01-13additional comments addressedewolinetz
2017-01-13Updating upgrade_logging to be more idempotentewolinetz
2017-01-13Using oc_apply task for idempotentewolinetz
2017-01-13Removing shell module calls and cleaning up changedewolinetz
2017-01-13Updated modify_yaml with docstring and clarificationsSteve Milner
2017-01-13Rename subrole facts -> initRodolfo Carvalho
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.
2017-01-13Move Python modules into roleRodolfo Carvalho
Allow reuse via role dependency.
2017-01-13Merge pull request #3089 from ashcrow/openshift-master-updatesAndrew Butcher
openshift_master filter updates
2017-01-13Document playbook directoriesRodolfo Carvalho
2017-01-13Document bin/cluster toolRodolfo Carvalho
2017-01-12keys should be lowercase according to the specJean-Francois Chevrette