summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding a way to skip registration if requiredRyan Cook2017-03-270-0/+0
|
* ansible does not handle spaces wellRyan Cook2017-03-270-0/+0
|
* lintingRyan Cook2017-03-240-0/+0
|
* rollback of share changeRyan Cook2017-03-240-0/+0
|
* Update README.mdRyan Cook2017-03-240-0/+0
|
* using python to fill in variablesRyan Cook2017-03-240-0/+0
|
* merging masterRyan Cook2017-03-240-0/+0
|\
| * Migrating to ansible, next part (#300)Peter Schiffer2017-03-240-0/+0
| | | | | | | | | | | | | | | | * Create dns zone with ansible * Migrate image upload to ansible * Manage gce ssh key with ansible
| * tearing down the infrastructure and any extra nodes (#297)Ryan Cook2017-03-240-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | * tearing down the infrastructure and any extra nodes created along the way * doing pre-flight cleaner * patch for key creation and teardown * call roles like vmware and lint * did not have the variable setup correctly
| * Resource pool add (#298)Davis Phillips2017-03-230-0/+0
| | | | | | | | | | | | | | | | | | | | * adding resource_pool to library * adding resource pool module and plays to create and remove it * adding setup to initial tag list for setup * Update ocp-on-vmware.ini
| * Merge pull request #296 from cooktheryan/infra-node-missingDavis Phillips2017-03-230-0/+0
| |\ | | | | | | improper location for role
| | * improper location for roleRyan Cook2017-03-220-0/+0
| | |
| * | changes to inventory and iptablesRyan Cook2017-03-220-0/+0
| |/
| * move DNS heat stack from personal repo (#293)Mark Lamourine2017-03-220-0/+0
| | | | | | | | | | | | * move DNS heat stack from personal repo * Update .gitignore
| * match the debug with other providersRyan Cook2017-03-210-0/+0
| |
| * Merge pull request #291 from cooktheryan/scale-up-commonDavis Phillips2017-03-210-0/+0
| |\ | | | | | | resolves issue #224
| | * resolves issue #224Ryan Cook2017-03-210-0/+0
| |/
| * Merge pull request #290 from cooktheryan/atomic-excludeDavis Phillips2017-03-210-0/+0
| |\ | | | | | | resolves issue #289
| | * resolves issue #289Ryan Cook2017-03-210-0/+0
| |/
| * static inventory resolves #285Ryan Cook2017-03-200-0/+0
| |
| * Added ansible base for migration from shellPeter Schiffer2017-03-200-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 Phillips2017-03-160-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 tryPeter Schiffer2017-03-140-0/+0
| |
| * Migrating to deployment manager, part 1 (#282)Peter Schiffer2017-03-130-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-patchDavis Phillips2017-03-100-0/+0
| |\ | | | | | | Vmware minor update playbook and ocp-on-vmware.py tag addition
| | * allow for versions to be specifiedroot2017-03-100-0/+0
| | |
| | * lintingRyan Cook2017-03-090-0/+0
| | |
| | * addition of vars fileRyan Cook2017-03-090-0/+0
| | |
| | * provide values for minor update playbookRyan Cook2017-03-090-0/+0
| | |
| | * introducing the update tagRyan Cook2017-03-090-0/+0
| | |
| * | fixes to support origin (#278)Ryan Cook2017-03-090-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 httpsGihad Murad2017-03-080-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-idDavis Phillips2017-03-030-0/+0
| |\ | | | | | | python file to allow for numberic subscription
| | * python file to allow for numberic subscriptionRyan Cook2017-03-030-0/+0
| | |
| * | Fix to azuredevelop branchGlenn West2017-03-030-0/+0
| | |
| * | adding parameter that was causing issues in gce and awsRyan Cook2017-03-020-0/+0
| | |
| * | add and removal of parametersRyan Cook2017-03-020-0/+0
| |/
* | Update openshift-install.yamlDavis Phillips2017-03-160-0/+0
| |
* | 100 pod max has been increased a bunchRyan Cook2017-03-050-0/+0
| |
* | lintingRyan Cook2017-03-040-0/+0
| |
* | make the installer setup the registryRyan Cook2017-03-040-0/+0
|/
* Updates to Templatesharoldwongms2017-02-270-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 rhsmPeter Schiffer2017-02-230-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 Cook2017-02-230-0/+0
|
* Add 'ProxyCommand none' to bastion for ssh configGerald Nunn2017-02-220-0/+0
|
* adding KubernetesCluster variable (#264)Ryan Cook2017-02-220-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 Cook2017-02-220-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-fixDavis Phillips2017-02-210-0/+0
|\ | | | | removed redhat/ from sdn selection
| * removed redhat/ from sdn selectionRyan Cook2017-02-210-0/+0
|/
* git is required when running containerized (#262)Ryan Cook2017-02-200-0/+0
| | | | | | | | | | * git is required when running containerized * lint and removal of uneeded script * gather facts and no longer use block * formatting issue