summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-29Merge pull request #2483 from tbielawa/GH2445-Installer-OutputTim Bielawa
atomic-openshift-install should only output relevant information
2016-09-29Merge pull request #2528 from abutcher/named-cert-symlinksScott Dodson
Set named certificate destinations as basenames of provided paths.
2016-09-29Add messages to let the user know if some plays were skipped, but it's ok. ↵Tim Bielawa
Also, remove the final 'press a key to continue' prompt.
2016-09-29Set named certificate destinations as basenames of provided paths.Andrew Butcher
2016-09-29'fix' unittests by removing the users ability to specify an ansible configTim Bielawa
2016-09-29Copy and paste more methodsTim Bielawa
2016-09-29Silence/dot-print more actions in the callbackTim Bielawa
2016-09-29Fix conflicts in spec fileTim Bielawa
2016-09-29Merge pull request #2527 from lhuard1A/fix_cloudprovider_openstack_keystonev3Scott Dodson
Set the DomainName or DomainID in the OpenStack cloud provider
2016-09-29Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard
Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515
2016-09-28Merge pull request #2518 from abutcher/quiet-timeScott Dodson
Reduce warning output
2016-09-28Merge pull request #2520 from rbo/openshift_cockpit_deployer_prefixAndrew Butcher
Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is empty
2016-09-28Merge pull request #2521 from sdodson/bz1377089Scott Dodson
Add gitHTTPProxy and gitHTTPSProxy to advanced config json option
2016-09-28Use ansible.module_utils._text.to_text instead of ↵Andrew Butcher
ansible.utils.unicode.to_unicode.
2016-09-28Suppress more warnings.Andrew Butcher
2016-09-28Add gitHTTPProxy and gitHTTPSProxy to advanced config json optionScott Dodson
2016-09-28Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is emptyRobert Bohne
If openshift_cockpit_deployer_prefix was empty then they called "-p IMAGE_PREFIX=" and this overwrite the template default. For example: ``` grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" ```
2016-09-28Merge pull request #2506 from tbielawa/aoi-manpageScott Dodson
Add a manpage for atomic-openshift-installer
2016-09-28Update spec file to install manpageTim Bielawa
2016-09-27Addresses most comments from @adellapeTim Bielawa
2016-09-27Merge pull request #2508 from sdodson/fix-logging-templateScott Dodson
Fix deployer template for enterprise
2016-09-27Fix deployer template for enterpriseScott Dodson
See https://github.com/openshift/origin-aggregated-logging/pull/218
2016-09-27Merge pull request #2507 from lhuard1A/remove_openstack_dnsJason DeTiberus
Remove the DNS VM on OpenStack
2016-09-27Add a manpage for atomic-openshift-installerTim Bielawa
2016-09-27Remove the DNS VM on OpenStackLénaïc Huard
2016-09-26Merge pull request #2500 from sdodson/masterScott Dodson
Add rhaos-3.4-rhel-7 releaser to tito
2016-09-26Merge pull request #2502 from sdodson/rhel-73-systemdScott Dodson
test fix for systemd changes
2016-09-26Merge pull request #4 from detiber/rhel-73-systemdScott Dodson
tweak logic
2016-09-26tweak logicJason DeTiberus
2016-09-26test fix for systemd changesScott Dodson
2016-09-26Merge pull request #2501 from lhuard1A/fix_openstack_cloudproviderAndrew Butcher
Fix openstack cloudprovider
2016-09-26Fix OpenStack cloud providerLénaïc Huard
2016-09-26Merge pull request #2264 from bdurrow/patch-1Jason DeTiberus
Fix GCE Launch
2016-09-26Add rhaos-3.4-rhel-7 releaser to titoScott Dodson
2016-09-26Merge pull request #2499 from sdodson/masterScott Dodson
Automatic commit of package [openshift-ansible] release [3.4.2-1].
2016-09-26Automatic commit of package [openshift-ansible] release [3.4.2-1].Scott Dodson
2016-09-22Merge pull request #2473 from lhuard1A/openstack_inventoryJason DeTiberus
Update the OpenStack dynamic inventory script
2016-09-22Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard
2016-09-22Merge pull request #2489 from andrewklau/routernameScott Dodson
Add openshift_hosted_router_name
2016-09-22Merge pull request #2493 from sdodson/issue_templateScott Dodson
Add an issue template
2016-09-22Add an issue templateScott Dodson
2016-09-22Merge pull request #2484 from abutcher/gce-cloud-providerScott Dodson
Add GCE cloud provider kind.
2016-09-21Merge pull request #2488 from abutcher/fix-master-status-changedScott Dodson
Fix master service status changed fact.
2016-09-22Add openshift_hosted_router_nameAndrew Lau
2016-09-21Fix master service status changed fact.Andrew Butcher
2016-09-21Merge pull request #2486 from sdodson/metrics-public-urlScott Dodson
Clarify openshift_hosted_metrics_public_url
2016-09-21Clarify openshift_hosted_metrics_public_urlScott Dodson
Currently, metrics only works at /hawkular/metrics so if you alter the path portion of the variable then the master will direct traffic at an endpoint that won't work.
2016-09-21Merge pull request #2485 from yaacov/add-documentation-on-metrics-hostnameScott Dodson
Add documentation about the openshift_hosted_metrics_public_url option
2016-09-21Add GCE cloud provider kind.Andrew Butcher
2016-09-21add documentation about the openshift_hosted_metrics_public_url optionyaacov