summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-02Merge pull request #86 from detiber/manageExternalThomas Wiest
Disable master,node services when externally managed
2015-03-02Merge pull request #84 from detiber/commonbugfixesThomas Wiest
Bugfixes for openshift-common related changes
2015-03-01Disable master,node services when externally managedJason DeTiberus
2015-03-01Bugfixes for openshift-common related changesJason DeTiberus
- Fix failed attempt to cleanup service notify on creds changes - Fix master URL for node to use https - Set openshift_debug_level in vars.yml for playbooks - This puts us closer to the original debug settings, where after the openshift-common changes the debug settings were defaulting back to 0
2015-02-28Merge pull request #83 from detiber/cleanupDockerroleThomas Wiest
docker role cleanup
2015-02-28Merge pull request #81 from detiber/cleanupEmptyFilesThomas Wiest
Cleanup empty role dirs/files
2015-02-28Merge pull request #80 from detiber/supportedEnvsThomas Wiest
add jdetiber to list of SUPPORTED_ENVS
2015-02-27Merge pull request #82 from detiber/commonRoleThomas Wiest
create openshift-common role
2015-02-24fix role names for aws playbooksJason DeTiberus
2015-02-24move KUBECONFIG setting to openshift_commonJason DeTiberus
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-24docker role cleanupJason DeTiberus
- use service module for enabling/restarting docker service - remove unused role directories/files - use user module for adding the docker group to the root user
2015-02-24Cleanup empty role dirs/filesJason DeTiberus
2015-02-24add jdetiber to list of SUPPORTED_ENVSJason DeTiberus
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