summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-02Updating image for registry_consoleewolinetz
2017-06-02Merge pull request #4232 from richm/mux-namespaces-docsOpenShift Bot
Merged by openshift-bot
2017-06-01Merge pull request #4322 from ashcrow/1455843OpenShift Bot
Merged by openshift-bot
2017-06-01Merge pull request #4333 from jarrpa/oc_secret-typeOpenShift Bot
Merged by openshift-bot
2017-06-01Merge pull request #4015 from rparulek/copy-nuage-vsd-certsOpenShift Bot
Merged by openshift-bot
2017-06-01Merge pull request #4341 from richm/curator-ops-host-volsScott Dodson
fix curator host, port params; remove curator es volumes
2017-06-01Merge pull request #4311 from abutcher/skip-router-registry-cert-redeployOpenShift Bot
Merged by openshift-bot
2017-05-31fix curator host, port params; remove curator es volumesRich Megginson
2017-05-31add mux docs; allow to specify mux namespacesRich Megginson
This adds the necessary documentation for the mux parameters and behavior. This also adds new parameters which allow to specify the namespaces mux must create by default, and which can be optionally added. This casts openshift_logging_use_mux to bool wherever it is used as a boolean. Also - use oc_service `labels` and `external_ips` which are now available.
2017-05-31Merge pull request #4332 from stevekuznetsov/skuznets/escalation-fixesScott Dodson
Revert "Merge pull request #4271 from DG-i/master"
2017-05-31oc_secret: allow for specifying secret typeJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-05-31Automatic commit of package [openshift-ansible] release [3.6.89.0-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-05-31Merge pull request #4325 from sdodson/amp20Scott Dodson
AMP 2.0
2017-05-31Revert "Merge pull request #4271 from DG-i/master"Steve Kuznetsov
This reverts commit 6b9e05d16a935d632b83eda601538bff2353e4fb, reversing changes made to 240b923c95e04e9467c607c502c857dd86d14179. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-05-31AMP 2.0Scott Dodson
2017-05-31Merge pull request #3941 from pgier/JMAN4-161Scott Dodson
[JMAN4-161] Add template for cloudforms jboss middleware manager
2017-05-31upgrade: Reload systemd before restartSteve Milner
The installer now lays down updated systemd unit files in /etc/systemd/system/ which override the units that come with the rpms. Because of this we need to reload systemd before restarting services. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1455843
2017-05-31Merge pull request #4091 from richm/oc_service-labels-externalIPsScott Dodson
add support for oc_service for labels, externalIPs
2017-05-31Automatic commit of package [openshift-ansible] release [3.6.89-1].Scott Dodson
Created by command: /usr/bin/tito tag --keep-version
2017-05-31Merge pull request #4225 from ingvagabund/relax-rpm-image-version-checkJan Chaloupka
relax check for rpm version and docker image version equality
2017-05-30Merge pull request #4272 from ashcrow/system-package-no-hardcodeOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4299 from sdodson/boolOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4298 from mwringe/metrics_imagepullpolicy_alwaysOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4314 from ewolinetz/logging_pvc_checkScott Dodson
Adding default value for openshift_hosted_logging_storage_kind
2017-05-30Adding default value for openshift_hosted_logging_storage_kindewolinetz
2017-05-30Merge pull request #4280 from ewolinetz/logging_pvc_fixOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4271 from DG-i/masterOpenShift Bot
Merged by openshift-bot
2017-05-30add support for oc_service for labels, externalIPsRich Megginson
Add support for `labels` and `externalIPs` in Services This also adds support for the `labels` parameter of `oadm registry` and `oadm router` to be a `dict` of values. This also converts `labels` dict values in the router and registry classes into a comma delimited list of `key=value` pairs. The list of `--labels` is sorted for consistency in key pair positioning in the output (and for consistency in testing) - otherwise, the order of the list is not guarantee and has actually been observed to be different from run to run.
2017-05-30Skip router/registry cert redeploy when ↵Andrew Butcher
openshift_hosted_manage_{router,registry}=false
2017-05-30Merge pull request #4301 from sosiouxme/20170526-add-mem-check-fudge-factorScott Dodson
memory check: use GiB/MiB and adjust memtotal
2017-05-30Automatic commit of package [openshift-ansible] release [3.6.86-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.86
2017-05-30Merge pull request #4231 from ewolinetz/bz1452214Scott Dodson
Updating registry-console version to be v3.6 instead of 3.6
2017-05-29memory check: use GiB/MiB and adjust memtotalLuke Meyer
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1455884 Various things reserve memory such that memtotal is quite lower than the actual physical RAM of the system. It's larger as RAM increases but it's not really proportional so I just added a flat 1GiB adjustment in the comparison. This ought to "pass when it's close enough."
2017-05-26Merge pull request #4234 from vshn/feature/oreg_url_masternodeOpenShift Bot
Merged by openshift-bot
2017-05-26Merge pull request #4288 from wozniakjan/logging_es_fixScott Dodson
openshift_logging: increasing *_elasticsearch_* default CPU and memory
2017-05-26Merge pull request #4300 from sdodson/fedora-ciScott Dodson
Lower memory requirements in fedora-ci jobs
2017-05-26Reduce memory requirement to 2gb for fedora ci jobsScott Dodson
2017-05-26boolScott Dodson
2017-05-26Metrics: update the imagePullPolicy to be alwaysmwringe
2017-05-26Merge pull request #4277 from ewolinetz/bz1455310Scott Dodson
Updating python-passlib assert
2017-05-25Automatic commit of package [openshift-ansible] release [3.6.85-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.85
2017-05-25Merge pull request #4273 from ewolinetz/36_registry_console_upgradeOpenShift Bot
Merged by openshift-bot
2017-05-25Merge pull request #4161 from rhcarvalho/integrate-checks-with-installScott Dodson
Verify memory and disk requirements before install
2017-05-25Remove typos that got reintroducedSteve Milner
2017-05-25oc_atomic_container: Workaround for invalid json from atomic commandSteve Milner
When no other containers are present and one attempts to list containers via the atomic command with the --json flag an empty string is returned. If a json.loads is used on this value an error is raised. This change adds a workaround to fall back to '[]' when an empty string is returned from the atomic containers command.
2017-05-25Remove system-package=no from container-engine installSteve Milner
2017-05-25oc_atomic_container: Hard code system-package=noSteve Milner
2017-05-25openshift_logging: increasing *_elasticsearch_* default CPU and memoryJan Wozniak
2017-05-25Updating python-passlib assertewolinetz
2017-05-25Updating to generate PVC when storage type is passed in as nfsewolinetz