summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-25Attach subscription during provisioning.Garrett Hyde
Fixes #318
2017-05-24vmware-ansible fix for ssh key and ini file (#401)Davis Phillips
* adding container storage var back to ini * copy over user key if it exists
2017-05-24Merge pull request #399 from dav1x/resize_mastersDavis Phillips
Resize masters and fixes #398
2017-05-24Merge pull request #400 from cooktheryan/scale-up-splitDavis Phillips
Split registry and router scaleup roles
2017-05-24Update main.yamlRyan Cook
linting create-vm-prod-ose
2017-05-24Update main.yamlRyan Cook
linting nfs
2017-05-24Update main.yamlRyan Cook
linting
2017-05-24Merge branch 'master' into resize_mastersRyan Cook
2017-05-24Masters are not schedulable nowEduardo Minguez Perez
https://docs.openshift.com/container-platform/3.5/install_config/install/advanced_install.html#marking-masters-as-unschedulable-nodes
2017-05-24Initial Rhv ansible (#393)Chandler Wilkerson
* Initial README for RHV work * Basic ansible set up * gdeployer role for putting gluster on hypervisors * Fixed missing indentation * Added requirements based on Ansible oVirt module * Removing redundant fact gathering * Fixed ssh configuration * Created in wrong directory * Updated requirements for current version of ovirt_vms Ansible module * Added key value pairs to get sharding and default uid/gid * Added tasks to pre-populate ssh keys from cluster on head node * Removed trailing space
2017-05-24Split registry and router scaleup rolesRyan Cook
2017-05-24fixes #398Davis Phillips
2017-05-24resize masters and add container_storageDavis Phillips
2017-05-24fixes #398Davis Phillips
2017-05-24fixes #398Davis Phillips
2017-05-24Update brownfield.jsonDave Smith
Bastion Name tag uses PublicHostedZone
2017-05-24Ref. Arch. says gquota instead grpquota (#395)Eduardo Mínguez
* Ref. Arch. says gquota instead grpquota * Added DATA_SIZE
2017-05-23VMW metrics (#378)Ryan Cook
* new variable for metrics on vmw * metrics deployment * Update ocp-on-vmware.ini * Update * specify nfs fill in components * missing exported vars * linting * more linting * linting pt3 * Update ocp-on-vmware.ini
2017-05-23Migrate teardown to ansible (#389)Peter Schiffer
* Use smaller instance size for bastion host * Migrate teardown to ansible * Ignore errors when tearing down and rhel image doesn't exist
2017-05-23The user is now cluster-adminEduardo Minguez Perez
The documentation says it is, but the code doesn't
2017-05-23Allow SDN selection to be more configurable (#382)Ryan Cook
* Resolves #374 * Update add-node.py Comma would have caused an issue
2017-05-23Update gold-image-include.yaml (#385)Mattia
2017-05-23Atomic docker version (#379)Ryan Cook
* Fail when atomic is too old * atomic upgrade plays * link * just doing the update in the pre-req step * update the atomic instances in pre-req * reboot without error * pause for a defined amount of time * linting
2017-05-22Merge gce-ansible folder with gce-cliPeter Schiffer
2017-05-19Metrics for 35 (#367)Ryan Cook
* metrics for 35 * Update main.yaml fix of two dashes * mege conflict fix * Add the trigger to deploy metrics
2017-05-18More ansible migration and deploy OCP from local workstation (#376)Peter Schiffer
* Create registry bucket with deployment manager * Migrate ssh proxy to Ansible * Update gce dynamic inventory script, use instance name for ssh * Fix variable name in docker storage setup role * Deploy OCP from local workstation, and not from the bastion host
2017-05-18missing quote (#375)Ryan Cook
2017-05-18safer subscriptions until we move to openshift-ansible (#370)Ryan Cook
2017-05-18Add support for orgid/activation key and support for rhn username and ↵Glenn S West
password (#372) * switch to dev branch * Initial add of activation key parameter * Fix button * Rotate orgid and activation key * Fix activation key text * Add conditional subscription logic * Fix missing close on bastion.json * Fix mode reference * Fix missing $ on org id * Add condtional on attach as activation key does it automatically * Switch to openshift repo
2017-05-18Update main.yaml (#371)Juan Carlos Perez Amin
2017-05-17allow for sdn to be selected (#368)Ryan Cook
2017-05-16Removed hardcoded values from ansible rolesEduardo Minguez Perez
2017-05-16Add ansible_ssh_private_key_file to the SSH test (#362)Tomas Sedovic
We're waiting for the OpenStack VMs to be able to SSH into before proceeding with the DNS playbook (because until 2.3 Ansible doesn't handle that gracefully). But if the private key for the SSH connection was only specified using the `--private-key` argument to `ansible-playbook`, the test was failing because it didn't take that possibility into the account. Now it does. Fixes #355
2017-05-15Add subscribe_rhel to only vmwDavis Phillips
2017-05-15Add subscribe_rhel to only vmwDavis Phillips
2017-05-15Change node names directly instead of using relying on reverse dns lookups ↵Glenn S West
(#359) * Move development back to dev branch * Remove /etc/hosts autogenerate and dnsmaq resolution * Fix loop on nodes * Fix count * Prepare for upstream commit
2017-05-15Migrate DNS records to the AnsiblePeter Schiffer
2017-05-15let the installer handle excluder (#357)Ryan Cook
2017-05-14Provide prefix variable to ansible when unregistering systemsPeter Schiffer
2017-05-14Use prefix variable everywherePeter Schiffer
2017-05-12Migrate additional disks to the deployment manager and ansiblePeter Schiffer
2017-05-10Readme format fix (#349)Ryan Cook
* fix of readme format * fix of readme format
2017-05-10[GCP] Updated ssl-certificate rolePeter Schiffer
Fix ssl-certificate role, so it doesn't fail when user provides custom certificate, and add a check for already created ssl certificate in GCP, so the following tasks could be skipped.
2017-05-09[GCP] migrate to common validation playbook (#343)Peter Schiffer
* testing using the shared validation plays * Fix etcd validation in GCP In GCP, etcd certificates are created with the short hostnames of the master nodes, not with the fqdn. * Set validate_etcd_short_hostname variable when calling etcd validation
2017-05-08[GCP] Fixes (#342)Peter Schiffer
* Enable epel For the time of the transition, epel repo is required for the python-libcloud package. * Quote rh username and pool id * Supply zone to the set-disk-auto-delete command
2017-05-06Update main.yamlJuan Carlos Perez Amin
2017-05-05Iops (#340)Ryan Cook
* enable io1 * fixing groups and using iops correctly * linting * resolving line spacing weirdness
2017-05-03numeric variables must include quotes in cloudformations (#336)Ryan Cook
* numeric variables must include quotes * fix for inventory * linting
2017-04-30rollbackRyan Cook
2017-04-28Replace rhsm_* with rhel_subscribe (#332)Davis Phillips
* 3.5 release changes * Update README.md * Update README.md * Update main.yaml * Adding rhel_subscribe to all plays and changing variables in python wrapper * change variable names in add-node.py