summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-18Rename variable to delete temporary file, add configurable path.Hugo Rosnet
The variable's name for deleting the temporary file was a bit missleading, so it has been renamed to be more explicit. While the path was hardcoded in /root/, which could be problematic when the playbook is not run as run.
2016-02-18Add extra parameters for S3 registry: delete file, create bucket.Hugo Rosnet
It would be nice to have options to be able to: * Delete or not the temporary config file - so that it can be check/modified directly * Create or not the bucket, as you might not have the right to do so This commit allows both of those things, without changing the default behavior of the playbook.
2016-02-17Merge pull request #1427 from rharrison10/rharriso/dynRussell Harrison
Fix requiring state and providing a default
2016-02-17Fix requiring state and providing a defaultRussell Harrison
2016-02-17Merge pull request #1415 from joelddiaz/host-mon-registryJoel Diaz
bind in /etc/origin/node for non-master monitoring to be able to talk…
2016-02-17Automatic commit of package [openshift-ansible] release [3.0.44-1].Brenton Leanhardt
2016-02-17Merge pull request #1425 from smunilla/BZ1308440Brenton Leanhardt
a-o-i: Change method for counting master_lb as installed
2016-02-17Merge pull request #1426 from joelddiaz/registry-node-itemsJoel Diaz
create registry items/triggers under Openshift Node
2016-02-17create registry items/triggers under Openshift NodeJoel Diaz
2016-02-17a-o-i: Change method for counting master_lb as installedSamuel Munilla
2016-02-16Automatic commit of package [openshift-ansible] release [3.0.43-1].Brenton Leanhardt
2016-02-16bind in /etc/origin/node for non-master monitoring to be able to talk with ↵Joel Diaz
master
2016-02-16Merge pull request #1417 from rharrison10/rharriso/dynRussell Harrison
Adding examples to the dyn_record module
2016-02-16Add default to state paramRussell Harrison
2016-02-16Add type to record_type paramRussell Harrison
2016-02-16Add types to module paramsRussell Harrison
2016-02-16Adding examples to the dyn_record moduleRussell Harrison
2016-02-16Merge pull request #1416 from joelddiaz/registry-pingJoel Diaz
add item to track docker-registry pings
2016-02-16add item to track docker-registry pingsJoel Diaz
2016-02-16Merge pull request #1409 from brenton/bz1308411Brenton Leanhardt
Refactoring the add-scc-to-user logic
2016-02-16Merge pull request #1410 from abutcher/docker-scaleupBrenton Leanhardt
Apply openshift_docker to nodes during scaleup.
2016-02-16Handle case where the user already had access to the sccBrenton Leanhardt
2016-02-16Refactoring the add-scc-to-user logicBrenton Leanhardt
2016-02-16Merge pull request #1387 from talset/atomic_uninstallBrenton Leanhardt
Change etcd deamon name for atomic-host in playbooks/adhoc/uninstall.yml
2016-02-16Automatic commit of package [openshift-ansible] release [3.0.42-1].Joel Diaz
2016-02-16Apply openshift_docker to nodes during scaleup.Andrew Butcher
2016-02-15Automatic commit of package [openshift-ansible] release [3.0.41-1].Brenton Leanhardt
2016-02-15Merge pull request #1405 from brenton/bz1308411Brenton Leanhardt
Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user command
2016-02-15Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user commandBrenton Leanhardt
2016-02-15Merge pull request #1404 from sdodson/docker-optionsBrenton Leanhardt
Add openshift_docker_options to append arbitrary options to
2016-02-15Merge pull request #1403 from mwoodson/awsMatt Woodson
oo_filter: added custom fitler to return hosts group info
2016-02-15Add openshift_docker_options to append arbitrary options toScott Dodson
/etc/sysconfig/docker OPTIONS
2016-02-15oo_filter: added custom fitler to return hosts group infoMatt Woodson
2016-02-15Merge pull request #1399 from smunilla/BZ1308440Brenton Leanhardt
a-o-i: Count nativeha hosts as "installed" for scaleup
2016-02-15Merge pull request #1400 from joelddiaz/ansible-bin-gceJoel Diaz
add gce softlink for openshift-ansible-bin RPM
2016-02-15add gce softlink for openshift-ansible-bin RPMJoel Diaz
2016-02-15a-o-i: Count nativeha hosts as "installed" for scaleupSamuel Munilla
2016-02-15Merge pull request #1398 from smunilla/BZ1308313Brenton Leanhardt
a-o-i: Add master_routingconfig_subdomain to PERSIST_SETTINGS
2016-02-15a-o-i: Add master_routingconfig_subdomain to PERSIST_SETTINGSSamuel Munilla
Fix for BZ1308313
2016-02-15Merge pull request #1397 from brenton/bz1308314Brenton Leanhardt
Bug 1308314 - Failed to continue installation when pressing CTRL-C
2016-02-15Merge pull request #1395 from brenton/masterBrenton Leanhardt
Updating the 3.1.1 router to match the new liveness probe configuration
2016-02-15Bug 1308412 - Fail to install containerized HA master env on RHEL7Brenton Leanhardt
2016-02-15Bug 1308314 - Failed to continue installation when pressing CTRL-CBrenton Leanhardt
2016-02-15Merge pull request #1369 from lhuard1A/gce_oo_optionThomas Wiest
Make the GCE image_name and the machine_type configurable from the CLI
2016-02-15Merge pull request #1355 from lhuard1A/fix_when_no_infraThomas Wiest
Fix issue when there are no infra nodes
2016-02-15Merge pull request #1357 from lhuard1A/pretty_print_gce_list_clusterThomas Wiest
Better structure the output of the list playbook
2016-02-13Change etcd deamon name for atomic-hosttalset
* Update playbooks/adhoc/uninstall.yml * Etcd run into a container on atomic-host and his name is etcd_container. We have to stop the container with the right name on atomic host
2016-02-12Updating the 3.1.1 router to match the new liveness probe configurationBrenton Leanhardt
2016-02-12Merge pull request #1388 from smunilla/minor_upgradesBrenton Leanhardt
a-o-i: Prompts to allow minor upgrades
2016-02-12Merge pull request #1394 from liggitt/system-authenticated-oauthBrenton Leanhardt
Don't automatically give additional permissions to all OAuth users on upgrade