| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-07 | Merge pull request #212 from twiest/pr | Thomas Wiest | |
| added '-e all' to ohi. | |||
| 2015-05-07 | added '-e all' to ohi and fixed pylint errors. | Thomas Wiest | |
| 2015-05-06 | Merge pull request #199 from detiber/factFixing | Thomas Wiest | |
| fix bugs with openshift_facts | |||
| 2015-05-06 | pylint fixes | Jason DeTiberus | |
| 2015-05-06 | openshift_fact and misc fixes | Jason DeTiberus | |
| - Do not attempt to fetch file to same file location when playbooks are run locally on master - Fix for openshift_facts when run against a host in a VPC that does not assign internal/external hostnames or ips - Fix setting of labels and annotations on node instances and in openshift_facts - converted openshift_facts to use json for local_fact storage instead of an ini file, included code that should migrate existing ini users to json - added region/zone setting to byo inventory - Fix fact related bug where deployment_type was being set on node role instead of common role for node hosts | |||
| 2015-05-05 | Automatic commit of package [openshift-ansible-bin] release [0.0.12-1]. | Thomas Wiest | |
| 2015-05-05 | Merge pull request #205 from twiest/pr | Thomas Wiest | |
| fixed opssh and opscp to allow just environment or just host-type. | |||
| 2015-05-05 | fixed opssh and opscp to allow just environment or just host-type. | Thomas Wiest | |
| 2015-05-05 | Merge pull request #204 from kwoodson/tower_cli_link | Kenny Woodson | |
| Added symlink to fix ansible_tower_cli | |||
| 2015-05-05 | symlink added for ansible-tower-cli. Also fix to spacing issue for proot options | Kenny Woodson | |
| 2015-05-04 | Merge pull request #195 from detiber/READMES | Thomas Wiest | |
| Add README_origin.md, update README.md to link to origin and OSE readmes | |||
| 2015-05-04 | Merge pull request #203 from kwoodson/tower_cli | Kenny Woodson | |
| Adding tower_cli.cfg to /etc/tower | |||
| 2015-05-04 | Adding towercli config to /etc/tower | Kenny Woodson | |
| 2015-05-04 | Automatic commit of package [openshift-ansible-bin] release [0.0.11-1]. | Thomas Wiest | |
| 2015-05-04 | Merge pull request #202 from twiest/pr | Thomas Wiest | |
| changed opssh to a bash script using ohi to make it easier to maintain, and to expose all of the pssh features directly. Also made spacing consistent in opscp. | |||
| 2015-05-04 | changed opssh to a bash script using ohi to make it easier to maintain, and ↵ | Thomas Wiest | |
| to expose all of the pssh features directly. | |||
| 2015-05-04 | Add README_origin.md, update README.md to link to origin and OSE readmes | Jason DeTiberus | |
| 2015-05-01 | Merge pull request #201 from twiest/pr | Thomas Wiest | |
| Added --user option to ohi to pre-pend the username in the hostlist output. | |||
| 2015-05-01 | Added --user option to ohi to pre-pend the username in the hostlist output. | Thomas Wiest | |
| 2015-05-01 | Merge pull request #200 from twiest/pr | Thomas Wiest | |
| Added utils.py that contains a normalize_dnsname function good for sorting dns names to a human readable list. | |||
| 2015-05-01 | Added utils.py that contains a normalize_dnsname function good for sorting ↵ | Thomas Wiest | |
| dns names to a human readable list. | |||
| 2015-04-30 | Automatic commit of package [openshift-ansible-bin] release [0.0.10-1]. | Thomas Wiest | |
| 2015-04-30 | Merge pull request #197 from twiest/pr | Thomas Wiest | |
| added --list-host-types option to opscp | |||
| 2015-04-30 | added --list-host-types option to opscp | Thomas Wiest | |
| 2015-04-30 | Automatic commit of package [openshift-ansible-bin] release [0.0.9-1]. | Thomas Wiest | |
| 2015-04-30 | Merge pull request #196 from twiest/pr | Thomas Wiest | |
| added opscp | |||
| 2015-04-30 | added opscp | Thomas Wiest | |
| 2015-04-29 | Merge pull request #191 from detiber/vagrantFile | Thomas Wiest | |
| Add vagrantfile and minor bugfixes | |||
| 2015-04-29 | Merge pull request #194 from kwoodson/tower_cli_install | Kenny Woodson | |
| Add tower-cli role | |||
| 2015-04-29 | ansible tower cli role | Kenny Woodson | |
| 2015-04-29 | Merge pull request #193 from mwoodson/ec2_vars | Matt Woodson | |
| added destination_vars to ec2.ini | |||
| 2015-04-29 | added destination_format to our ec2.ini | Matt Woodson | |
| 2015-04-28 | Merge pull request #192 from detiber/fixREADME | Wesley Hearn | |
| Fix AWS README for ec2_security_groups variable reference | |||
| 2015-04-28 | Fix AWS README for ec2_security_groups variable reference | Jason DeTiberus | |
| 2015-04-28 | Add vagrantfile and minor bugfixes | Jason DeTiberus | |
| - Add Vagrantfile for configuring a basic cluster - Add an initial readme for using vagrant - explicitly set connection: local and sudo: false for localhost actions in playbooks/common/openshift-node/config.yml - Fix permissions issue with openshift config file for non-root user | |||
| 2015-04-27 | Merge pull request #189 from kwoodson/default_multiec2 | Kenny Woodson | |
| Ansible tower default inventory will use multi_ec2 | |||
| 2015-04-27 | Updating ansible.cfg to use multi_ec2.py for inventory | Kenny Woodson | |
| 2015-04-24 | Merge pull request #185 from detiber/localhost_is_local | Thomas Wiest | |
| Add ansible_connection=local to localhost in inventory | |||
| 2015-04-24 | Add ansible_connection=local to localhost in inventory | Jason DeTiberus | |
| 2015-04-24 | Merge pull request #167 from detiber/aws-lvm-direct | Thomas Wiest | |
| lvm-direct support for aws | |||
| 2015-04-23 | Merge pull request #179 from detiber/onlineRepoCleanup | Wesley Hearn | |
| More repo cleanup | |||
| 2015-04-23 | lvm-direct support for aws | Jason DeTiberus | |
| - Create a separate docker volume in aws openshift-cluster playbooks - default to using ephemeral storage, but allow to be overriden - allow root volume settingsto be overriden as well - add user-data cloud-config to bootstrap the installation/configuration of docker-storage-setup - pylint cleanup for oo_filters.py - remove left over traces to the deployment_type tags which were previously removed - oo_get_deployment_type_from_groups filter in oo_filters.py - cluster list playbooks references to oo_get_deployment_type_from_groups filter | |||
| 2015-04-23 | Merge pull request #180 from kwoodson/pylint_multi_ec2 | Kenny Woodson | |
| Multi_ec2 fixes for pylint and path change. Also added refresh-cache. | |||
| 2015-04-23 | Merge pull request #183 from kwoodson/git_hooks | Kenny Woodson | |
| Testing hooks. | |||
| 2015-04-23 | Testing jenkins hooks | Kenny Woodson | |
| 2015-04-23 | Merge pull request #178 from detiber/fix_aws_defaults | Thomas Wiest | |
| Allow variable overriding for ec2 deployment_vars | |||
| 2015-04-23 | Merge pull request #168 from detiber/client_config_change | Thomas Wiest | |
| Fixes for latest osc client config changes | |||
| 2015-04-22 | Fixes for latest osc client config changes | Jason DeTiberus | |
| - also pylint fixes | |||
| 2015-04-22 | Allow variable overriding for ec2 deployment_vars | Jason DeTiberus | |
| - users can now override the deployment_vars variables with the assocated ec2_* variables - added deployment_type and env specific vars files that load some ec2_* overrides - added the ability to search for amis by ami_name - this allows us to specify a base name with a wildcard to have the playbook choose the latest available image for that image name - added a copy of the ec2_find_ami module that will be in ansible 2.0 until we can make ansible 2.0 a requirement. | |||
| 2015-04-22 | Merge pull request #182 from kwoodson/git_hooks | Kenny Woodson | |
| Adding pylint binary call. | |||
