summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added spec files and tito configs.Thomas Wiest2015-03-245-32/+91
| |
| * Automatic commit of package [openshift-ansible-bin] release [0.0.1-1].Thomas Wiest2015-03-241-2/+23
| |
| * Automatic commit of package [openshift-ansible-cmds] release [0.0.1-1].Thomas Wiest2015-03-242-2/+6
| |
| * Initialized to use tito.Thomas Wiest2015-03-243-0/+42
|/
* Merge pull request #118 from liangxia/masterThomas Wiest2015-03-242-2/+2
|\ | | | | minor fix
| * minor fixliangxia2015-03-192-2/+2
| |
* | Merge pull request #117 from detiber/repoRenameThomas Wiest2015-03-2419-6/+61
|\ \ | | | | | | Rename repos role to openshift_repos
| * | Rename repos role to openshift_reposJason DeTiberus2015-03-1819-6/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename repos role to openshift_repos - Make openshift_repos a dependency of openshift_common - Add README and metadata for openshift_repos - Playbook updates for role rename - Verify libselinux-python is installed, otherwise some of the bulit-in modules we use fail
* | | Update README_GCE.mdDan McPherson2015-03-231-1/+1
| | |
* | | Update README_GCE.mdDan McPherson2015-03-231-1/+1
| |/ |/|
* | Merge pull request #116 from detiber/bugSquashingThomas Wiest2015-03-186-149/+336
|\ \ | |/ |/| Bug squashing
| * Register node fixesJason DeTiberus2015-03-183-142/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set --hostname flag in node config in openshift_node role - Support some additional node attributes in openshift_node role - podCIDR - labels - annotations - Support both output types for openshift ex config view in openshift_register_node module - Support multiple api versions in openshift_register_node module - Support additional attributes in openshift_register_node module - annotations - labels - pod_cidr - external_ips (v1beta3, will be available after next kube rebase) - internal_ips (v1beta3, will be available after next kube rebase) - hostnames (v1beta3, will be available after next kube rebase) - external_id (v1beta3, will be available after next kube rebase)
| * Fix hostname handlingJason DeTiberus2015-03-183-7/+3
|/ | | | | - always set hostname if hostname does not match openshift_hostname - Use local IP instead of public IP as hostname for workaround
* Merge pull request #114 from twiest/prThomas Wiest2015-03-134-14/+18
|\ | | | | Renamed AnsibleUtil to AwsUtil. Fixed bug in AwsUtil for hosts without environment set.
| * made the bug fix more python-esqThomas Wiest2015-03-131-1/+1
| |
| * fixed bug in AwsUtil that was causing it to blow up on hosts without an ↵Thomas Wiest2015-03-131-0/+4
| | | | | | | | environment set.
| * renamed AnsibleUtil to AwsUtil because that's what it really is.Thomas Wiest2015-03-134-14/+14
|/
* Merge pull request #112 from detiber/masterWorkaroundThomas Wiest2015-03-131-0/+17
|\ | | | | Add workaround for openshift-master startup timeout
| * Add workaround for openshift-master startup timeoutJason DeTiberus2015-03-131-0/+17
| |
* | Merge pull request #113 from detiber/kubeFormatThomas Wiest2015-03-131-5/+11
|\ \ | |/ |/| Update openshift_register_node module for changes in .kubeconfig format ...
| * Update openshift_register_node module for changes in .kubeconfig format ↵Jason DeTiberus2015-03-131-5/+11
|/ | | | following latest kubernetes rebase
* Merge pull request #111 from twiest/opsshThomas Wiest2015-03-112-1/+179
|\ | | | | added opssh
| * added opsshThomas Wiest2015-03-112-1/+179
|/
* Merge pull request #70 from lhuard1A/fix_awsThomas Wiest2015-03-103-5/+11
|\ | | | | Fix AWS playbooks
| * Fix AWS playbooksLénaïc Huard2015-03-103-5/+11
| |
* | Merge pull request #110 from detiber/nodeResourcesThomas Wiest2015-03-093-2/+6
|\ \ | | | | | | Allow for overriding node resources
| * | Allow for overriding node resourcesJason DeTiberus2015-03-093-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add variable openshift_node_resources to openshift_node role - set default value for openshift_node_resources to { capacity: { cpu: ,memory: }} - If cpu is not set, then the default value will be chosen by the openshift_register_node module (num logical cpus) - If memory is not set, then the default value will be chosen by the openshift_register_node module (75% MemTotal according to /proc/meminfo)
* | | Merge pull request #109 from twiest/prThomas Wiest2015-03-094-5/+5
|\ \ \ | |/ / |/| | fixed github repo name in READMEs
| * | fixed github repo name in READMEsThomas Wiest2015-03-094-5/+5
|/ /
* | Merge pull request #66 from lhuard1A/explicit_python2Thomas Wiest2015-03-096-6/+6
|\ \ | | | | | | Explicitely use python2
| * | Explicitely use python2Lénaïc Huard2015-02-196-6/+6
| | | | | | | | | | | | | | | Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2.
* | | Merge pull request #100 from detiber/randomCleanupThomas Wiest2015-03-0912-73/+118
|\ \ \ | | | | | | | | Random cleanup
| * | | Initial readmes for openshift_sdn_{master, node}Jason DeTiberus2015-03-062-26/+42
| | | |
| * | | Initial READMEs for openshift_{common, node, master}Jason DeTiberus2015-03-063-40/+69
| | | |
| * | | Fix license nameJason DeTiberus2015-03-067-7/+7
| | | |
* | | | Merge pull request #106 from detiber/condionalNodeOptionThomas Wiest2015-03-091-2/+3
|\ \ \ \ | | | | | | | | | | Conditionally set --nodes on master
| * | | | Conditionally set --nodes on masterJason DeTiberus2015-03-091-2/+3
| | |_|/ | |/| | | | | | | | | | | | | | - only add --nodes option to /etc/sysconfig/openshift-master when openshift_node_ips is not an empty list.
* | | | Merge pull request #105 from detiber/fixPermsKubeFolderThomas Wiest2015-03-092-2/+2
|\ \ \ \ | | | | | | | | | | Fix permissions on .kube folder
| * | | | Fix permissions on .kube folderJason DeTiberus2015-03-092-2/+2
| |/ / / | | | | | | | | | | | | - missing leading 0 on mode
* | | | Merge pull request #108 from detiber/fixFirewallThomas Wiest2015-03-092-32/+46
|\ \ \ \ | | | | | | | | | | os_firewall fixes
| * | | | os_firewall fixesJason DeTiberus2015-03-092-32/+46
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Fix variable references to os_firewall_{allow,deny} instead of {allow, deny} - Fix ordering of service stop/start to ensure firewall rules are properly initiated after service startup - Add test for package installed before attempting to disable or mask services
* | | | Merge pull request #104 from twiest/fix_multi_ec2_pyThomas Wiest2015-03-091-2/+8
|\ \ \ \ | |/ / / |/| | | fixed bug in new ec2.py destination_format code
| * | | fixed bug in new ec2.py destination_format codeThomas Wiest2015-03-091-2/+8
|/ / /
* | | Merge pull request #102 from detiber/fixFirewallThomas Wiest2015-03-066-22/+17
|\ \ \ | | | | | | | | fixing os_firewall issues
| * | | start fixing os_firewall issuesJason DeTiberus2015-03-066-22/+17
|/ / / | | | | | | | | | | | | - Fix missed references to old firewall scripts - Fix variable name references that didn't get updated
* | | Merge pull request #101 from detiber/SdnWhoopsThomas Wiest2015-03-061-4/+4
|\ \ \ | | | | | | | | Fix issues with openshift_sdn_node
| * | | Fix issues with openshift_sdn_nodeJason DeTiberus2015-03-061-4/+4
| |/ / | | | | | | | | | | | | | | | | | | - Use openshift_hostname (set from openshift_common) instead of calculating it again using the openshift_common variables - Fix the task setting facts for openshift_sdn_node that was using references to master instead
* | | Merge pull request #99 from detiber/openshiftRegisterNodeFixesThomas Wiest2015-03-061-36/+90
|\ \ \ | | | | | | | | openshift_register_node module fixes
| * | | openshift_register_node module fixesJason DeTiberus2015-03-061-36/+90
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set parameters resources and cpu/memory as mutually exclusive - Add parameters for setting the client_user, client_context and client_cluster - This allows the module to ensure it is using the proper context for operation - Node resources weren't properly being registered - wrapped node definition object in a config object to rectify - Reduce default to 75% Total Memory instead of 80% - Don't bother running osc create node if node is already in osc get nodes output
* | | Merge pull request #98 from detiber/copyNotEnvKubeconfigThomas Wiest2015-03-063-8/+36
|\ \ \ | | | | | | | | Do not set KUBECONFIG for root user