summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* specify origin versionRyan Cook2017-04-190-0/+0
|
* testing this a few times before making it publicRyan Cook2017-04-130-0/+0
|
* Fixes missed in previous PRPeter Schiffer2017-04-110-0/+0
|
* Migrating to ansible, continued (#312)Peter Schiffer2017-04-090-0/+0
| | | | | | | | | | | | | | | | | | * Set image family for clean image * Don't use PREFIX where it's not needed Some resources can be shared between multiple OCP clusters. * Migrate network creation * Rename local playbook to prereq * Renamed network deployment * Migrate creation of gold image to Ansible * Don't mark checking task as changed in rhsm-subscription role
* Merge pull request #303 from cooktheryan/elbDavis Phillips2017-03-290-0/+0
|\ | | | | Increate timeout. Resovles #301
| * this time it actually worksRyan Cook2017-03-280-0/+0
| |
| * fixed timeoutRyan Cook2017-03-280-0/+0
| |
| * Increate timeout. Resovles #301Ryan Cook2017-03-280-0/+0
| |
* | adding folder creation supportDavis Phillips2017-03-280-0/+0
|/
* Merge pull request #277 from cooktheryan/vmware-registryDavis Phillips2017-03-280-0/+0
|\ | | | | make the installer setup the registry
| * Update ocp-on-vmware.pyRyan Cook2017-03-280-0/+0
| | | | | | Missed /registry to /exports
| * lintingroot2017-03-270-0/+0
| |
| * making the default size largerroot2017-03-270-0/+0
| |
| * create a generic export directory and then create a registry directoryroot2017-03-270-0/+0
| |
| * 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
| | |