summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-18Adding oc_obj to the lib_openshift libraryKenny Woodson
2017-01-18Automatic commit of package [openshift-ansible] release [3.5.1-1].Scott Dodson
2017-01-18Merge pull request #3114 from dgoodwin/wait-for-restartScott Dodson
More reliable wait for master after full host reboot.
2017-01-18Merge pull request #3112 from derekwaynecarr/cgroup_rwJason DeTiberus
kubelet must have rw to cgroups for pod/qos cgroups to function
2017-01-18More reliable wait for master after full host reboot.Devan Goodwin
This would fail in some environments where openshift.common.hostname was not reachable from the local system running ansible. Additionally it is also possible the API port would not be available even if the host were. Instead we wait for master ssh connection to come back up, then wait for the master API on the remote host just as we do for the "service" style restart.
2017-01-18kubelet must have rw to cgroups for pod/qos cgroups to functionDerek Carr
2017-01-18Merge pull request #3100 from abutcher/serialsScott Dodson
Serialize cert creation in delegated commands
2017-01-18Merge pull request #3099 from tbielawa/expiry_serialsScott Dodson
[Cert Expiry] Add serial numbers, include example PBs, docs
2017-01-18Merge pull request #3092 from kwoodson/lib_openshift_3.3Scott Dodson
lib_openshift. This is the initial commit that has oc_route.
2017-01-18Merge pull request #3110 from bparees/examplesScott Dodson
update examples to cover build default/override configuration
2017-01-18Adding a few updates for python27,35 compatibilityKenny Woodson
2017-01-18update examples to cover build default/override configurationBen Parees
2017-01-18Fix yaml lint in easy-mode playbookTim Bielawa
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-17Adding --verfiy to generate script.Kenny Woodson
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-17Ensure serial certificate generation for node and master certificates.Andrew Butcher
2017-01-17[Cert Expiry] Add serial numbers, include example PBs, docsTim Bielawa
* Now includes cert serial numbers in JSON and HTML output * Docs are updated with explicit usage instructions * Each example playbook includes a link to the playbook and an example of how to run it * A graphic and copy of an HTML report are now included * Example JSON output has been updated
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-17Adding oc_edit module to lib_openshift.Kenny Woodson
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-16Create individual serving cert and loopback kubeconfig for additional masters.Andrew Butcher
Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file.
2017-01-16Merge pull request #3096 from abutcher/node_portsScott Dodson
Support openshift_node_port_range for configuring service NodePorts