Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding license | Kenny Woodson | 2015-04-01 | 1 | -0/+17 |
| | |||||
* | Adding the zabbix module along with a generic playbook to fetch current ↵ | Kenny Woodson | 2015-04-01 | 5 | -0/+308 |
| | | | | problem triggers. Also added oo_flatten to filters for arrays of arrays. | ||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.4-1]. | Thomas Wiest | 2015-03-31 | 2 | -2/+5 |
| | |||||
* | Merge pull request #134 from kwoodson/completion_fix | Thomas Wiest | 2015-03-31 | 1 | -1/+22 |
|\ | | | | | Fixing bash completion for ossh/oscp. Adding for opssh. | ||||
| * | Fixed when tag was missing and added opssh completion | Kenny Woodson | 2015-03-31 | 1 | -1/+22 |
|/ | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.3-1]. | Thomas Wiest | 2015-03-30 | 2 | -2/+5 |
| | |||||
* | Merge pull request #127 from twiest/pr | Thomas Wiest | 2015-03-30 | 6 | -5/+9 |
|\ | | | | | created a python package named openshift_ansible | ||||
| * | created a python package named openshift_ansible | Thomas Wiest | 2015-03-30 | 6 | -5/+9 |
|/ | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.2-1]. | Thomas Wiest | 2015-03-30 | 2 | -2/+4 |
| | |||||
* | Merge pull request #126 from twiest/pr | Thomas Wiest | 2015-03-30 | 6 | -18/+101 |
|\ | | | | | added config file support to opssh, ossh, and oscp | ||||
| * | added config file support to opssh, ossh, and oscp | Thomas Wiest | 2015-03-30 | 6 | -18/+101 |
|/ | |||||
* | Automatic commit of package [openshift-ansible-inventory] release [0.0.2-1]. | Thomas Wiest | 2015-03-26 | 2 | -2/+10 |
| | |||||
* | Merge pull request #124 from twiest/pr | Thomas Wiest | 2015-03-25 | 2 | -4/+19 |
|\ | | | | | added the ability to have a config file in /etc/openshift_ansible to multi_ec2.py. | ||||
| * | added the ability to have a config file in /etc/openshift_ansible to ↵ | Thomas Wiest | 2015-03-25 | 2 | -4/+19 |
|/ | | | | multi_ec2.py. | ||||
* | Merge pull request #123 from jwhonce/wip/command | Thomas Wiest | 2015-03-25 | 1 | -56/+126 |
|\ | | | | | * Refactor bin/cluster to use argparse.subparsers | ||||
| * | * Refactor bin/cluster to use argparse.subparsers | Jhon Honce | 2015-03-24 | 1 | -56/+126 |
|/ | |||||
* | Merge pull request #97 from jwhonce/wip/cluster | Jhon Honce | 2015-03-24 | 40 | -279/+780 |
|\ | | | | | Use ansible playbook to initialize openshift cluster | ||||
| * | * Remove DOCKER chain work around | Jhon Honce | 2015-03-24 | 1 | -8/+0 |
| | | |||||
| * | * repos role renamed to openshift_repos | Jhon Honce | 2015-03-24 | 1 | -1/+1 |
| | | |||||
| * | Revert "Jwhonce wip/cluster" | Jhon Honce | 2015-03-24 | 7 | -184/+9 |
| | | |||||
| * | gce inventory/playbook updates for node registration changes | Jason DeTiberus | 2015-03-24 | 6 | -3/+19 |
| | | |||||
| * | remove openshift_hostname_workaround var for openshift_common, rather rely ↵ | Jason DeTiberus | 2015-03-24 | 5 | -9/+0 |
| | | | | | | | | on inventory/playbook variables for openshift_hostname | ||||
| * | node registration changes | Jason DeTiberus | 2015-03-24 | 13 | -122/+282 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove default value for openshift_hostname and make it required - Remove workarounds that are no longer needed - Remove resources parameter from openshift_register_node module - pre-create node certificates for each node before registering node - distribute created node certificates to each node - Move node registration logic to a new openshift_register_nodes role - This is because we now have to run the steps on a master as opposed to on the nodes like we were previously doing. - Rename openshift_register_node module to kubernetes_register_node, one more step to genericizing enough for upstreaming, however there are still plenty of openshift specific commands that still need to be genericized. | ||||
| * | Rename repos role to openshift_repos | Jason DeTiberus | 2015-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | * Updates from code reviews | Jhon Honce | 2015-03-24 | 4 | -4/+14 |
| | | |||||
| * | remove os_firewall creation of DOCKER chain | Jason DeTiberus | 2015-03-24 | 1 | -8/+0 |
| | | |||||
| * | Use docker as package name instead of docker-io | Jason DeTiberus | 2015-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add new role os_env_extras_node that is a subset of the docker role | Jason DeTiberus | 2015-03-24 | 5 | -1/+183 |
| | | | | | | | | | | | | | | - Does not install or start docker, since the openshift-node role will handle that for us - Only add root to the dockerroot group and configures the enter-container script. | ||||
| * | * Replace asserts with raises | Jhon Honce | 2015-03-24 | 1 | -2/+2 |
| | | |||||
| * | * Updates from code reviews | Jhon Honce | 2015-03-24 | 1 | -5/+8 |
| | | |||||
| * | Add verify_chain action to os_firewall_manage_iptables module | Jason DeTiberus | 2015-03-24 | 2 | -35/+47 |
| | | | | | | | | | | | | - Add verify_chain action to os_firewall_manage_iptables module - Update os_firewall module to use os_firewall_manage_iptables for creating the DOCKER chain. | ||||
| * | * Add DOCKER chain to iptables | Jhon Honce | 2015-03-24 | 3 | -6/+15 |
| | | |||||
| * | use more specific variable names in gce/openshift-cluster/launch.yml | Jason DeTiberus | 2015-03-24 | 1 | -6/+6 |
| | | |||||
| * | replace oo_hosts_to_config with oo_nodes_to_config and oo_masters_to_config | Jason DeTiberus | 2015-03-24 | 7 | -17/+16 |
| | | |||||
| * | Fix openshift_master_ips and openshift_master_public_ips resolution | Jason DeTiberus | 2015-03-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - don't use set_fact on localhost for openshift_master_ips and openshift_master_public_ips - we are only using it for the configure play - move definition to vars section of configure play - otherwise we'd have to set openshift_master_ips and openshift_master_public_ips from hostvars['localhost'] and since we aren't refrerencing it anywhere else, might as well just do it in vars instead of set_fact on locahost. | ||||
| * | add repos role to gce cluster launch so that we are applying ↵ | Jason DeTiberus | 2015-03-24 | 2 | -3/+1 |
| | | | | | | | | os_update_latest after repo config | ||||
| * | Use env for gce params | Jason DeTiberus | 2015-03-24 | 1 | -6/+6 |
| | | |||||
| * | Use ansible playbook to initialize openshift cluster | Jhon Honce | 2015-03-24 | 2 | -0/+4 |
| | | | | | | | | | | * Added playbooks/gce/openshift-cluster * Added bin/cluster (will replace cluster.sh) | ||||
| * | Various fixes | Jason DeTiberus | 2015-03-24 | 5 | -89/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - playbooks/gce/openshift-cluster: - Remove some stray debugging statements - Some minor formatting fixes - removing un-necessary quotes - cleaning up some jinja templates for readability - add a play to the launch playbook to apply the os_update_latest role on all hosts in the new environment - improve setting groups and gce_public_ip when using add_host module - set gce_public_ip as a variable for the host using the returned gce instance_data - add a group for each tag configured on the host (pre-pending tag_ to the tag name) - update the openshift-master/config.yml and openshift-node/config.yml includes to use the tag_env-host-type groups - openshift-{master,node}/config.yml - Some cleanup - remove some extraneous quotes - remove connection: ssh from remote hosts, since it is the default - remove user: root and instead set ansible_ssh_user in inventory/gce/group_vars/all - set openshift_public_ip and openshift_env to templated values in inventory/gce/group_vars/all as well - no longer set openshift_node_ips for the master host, since nodes will register themselves now when they are configured (prevent reboot on adding nodes) - move setting openshift_master_ips and openshift_public_master_ips using set_fact and instead use the vars: of the 'Configure Instances' play | ||||
| * | add roles symlink to playbooks/gce/openshift-cluster to allow launch to call ↵ | Jason DeTiberus | 2015-03-24 | 1 | -0/+1 |
| | | | | | | | | os_update_latest role | ||||
| * | Move yum update * to new os_update_latest role | Jason DeTiberus | 2015-03-24 | 2 | -3/+3 |
| | | |||||
| * | add oo_prepend_strings_in_list filter | Jason DeTiberus | 2015-03-24 | 1 | -44/+62 |
| | | |||||
| * | Add spacing to implicit string concatenation for python backwards compatibility | Jason DeTiberus | 2015-03-24 | 1 | -4/+4 |
| | | |||||
| * | Use ansible playbook to initialize openshift cluster | Jhon Honce | 2015-03-24 | 12 | -7/+253 |
| | | | | | | | | | | * Added playbooks/gce/openshift-cluster * Added bin/cluster (will replace cluster.sh) | ||||
* | | Automatic commit of package [openshift-ansible-inventory] release [0.0.1-1]. | Thomas Wiest | 2015-03-24 | 2 | -1/+5 |
| | | |||||
* | | Automatic commit of package [openshift-ansible-bin] release [0.0.1-1]. | Thomas Wiest | 2015-03-24 | 2 | -1/+5 |
| | | |||||
* | | Merge pull request #122 from twiest/tito | Thomas Wiest | 2015-03-24 | 6 | -0/+126 |
|\ \ | |/ |/| | Added tito build stuff | ||||
| * | Added spec files and tito configs. | Thomas Wiest | 2015-03-24 | 5 | -32/+91 |
| | | |||||
| * | Automatic commit of package [openshift-ansible-bin] release [0.0.1-1]. | Thomas Wiest | 2015-03-24 | 1 | -2/+23 |
| | | |||||
| * | Automatic commit of package [openshift-ansible-cmds] release [0.0.1-1]. | Thomas Wiest | 2015-03-24 | 2 | -2/+6 |
| | |