summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
* Merge pull request #261 from cooktheryan/sdnDavis Phillips2017-02-200-0/+0
|\ | | | | Allow for selecting of SDN
| * Merge branch 'master' into sdnRyan Cook2017-02-160-0/+0
| |\ | |/ |/|
* | Merge pull request #259 from cooktheryan/primary-masterDavis Phillips2017-02-160-0/+0
|\ \ | | | | | | no longer forcing a primary master
| * \ Merge branch 'master' into primary-masterRyan Cook2017-02-140-0/+0
| |\ \ | |/ / |/| |
| * | no longer manually forcing a primary masterRyan Cook2017-02-130-0/+0
| | |
| | * Merge branch 'master' into sdnRyan Cook2017-02-150-0/+0
| | |\ | |_|/ |/| |
* | | do not need to provide github auth in this play (#260)Ryan Cook2017-02-140-0/+0
| | |
* | | adding osp (#241)Ryan Cook2017-02-140-0/+0
| | |
* | | Define subdomain (#258)Ryan Cook2017-02-140-0/+0
|/ /
| * vmware sdn selectionRyan Cook2017-02-140-0/+0
| |
| * sdn selection for GCERyan Cook2017-02-140-0/+0
| |
| * did not specify the correct valuesroot2017-02-130-0/+0
| |
| * need to actually set what snd to useroot2017-02-130-0/+0
| |
| * allow for selecting of SDNRyan Cook2017-02-130-0/+0
|/
* Proper subscriptions and unsubscribe for the GCE provider (#256)Ryan Cook2017-02-090-0/+0
| | | | | | | | | | | | | | | | | | | | * unsubscribe template and subscribe instances * need to be able to use numeric subscriptions * bastion registration playbook * missing the actual playbooks * bastion requires root and facts * moving bastion plays under openshift-install * unregister instaces * can't use ansible in this step * gcloud cleanup to use the correct repo
* Update README.mdRyan Cook2017-02-030-0/+0
|
* README update and static inventory fixRyan Cook2017-02-030-0/+0
|
* Merge pull request #254 from cooktheryan/scale-reg-downDavis Phillips2017-02-020-0/+0
|\ | | | | Registry should only one pod due to nfs
| * ensure the registry is only one pod due to nfsRyan Cook2017-02-020-0/+0
|/
* change cooktheryan to openshiftRyan Cook2017-02-010-0/+0
|
* gce provider fixes (#250)Ryan Cook2017-02-010-0/+0
| | | | | | | | | | | | | | | | | | * gce provider fixes * removal of osm entries * path fix * formatting change * linting * move a line * another fix of cloud-config file * more linting
* static inventory creation (#244)Ryan Cook2017-02-010-0/+0
| | | | | | * intial commit of static inventory creation * git ignore static inventory file in gce and fix ups for travis
* Define openshift_master_default_subdomainBrad Durrow2017-02-010-0/+0
|
* Addition of update playbook (#247)Ryan Cook2017-02-010-0/+0
| | | | | | | | | | | | | | | | | | | | * testing patching the system to resolve sub-manager errors * trailing space fix * needed to gather facts * improper ordering * switching to double quotes to match openshift-ansible * Update openshift-install.yaml No longer including the playbook in the deployment but just defining it * Update main.yaml Rolling back the change
* Merge pull request #245 from chekolyn/vagrant-fix02Jason DeTiberus2017-01-310-0/+0
|\ | | | | Vagrant fixes