summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | Format fixRyan Cook2016-12-080-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Better github authenticationRyan Cook2016-12-080-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Resolution of bug for dynamic provisioningRyan Cook2016-12-070-0/+0
| | |/ / / / / / / / /
| | * | | | | | | | | Merge pull request #124 from cgwalters/more-vagrantJason DeTiberus2016-11-210-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | More vagrant
| | | * | | | | | | | | vagrant: Make landrush optionalColin Walters2016-11-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not packaged for Fedora right now, I'm using Atomic Workstation where I'm trying to minimize stuff installed on the host, and finally even if I did run it, I use dnsmasq for the whole system, plus libvirt already uses dnsmasq, so networking gets super complicated with another resolver. This will make it easier for me to hack on this for now...I'll probably investigate landrush at some point though.
| | | * | | | | | | | | vagrant: Fix regression in provisioning pathColin Walters2016-11-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I switched to sshfs, I also changed the sync path to `..`, because sshfs (by its nature) syncs symlinks, rather than following them, and some of the roles point to the toplevel. However, things sort of appeared to work, except we subtly stopped using the `ansible.cfg` file. Fix this by changing the provisioning paths.
| | | * | | | | | | | | vagrant: Suppress default sync'd folder in both base and AHColin Walters2016-11-210-0/+0
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They have different paths, so we need to disable them both. I regressed this when changing the sync config for sshfs.
| | * | | | | | | | | vagrant: Fixup previous commitColin Walters2016-11-210-0/+0
| | | | | | | | | | |
| | * | | | | | | | | install cockpit by defaultRyan Cook2016-11-210-0/+0
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #122 from cgwalters/sshfsJason DeTiberus2016-11-210-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vagrant: Support sshfs, move sync to admin1 only, change paths
| | | * | | | | | | | | vagrant: Support sshfs, move sync to admin1 only, change pathsColin Walters2016-11-210-0/+0
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sshfs is a lot nicer than rsync, so default to it if available. Also, we only need to do the sync to admin1, so move the definitions there. At the same time, I changed the default paths because on Atomic Host it's not permitted by default to create `/vagrant`. We use `/home/vagrant/sync` instead.
| | * | | | | | | | | Merge pull request #120 from jarrpa/jarrpa-hackJason DeTiberus2016-11-180-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add hostname aliases for each node.
| | | * | | | | | | | | Add hostname aliases for each node.Jose A. Rivera2016-11-170-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | ref should not have been thereRyan Cook2016-11-180-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | duplicating the ruleRyan Cook2016-11-180-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | ports for loggingRyan Cook2016-11-180-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Adding ports for metrics and loggingRyan Cook2016-11-180-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #112 from pschiffe/gceChris Murphy2016-11-180-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Minor tweaks and fixes for GCE
| | | * | | | | | | | | | Update READMEPeter Schiffer2016-11-170-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install requirements without asking
| | | * | | | | | | | | | Update READMEPeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more detailed info about scripts and deployment.
| | | * | | | | | | | | | Fixed Ansible 2.2 compatibility in gce-cloudconfig rolePeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ini_file module now requires create=yes if file does not exist
| | | * | | | | | | | | | Update local ssh configPeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IdentityFile directive must be in every GCE instance section
| | | * | | | | | | | | | Remove local ssh config when doing revertPeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | |
| | | * | | | | | | | | | ~/.ssh/config file can not be world readablePeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise some ssh clients might refuse to work
| | | * | | | | | | | | | Update Google Cloud SDK versionPeter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | |
| | | * | | | | | | | | | Update example RHEL image to RHEL 7.3Peter Schiffer2016-11-160-0/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #113 from markllama/osp-cliChris Murphy2016-11-180-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add script fragments for manual install of OCE on OSP
| | | * | | | | | | | | | | Add script fragements for manual install of OCE on OSPMark Lamourine2016-11-180-0/+0
| | | | |/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | infrastructure fragments added external config generator scripts renamed scripts with chapter/section numbers renamed scripts with chapter headings start host prep start preparing bastion and instances added bastion host prep prepare hosts for installation added openshift vm config finish node preparation start adding ansible settings also generate inventory for ansible Moving towards common roles to support all providers found a bug in the inventory fix of app instance type Removed --local from examples in readme.md update of readmes Update README.md Update README.md Update README.md line spacing print variable correctly use local inventory for call to ansible fixed typo in iptables setup allow alternate path to openshift-ansible for testing add credentials file make image name configurable updated README with more detailed instructions remove old app creation scripts, and fix typos in README re-split security groups, reduce docker storage setup allow alternate source from git closed port 5000 (registry) down to infra and app nodes split host_preparation in two, removed old security group scripts tied registry to infra section documented splitting host prep into two parts
| | * | | | | | | | | | | Merge pull request #118 from ↵Jason DeTiberus2016-11-170-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zonArt/Correcting_admin_password_hash_according_to_documentation Correcting admin password hash
| | | * | | | | | | | | | | Correcting admin password hash to match what's written in the documentationGlayre Nicolas2016-11-170-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #117 from cooktheryan/merged50Davis Phillips2016-11-170-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | New version of openshift playbooks better s3 support
| | | * | | | | | | | | | | no longer need work aroundRyan Cook2016-11-160-0/+0
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'merged-reg' of ↵Ryan Cook2016-11-160-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/cooktheryan/openshift-ansible-contrib into cooktheryan-merged-reg
| | | | * | | | | | | | | | merge when version of playbooks > .41Ryan Cook2016-11-140-0/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #114 from openshift/revert-111-masterChris Murphy2016-11-160-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Add in openshift-azure reference architecture scripts"
| | | * | | | | | | | | | | | Revert "Add in openshift-azure reference architecture scripts"Ryan Cook2016-11-160-0/+0
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Merge pull request #111 from glennswest/masterGlenn S West2016-11-160-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | Add in openshift-azure reference architecture scripts
| | | * | | | | | | | | | | Add attributionGlenn West2016-11-160-0/+0
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Add azure-ansible scriptsGlenn West2016-11-160-0/+0
| | |/ / / / / / / / / / /
| | * / / / / / / / / / / Closes #79 - Fix wrong path in vagrant README.mdChris Murphy2016-11-150-0/+0
| | |/ / / / / / / / / /
| | * | | | | | | | | | Rollback of features that didn't make the release yetRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Update main.yamlRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Update main.yamlRyan Cook2016-11-140-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improper merging of items
| | * | | | | | | | | | readme updateRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | touch the cloudprovider fileRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | update image for 7.3Ryan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | one less role will push post new ocp releaseRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | fix of docker startup issueRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | added timeout configuration variable to help assist installationRyan Cook2016-11-140-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #105 from cooktheryan/subfixChris Murphy2016-11-110-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | print variable correctly