summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for overriding default registry urlJason DeTiberus2015-03-022-0/+18
|
* Merge pull request #85 from detiber/moveLocalFactsThomas Wiest2015-03-022-12/+14
|\ | | | | Set local_facts for openshift_{node,master} later in the task list
| * Set local_facts for openshift_node and openshift_master later in the task listJason DeTiberus2015-03-022-12/+14
|/
* Merge pull request #86 from detiber/manageExternalThomas Wiest2015-03-022-0/+8
|\ | | | | Disable master,node services when externally managed
| * Disable master,node services when externally managedJason DeTiberus2015-03-012-0/+8
| |
* | Merge pull request #84 from detiber/commonbugfixesThomas Wiest2015-03-025-5/+12
|\ \ | |/ |/| Bugfixes for openshift-common related changes
| * Bugfixes for openshift-common related changesJason DeTiberus2015-03-015-5/+12
|/ | | | | | | | - 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
* Merge pull request #83 from detiber/cleanupDockerroleThomas Wiest2015-02-281-6/+3
|\ | | | | docker role cleanup
| * docker role cleanupJason DeTiberus2015-02-244-12/+3
| | | | | | | | | | | | - 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
* | Merge pull request #81 from detiber/cleanupEmptyFilesThomas Wiest2015-02-2811-22/+0
|\ \ | | | | | | Cleanup empty role dirs/files
| * | Cleanup empty role dirs/filesJason DeTiberus2015-02-2411-22/+0
| |/
* | Merge pull request #80 from detiber/supportedEnvsThomas Wiest2015-02-282-2/+2
|\ \ | | | | | | add jdetiber to list of SUPPORTED_ENVS
| * | add jdetiber to list of SUPPORTED_ENVSJason DeTiberus2015-02-242-2/+2
| |/
* | Merge pull request #82 from detiber/commonRoleThomas Wiest2015-02-2736-359/+268
|\ \ | |/ |/| create openshift-common role
| * fix role names for aws playbooksJason DeTiberus2015-02-242-2/+2
| |
| * move KUBECONFIG setting to openshift_commonJason DeTiberus2015-02-242-8/+8
| |
| * create openshift_common roleJason DeTiberus2015-02-2421-331/+228
| | | | | | | | | | | | | | | | | | | | | | - 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
| * add symlinks for filter_plugins and roles to playbook directoriesJason DeTiberus2015-02-2418-22/+34
|/ | | | | - allows playbooks to be able to discover roles and filter_plugins without having to manipulate the environment or use relative paths.
* Merge pull request #78 from mwoodson/tower_installMatt Woodson2015-02-2411-1/+216
|\ | | | | tower install
| * removing dead code for twiestMatt Woodson2015-02-241-10/+0
| |
| * cleaned up ansible towerMatt Woodson2015-02-245-35/+8
| |
| * cleaned up ansible towerMatt Woodson2015-02-243-19/+4
| |
| * Merge branch 'master' into tower_installMatt Woodson2015-02-2471-954/+353
| |\ | |/ |/| | | | | Conflicts: lib/aws_command.rb
* | Merge pull request #77 from twiest/conf_bugThomas Wiest2015-02-2331-811/+5
|\ \ | | | | | | Fixed bug that was causing cluster creates to fail. Cleaned up cruft.
| * | changed tint to twiest and added gshipley envThomas Wiest2015-02-232-2/+2
| | |
| * | removed kubernetes roles as they're just cruft at this point.Thomas Wiest2015-02-2328-808/+1
| | |
| * | fixed bug when updating the openshift-master sysconfig file. Also, made it ↵Thomas Wiest2015-02-231-1/+2
|/ / | | | | | | multi-line so we get better errors from ansible.
* | Merge pull request #76 from detiber/repoChangesThomas Wiest2015-02-2311-13/+121
|\ \ | | | | | | Repo role refactor to add enterprise support
| * | Repo role refactor to add enterprise supportJason DeTiberus2015-02-2211-13/+121
|/ / | | | | | | | | - Add openshift_additional_repos config that allows for setting custom repos - cleanup yum repos that were configured for other deployment types
* | Merge pull request #75 from jwhonce/wip/sslJhon Honce2015-02-202-1/+12
|\ \ | | | | | | Fix SSL support between master and node(s)
| * | Fix SSL support between master and node(s)Jhon Honce2015-02-202-1/+12
|/ /
* | Merge pull request #74 from detiber/ssl2Jhon Honce2015-02-203-21/+30
|\ \ | | | | | | Additional changes for SSL enabling the api and console ports
| * | fix service definition for openshift-nodeJason DeTiberus2015-02-201-1/+1
| | |
| * | Use the full path for the kubeconfigJason DeTiberus2015-02-201-1/+1
| | |
| * | Set and export KUBECONFIG in root user .bash_profileJason DeTiberus2015-02-202-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
| * | Fix SSL support between master and node(s)Jhon Honce2015-02-192-4/+5
| | |
* | | Merge pull request #68 from kwoodson/gce_helper_fixKenny Woodson2015-02-192-10/+34
|\ \ \ | |/ / |/| | Fix for the latest changes to gce list. Now correctly using _meta and host vars.
| * | Fixed an issue with the latest gce list. Correctly handles _metaKenny Woodson2015-02-192-10/+34
|/ /
* | Update README.mdDan McPherson2015-02-171-1/+1
| |
* | Merge pull request #63 from tdawson/2015-02/ReposTroy Dawson2015-02-175-39/+34
|\ \ | | | | | | Fixup yum repos
| * \ fixup oso-rhui reposTroy Dawson2015-02-1731-92/+131
| |\ \ | |/ / |/| |
* | | Merge pull request #61 from jwhonce/wip/kubeconfigJhon Honce2015-02-1730-89/+147
|\ \ \ | | | | | | | | Update playbooks for latest origin code
| * | | * CRUD temp directory on local machineJhon Honce2015-02-171-2/+1
| | | |
| * | | * Use hostname moduleJhon Honce2015-02-173-51/+9
| | | | | | | | | | | | | | | | * Use mktemp for scratch directory
| * | | Update code to reflect review commentsJhon Honce2015-02-162-10/+12
| | | |
| * | | - Rename minion to nodeJhon Honce2015-02-1629-87/+186
| | | | | | | | | | | | | | | | - Update playbooks to support latest code
| * | | Use more descriptive name in Development ProjectJhon Honce2015-02-132-2/+2
| | | |
| | * | remove the add-hoc docker repoTroy Dawson2015-02-175-11/+25
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * renamed ipv6_disableMatt Woodson2015-02-242-4/+0
| | |
| | * more updatesMatt Woodson2015-02-193-8/+13
| | |