summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-07Merge pull request #212 from twiest/prThomas Wiest
added '-e all' to ohi.
2015-05-07added '-e all' to ohi and fixed pylint errors.Thomas Wiest
2015-05-06Merge pull request #199 from detiber/factFixingThomas Wiest
fix bugs with openshift_facts
2015-05-06pylint fixesJason DeTiberus
2015-05-06openshift_fact and misc fixesJason 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-05Automatic commit of package [openshift-ansible-bin] release [0.0.12-1].Thomas Wiest
2015-05-05Merge pull request #205 from twiest/prThomas Wiest
fixed opssh and opscp to allow just environment or just host-type.
2015-05-05fixed opssh and opscp to allow just environment or just host-type.Thomas Wiest
2015-05-05Merge pull request #204 from kwoodson/tower_cli_linkKenny Woodson
Added symlink to fix ansible_tower_cli
2015-05-05symlink added for ansible-tower-cli. Also fix to spacing issue for proot optionsKenny Woodson
2015-05-04Merge pull request #195 from detiber/READMESThomas Wiest
Add README_origin.md, update README.md to link to origin and OSE readmes
2015-05-04Merge pull request #203 from kwoodson/tower_cliKenny Woodson
Adding tower_cli.cfg to /etc/tower
2015-05-04Adding towercli config to /etc/towerKenny Woodson
2015-05-04Automatic commit of package [openshift-ansible-bin] release [0.0.11-1].Thomas Wiest
2015-05-04Merge pull request #202 from twiest/prThomas 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-04changed 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-04Add README_origin.md, update README.md to link to origin and OSE readmesJason DeTiberus
2015-05-01Merge pull request #201 from twiest/prThomas Wiest
Added --user option to ohi to pre-pend the username in the hostlist output.
2015-05-01Added --user option to ohi to pre-pend the username in the hostlist output.Thomas Wiest
2015-05-01Merge pull request #200 from twiest/prThomas Wiest
Added utils.py that contains a normalize_dnsname function good for sorting dns names to a human readable list.
2015-05-01Added utils.py that contains a normalize_dnsname function good for sorting ↵Thomas Wiest
dns names to a human readable list.
2015-04-30Automatic commit of package [openshift-ansible-bin] release [0.0.10-1].Thomas Wiest
2015-04-30Merge pull request #197 from twiest/prThomas Wiest
added --list-host-types option to opscp
2015-04-30added --list-host-types option to opscpThomas Wiest
2015-04-30Automatic commit of package [openshift-ansible-bin] release [0.0.9-1].Thomas Wiest
2015-04-30Merge pull request #196 from twiest/prThomas Wiest
added opscp
2015-04-30added opscpThomas Wiest
2015-04-29Merge pull request #191 from detiber/vagrantFileThomas Wiest
Add vagrantfile and minor bugfixes
2015-04-29Merge pull request #194 from kwoodson/tower_cli_installKenny Woodson
Add tower-cli role
2015-04-29ansible tower cli roleKenny Woodson
2015-04-29Merge pull request #193 from mwoodson/ec2_varsMatt Woodson
added destination_vars to ec2.ini
2015-04-29added destination_format to our ec2.iniMatt Woodson
2015-04-28Merge pull request #192 from detiber/fixREADMEWesley Hearn
Fix AWS README for ec2_security_groups variable reference
2015-04-28Fix AWS README for ec2_security_groups variable referenceJason DeTiberus
2015-04-28Add vagrantfile and minor bugfixesJason 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-27Merge pull request #189 from kwoodson/default_multiec2Kenny Woodson
Ansible tower default inventory will use multi_ec2
2015-04-27Updating ansible.cfg to use multi_ec2.py for inventoryKenny Woodson
2015-04-24Merge pull request #185 from detiber/localhost_is_localThomas Wiest
Add ansible_connection=local to localhost in inventory
2015-04-24Add ansible_connection=local to localhost in inventoryJason DeTiberus
2015-04-24Merge pull request #167 from detiber/aws-lvm-directThomas Wiest
lvm-direct support for aws
2015-04-23Merge pull request #179 from detiber/onlineRepoCleanupWesley Hearn
More repo cleanup
2015-04-23lvm-direct support for awsJason 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-23Merge pull request #180 from kwoodson/pylint_multi_ec2Kenny Woodson
Multi_ec2 fixes for pylint and path change. Also added refresh-cache.
2015-04-23Merge pull request #183 from kwoodson/git_hooksKenny Woodson
Testing hooks.
2015-04-23Testing jenkins hooksKenny Woodson
2015-04-23Merge pull request #178 from detiber/fix_aws_defaultsThomas Wiest
Allow variable overriding for ec2 deployment_vars
2015-04-23Merge pull request #168 from detiber/client_config_changeThomas Wiest
Fixes for latest osc client config changes
2015-04-22Fixes for latest osc client config changesJason DeTiberus
- also pylint fixes
2015-04-22Allow variable overriding for ec2 deployment_varsJason 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-22Merge pull request #182 from kwoodson/git_hooksKenny Woodson
Adding pylint binary call.