summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-24create openshift_common roleJason DeTiberus
- move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address
2015-02-24add symlinks for filter_plugins and roles to playbook directoriesJason DeTiberus
- allows playbooks to be able to discover roles and filter_plugins without having to manipulate the environment or use relative paths.
2015-02-24Merge pull request #78 from mwoodson/tower_installMatt Woodson
tower install
2015-02-24removing dead code for twiestMatt Woodson
2015-02-24cleaned up ansible towerMatt Woodson
2015-02-24cleaned up ansible towerMatt Woodson
2015-02-24Merge branch 'master' into tower_installMatt Woodson
Conflicts: lib/aws_command.rb
2015-02-24renamed ipv6_disableMatt Woodson
2015-02-23Merge pull request #77 from twiest/conf_bugThomas Wiest
Fixed bug that was causing cluster creates to fail. Cleaned up cruft.
2015-02-23changed tint to twiest and added gshipley envThomas Wiest
2015-02-23removed kubernetes roles as they're just cruft at this point.Thomas Wiest
2015-02-23fixed bug when updating the openshift-master sysconfig file. Also, made it ↵Thomas Wiest
multi-line so we get better errors from ansible.
2015-02-23Merge pull request #76 from detiber/repoChangesThomas Wiest
Repo role refactor to add enterprise support
2015-02-22Repo role refactor to add enterprise supportJason DeTiberus
- Add openshift_additional_repos config that allows for setting custom repos - cleanup yum repos that were configured for other deployment types
2015-02-20Merge pull request #75 from jwhonce/wip/sslJhon Honce
Fix SSL support between master and node(s)
2015-02-20Fix SSL support between master and node(s)Jhon Honce
2015-02-20Merge pull request #74 from detiber/ssl2Jhon Honce
Additional changes for SSL enabling the api and console ports
2015-02-20fix service definition for openshift-nodeJason DeTiberus
2015-02-20Use the full path for the kubeconfigJason DeTiberus
2015-02-20Set and export KUBECONFIG in root user .bash_profileJason DeTiberus
- roles/base_os: Without this, the root user would need to manually configure this variable before attempting to run any osc commands - roles/base_os: Cleanup the firewall service definition and only pause when the service state changes. - roles/openshift_master: use Akram's suggestion of simplifying the firewall config - roles/openshift_master: explicitly disable previously exposed ports that are no longer exposed (8080/tcp I'm looking at you).
2015-02-19Fix SSL support between master and node(s)Jhon Honce
2015-02-19Merge pull request #68 from kwoodson/gce_helper_fixKenny Woodson
Fix for the latest changes to gce list. Now correctly using _meta and host vars.
2015-02-19Fixed an issue with the latest gce list. Correctly handles _metaKenny Woodson
2015-02-19more updatesMatt Woodson
2015-02-17Update README.mdDan McPherson
2015-02-17ansible tower installMatt Woodson
2015-02-17Merge pull request #63 from tdawson/2015-02/ReposTroy Dawson
Fixup yum repos
2015-02-17fixup oso-rhui reposTroy Dawson
2015-02-17Merge pull request #61 from jwhonce/wip/kubeconfigJhon Honce
Update playbooks for latest origin code
2015-02-17* CRUD temp directory on local machineJhon Honce
2015-02-17* Use hostname moduleJhon Honce
* Use mktemp for scratch directory
2015-02-17remove the add-hoc docker repoTroy Dawson
Fix up libra candidate repo config file Fix up rhel 7 rhui repo config file Add rhel 7 rhui extras repo, which has docker in it Separate rhel 7 extras into its own config file Add rhel 7 extras so that we have docker
2015-02-16Update code to reflect review commentsJhon Honce
2015-02-16- Rename minion to nodeJhon Honce
- Update playbooks to support latest code
2015-02-16Merge branch 'master' into tower_installMatt Woodson
Conflicts: lib/aws_command.rb
2015-02-16Merge pull request #60 from kwoodson/host_type_fixKenny Woodson
Fixed issue where --name was insufficient to apply config.
2015-02-15more trials to make things workMatt Woodson
2015-02-13Fixed a couple of other variables that were incorrect.Kenny Woodson
2015-02-13Fixing tag name to prepend aws identifier.Kenny Woodson
2015-02-13more ansible tower commitsMatt Woodson
2015-02-13Use more descriptive name in Development ProjectJhon Honce
2015-02-13Merge pull request #59 from twiest/prJhon Honce
Updated to the latest gce.py from upstream. It includes _meta and hostvars!!!
2015-02-13Updated to the latest gce.py from upstream. It includes _meta and hostvars!!!Thomas Wiest
2015-02-13Merge branch 'master' into tower_installMatt Woodson
2015-02-13added initial tower configsMatt Woodson
2015-02-12Merge pull request #55 from kwoodson/oscpKenny Woodson
oscp tooling
2015-02-12Updated zsh completion to work with oscpKenny Woodson
2015-02-12Cleanup before PR approval.Kenny Woodson
2015-02-11Updated oscp and ossh.Kenny Woodson
2015-02-11Checking in oscp.Kenny Woodson