Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #296 from cooktheryan/infra-node-missing | Davis Phillips | 2017-03-23 | 0 | -0/+0 |
|\ | | | | | improper location for role | ||||
| * | improper location for role | Ryan Cook | 2017-03-22 | 0 | -0/+0 |
| | | |||||
* | | changes to inventory and iptables | Ryan Cook | 2017-03-22 | 0 | -0/+0 |
|/ | |||||
* | move DNS heat stack from personal repo (#293) | Mark Lamourine | 2017-03-22 | 0 | -0/+0 |
| | | | | | | * move DNS heat stack from personal repo * Update .gitignore | ||||
* | match the debug with other providers | Ryan Cook | 2017-03-21 | 0 | -0/+0 |
| | |||||
* | Merge pull request #291 from cooktheryan/scale-up-common | Davis Phillips | 2017-03-21 | 0 | -0/+0 |
|\ | | | | | resolves issue #224 | ||||
| * | resolves issue #224 | Ryan Cook | 2017-03-21 | 0 | -0/+0 |
|/ | |||||
* | Merge pull request #290 from cooktheryan/atomic-exclude | Davis Phillips | 2017-03-21 | 0 | -0/+0 |
|\ | | | | | resolves issue #289 | ||||
| * | resolves issue #289 | Ryan Cook | 2017-03-21 | 0 | -0/+0 |
|/ | |||||
* | static inventory resolves #285 | Ryan Cook | 2017-03-20 | 0 | -0/+0 |
| | |||||
* | Added ansible base for migration from shell | Peter Schiffer | 2017-03-20 | 0 | -0/+0 |
| | | | | | | For now, we will be in a 'hybrid mode' where ansible will be run from shell script. This PR contains only skeleton + ansible role to configure connection to the GCP. Future PRs will migrate shell code to ansible. | ||||
* | Adds no auth to playbooks for OCP install (#283) | Davis Phillips | 2017-03-16 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Adding auth type none * remove some INI file data * remove ssh key * Update openshift-install.yaml trying to lint * fix indentation * Update openshift-install.yaml * Update ocp-on-vmware.py adding the space in here due to yamllinting * Update ocp-on-vmware.py had to fix the spacing | ||||
* | Sometimes, attaching to the pool id fails on the first try | Peter Schiffer | 2017-03-14 | 0 | -0/+0 |
| | |||||
* | Migrating to deployment manager, part 1 (#282) | Peter Schiffer | 2017-03-13 | 0 | -0/+0 |
| | | | | | | | | | | | | | * Migrating to deployment manager, part 1 This is a first step in migrating the gcp ref. arch. away from shell script to Google's gcp deployment manager and ansible. Most of the resources is now migrated, more complicated resources will be migrated later. Naming was redone - before, it was possible to choose arbitrary name for almost any resource - now it's done by changing the 'prefix'. This way, it should be possible to deploy multiple clusters under single account by choosing different prefix. * Fixed spelling | ||||
* | Merge pull request #280 from cooktheryan/vmware-patch | Davis Phillips | 2017-03-10 | 0 | -0/+0 |
|\ | | | | | Vmware minor update playbook and ocp-on-vmware.py tag addition | ||||
| * | allow for versions to be specified | root | 2017-03-10 | 0 | -0/+0 |
| | | |||||
| * | linting | Ryan Cook | 2017-03-09 | 0 | -0/+0 |
| | | |||||
| * | addition of vars file | Ryan Cook | 2017-03-09 | 0 | -0/+0 |
| | | |||||
| * | provide values for minor update playbook | Ryan Cook | 2017-03-09 | 0 | -0/+0 |
| | | |||||
| * | introducing the update tag | Ryan Cook | 2017-03-09 | 0 | -0/+0 |
| | | |||||
* | | fixes to support origin (#278) | Ryan Cook | 2017-03-09 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes to support origin * fixes to the excluder and unexclude * linting * spacing lint error * this should resolve error * specify atomic rather than letting it choose * moving this into the base directory | ||||
* | | 8443 should be removed since we are defaulting to https | Gihad Murad | 2017-03-08 | 0 | -0/+0 |
|/ | | | If port 8443 is used a redirect_uri_mismatch during OAuth flow from Github will happen, which prevents logging into the Openshift Console. | ||||
* | Merge pull request #275 from cooktheryan/sub-numberic-id | Davis Phillips | 2017-03-03 | 0 | -0/+0 |
|\ | | | | | python file to allow for numberic subscription | ||||
| * | python file to allow for numberic subscription | Ryan Cook | 2017-03-03 | 0 | -0/+0 |
| | | |||||
* | | Fix to azuredevelop branch | Glenn West | 2017-03-03 | 0 | -0/+0 |
| | | |||||
* | | adding parameter that was causing issues in gce and aws | Ryan Cook | 2017-03-02 | 0 | -0/+0 |
| | | |||||
* | | add and removal of parameters | Ryan Cook | 2017-03-02 | 0 | -0/+0 |
|/ | |||||
* | Updates to Templates | haroldwongms | 2017-02-27 | 0 | -0/+0 |
| | | | | | | | Updated API Versions Updated script extension handler version securestring for passwords and keys protected settings for script extension for security | ||||
* | Do not explicitly check if system is registered in rhsm | Peter Schiffer | 2017-02-23 | 0 | -0/+0 |
| | | | | | * redhat_subscription ansible module checks implicitly for system registration and registers it only if it's not * sometimes there can be state 'Not Subscribed', in which case the previous check would fail to detect unsubscribed system | ||||
* | retain or delete registered image upon revert (#238) | Ryan Cook | 2017-02-23 | 0 | -0/+0 |
| | |||||
* | Add 'ProxyCommand none' to bastion for ssh config | Gerald Nunn | 2017-02-22 | 0 | -0/+0 |
| | |||||
* | adding KubernetesCluster variable (#264) | Ryan Cook | 2017-02-22 | 0 | -0/+0 |
| | | | | | | | | | | | | | | * adding KubernetesCluster variable * items for adding of nodes * variable definition * improper comma and missing infra-node-scaleup * linting * moving tag to the cloudformation | ||||
* | OpenShift Minor update playbook (#263) | Ryan Cook | 2017-02-22 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit * gce and aws common and vmware unique file * moving things around * linting * adding excluder packages * now using the excluder and unexclude packages * removal of unexclude in the install * needed to switch to role due to facts * changing to role and fixup * linting and removal of lines from testing * allow for the selecting of version or default value * by default when the excluder package is installed it executes as exclude * wrong cloudprovider * individual playbooks for minor updates * linting | ||||
* | Merge pull request #266 from cooktheryan/var-fix | Davis Phillips | 2017-02-21 | 0 | -0/+0 |
|\ | | | | | removed redhat/ from sdn selection | ||||
| * | removed redhat/ from sdn selection | Ryan Cook | 2017-02-21 | 0 | -0/+0 |
|/ | |||||
* | git is required when running containerized (#262) | Ryan Cook | 2017-02-20 | 0 | -0/+0 |
| | | | | | | | | | | * git is required when running containerized * lint and removal of uneeded script * gather facts and no longer use block * formatting issue | ||||
* | Merge pull request #261 from cooktheryan/sdn | Davis Phillips | 2017-02-20 | 0 | -0/+0 |
|\ | | | | | Allow for selecting of SDN | ||||
| * | Merge branch 'master' into sdn | Ryan Cook | 2017-02-16 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #259 from cooktheryan/primary-master | Davis Phillips | 2017-02-16 | 0 | -0/+0 |
|\ \ | | | | | | | no longer forcing a primary master | ||||
| * \ | Merge branch 'master' into primary-master | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
| |\ \ | |/ / |/| | | |||||
| * | | no longer manually forcing a primary master | Ryan Cook | 2017-02-13 | 0 | -0/+0 |
| | | | |||||
| | * | Merge branch 'master' into sdn | Ryan Cook | 2017-02-15 | 0 | -0/+0 |
| | |\ | |_|/ |/| | | |||||
* | | | do not need to provide github auth in this play (#260) | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
| | | | |||||
* | | | adding osp (#241) | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
| | | | |||||
* | | | Define subdomain (#258) | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
|/ / | |||||
| * | vmware sdn selection | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
| | | |||||
| * | sdn selection for GCE | Ryan Cook | 2017-02-14 | 0 | -0/+0 |
| | | |||||
| * | did not specify the correct values | root | 2017-02-13 | 0 | -0/+0 |
| | | |||||
| * | need to actually set what snd to use | root | 2017-02-13 | 0 | -0/+0 |
| | | |||||
| * | allow for selecting of SDN | Ryan Cook | 2017-02-13 | 0 | -0/+0 |
|/ |