Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not remove files for bootstrap if resolv or dns. | Kenny Woodson | 2017-10-17 | 2 | -3/+4 |
| | |||||
* | Provisioning Documentation Updates | Michael Gugino | 2017-10-11 | 8 | -132/+258 |
| | | | | | | | Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability. | ||||
* | Merge pull request #5605 from mgugino-upstream-stage/build-provision-split | OpenShift Merge Robot | 2017-10-05 | 8 | -113/+81 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Build provision split Make provisioning steps more reusable Reorganizing and making some of the plays more reusable. Depends-on: https://github.com/openshift/openshift-ansible/pull/5565 | ||||
| * | Make provisioning steps more reusable | Michael Gugino | 2017-10-02 | 8 | -113/+81 |
| | | | | | | | | | | Reorganizing and making some of the plays more reusable. | ||||
* | | remove duplicate [OSEv3:children] group | Jean-Francois Chevrette | 2017-10-04 | 1 | -5/+0 |
|/ | |||||
* | Changes necessary to support AMI building | Michael Gugino | 2017-09-28 | 2 | -3/+9 |
| | | | | | | | Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'. | ||||
* | Fix missing quotes on openshift_aws_build_ami_ssh_user default | Michael Gugino | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | More variables in AWS provisioning plays | Michael Gugino | 2017-09-26 | 1 | -1/+4 |
| | | | | | | | | This commit adds more optional variables to provision hosts in AWS environments. These changes allow provisioning instances that utilize an ssh_user other than root. | ||||
* | ami build process calls openshift-node/config.yml | Kenny Woodson | 2017-09-07 | 3 | -9/+11 |
| | |||||
* | Consolidating AWS roles and variables underneath openshift_aws role. | Kenny Woodson | 2017-09-07 | 10 | -634/+272 |
| | |||||
* | Fixing variables and allowing custom ami. | Kenny Woodson | 2017-09-07 | 6 | -42/+112 |
| | |||||
* | Merge pull request #5230 from kwoodson/openshift_node_bootstrap | OpenShift Bot | 2017-08-30 | 3 | -65/+73 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Merging openshift_node with openshift bootstrap. | Kenny Woodson | 2017-08-29 | 3 | -65/+73 |
| | | |||||
* | | Remove unsupported playbooks and utilities | Russell Teague | 2017-08-25 | 13 | -594/+0 |
|/ | |||||
* | Merge pull request #5011 from kwoodson/provision | Scott Dodson | 2017-08-23 | 7 | -305/+775 |
|\ | | | | | AWS Provisioning with scale groups. | ||||
| * | First attempt at provisioning. | Kenny Woodson | 2017-08-21 | 7 | -305/+775 |
| | | |||||
* | | First attempt at creating the cert signer. | Kenny Woodson | 2017-08-21 | 1 | -0/+48 |
|/ | |||||
* | Merge pull request #3043 from jkhelil/scaleup_etcd | Scott Dodson | 2017-08-02 | 1 | -0/+2 |
|\ | | | | | Add etcd scaleup playbook | ||||
| * | add etcd scaleup playbook | jawed | 2017-06-15 | 1 | -0/+2 |
| | | |||||
* | | Remove openshift_use_dnsmasq from aws and libvirt playbooks | Scott Dodson | 2017-07-18 | 1 | -1/+0 |
|/ | |||||
* | Fix cluster creation with `bin/cluster` when there’s no glusterfs node | Lénaïc Huard | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | Add calico. | Dan Osborne | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | Document playbook directories | Rodolfo Carvalho | 2017-01-13 | 1 | -0/+4 |
| | |||||
* | YAML Linting | Russell Teague | 2016-12-12 | 4 | -67/+67 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Removed verify_ansible_version playbook refs | Russell Teague | 2016-12-08 | 1 | -2/+0 |
| | |||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Optimize the cloud-specific list.yml playbooks | Lénaïc Huard | 2016-11-16 | 1 | -6/+3 |
| | | | | | | by removing the need to gather facts on all VMs in order to list them. And prettify the output of AWS list the same way it is done for other cloud providers. | ||||
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 4 | -18/+18 |
| | |||||
* | This fixes an issue in AWS where the master node was not part of the nodes ↵ | Matyas Danter | 2016-08-30 | 1 | -1/+1 |
| | | | | in an unschedulable way | ||||
* | Check ansible version prior to evaluating cluster hosts and groups. | Andrew Butcher | 2016-07-20 | 1 | -0/+3 |
| | |||||
* | Resolve some deprecation warnings. | Andrew Butcher | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | 2016-07-14 | 1 | -2/+1 |
|\ | |||||
| * | Various hosted component improvements | Andrew Butcher | 2016-07-07 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation | ||||
* | | Remove old upgrade playbooks. | Devan Goodwin | 2016-06-15 | 1 | -16/+0 |
|/ | |||||
* | g_all_hosts with templated with_items causes errors with ansible 1.9.4 under ↵ | Jason DeTiberus | 2016-05-05 | 2 | -3/+3 |
| | | | | some conditions | ||||
* | aws provider fixes | Jason DeTiberus | 2016-05-05 | 5 | -9/+38 |
| | | | | | | | | - fix errors in userdata template - update origin centos ami - ensure ec2_tag_sub-host-type is set after launch - disable openshift_use_dnsmasq for now - Remove use of vars_files in includes | ||||
* | fix up variable references remove "online" support from bin/cluster | Jason DeTiberus | 2016-04-29 | 11 | -178/+54 |
| | |||||
* | Remove Ops specific ansible-tower aws playbooks | Jason DeTiberus | 2016-04-29 | 7 | -121/+0 |
| | |||||
* | Replace sudo with become when accessing deployment_vars. | Andrew Butcher | 2016-04-27 | 9 | -12/+12 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 7 | -11/+11 |
| | |||||
* | Fix router selector fact migration and match multiple selectors when ↵ | Andrew Butcher | 2016-04-20 | 1 | -1/+1 |
| | | | | counting nodes. | ||||
* | Fix issue when there are no infra nodes | Lénaïc Huard | 2016-03-08 | 1 | -1/+1 |
| | | | | This issue was already addressed by #1355 fc2f776 but it has been accidentally reverted by 6d3e176. | ||||
* | Add correct parsing of ec2_security_groups env variable | David Mat | 2016-02-23 | 1 | -10/+5 |
| | |||||
* | Move additional master configuration into a separate master playbook. | Andrew Butcher | 2016-02-16 | 1 | -2/+0 |
| | |||||
* | Add new_masters to scaleup playbook. | Andrew Butcher | 2016-02-16 | 1 | -1/+7 |
| | |||||
* | Merge pull request #1355 from lhuard1A/fix_when_no_infra | Thomas Wiest | 2016-02-15 | 1 | -2/+2 |
|\ | | | | | Fix issue when there are no infra nodes | ||||
| * | Fix issue when there are no infra nodes | Lénaïc Huard | 2016-02-09 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1364 from codificat/openshift-enterprise | Brenton Leanhardt | 2016-02-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Add missing atomic- and openshift-enterprise | ||||
| * | Add missing atomic- and openshift-enterprise | Pep Turró Mauri | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types. | ||||
* | | Merge pull request #1239 from detiber/bin_cluster_overrides | Thomas Wiest | 2016-02-03 | 1 | -0/+4 |
|\ \ | | | | | | | Additional overrides for cloud provider playbooks |