summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #677 from openshift/jameslabocki-patch-2Glenn S West2017-08-220-0/+0
|\ | | | | Change path to include 3.5 directory.
| * Change path to include 3.5 directory.James Labocki2017-08-210-0/+0
|/ | | | | | Without this change the azure deployment will fail because of the introduction of 3.5 and 3.6 directories. #### Who would you like to review this? cc: @gwestredhat @e-minguez
* destory file for OCP on Azure (#675)James Labocki2017-08-210-0/+0
|
* Remove `set -x` from the e2e ci pod validation (#673)Tomas Sedovic2017-08-210-0/+0
| | | | We've set the verbose logging too eagerly and it ends up spewing a lot of useless input in the "waiting for the pods to come up" phase.
* Ignore *.cfg and *.crt in the openstack inventory (#672)Tomas Sedovic2017-08-211-1/+1
| | | | | | This allows our users to keep the ansible.cfg file in the inventory as well as putting e.g. LDAP certificates in. Fixes #481
* Update openshift_release in the sample inventory (#647)Tomas Sedovic2017-08-212-2/+0
| | | | | | | * Update openshift_release in the sample inventory This removes setting the version for Openshift Origin, because the only the latest release is actually available. So if a new Origin release comes up, the installation will fail.
* Merge pull request #661 from tomassedovic/contributingBogdan Dobrelya2017-08-210-0/+0
|\ | | | | Add a contributing guide
| * Another missing wordTomas Sedovic2017-08-180-0/+0
| |
| * Add a missing wordTomas Sedovic2017-08-180-0/+0
| |
| * Add a contributing guideTomas Sedovic2017-08-180-0/+0
| | | | | | | | | | | | Hoping that this will get our pull requests and code reviews more consistent (and it should help people getting started with code reviews).
* | resolves #669 and resolves #668 (#670)Ryan Cook2017-08-200-0/+0
| |
* | Merge pull request #659 from glennswest/masterGlenn S West2017-08-210-0/+0
|\ \ | | | | | | Merge back 3.5 support
| * | Switch all to use 7.4 (using sku 7-RAW)glennswest2017-08-180-0/+0
| | |
| * | Switch to dev branchglennswest2017-08-180-0/+0
| | |
| * | Fix versionglennswest2017-08-180-0/+0
| | |
| * | Fix up sku selectorglennswest2017-08-180-0/+0
| | |
| * | Update to 7.4glennswest2017-08-180-0/+0
| | |
| * | Merge branch 'master' of https://github.com/openshift/openshift-ansible-contribglennswest2017-08-185-6/+29
| |\| | | | | | | | | | Resync With Master
| * | Fix README for overwriteglennswest2017-08-180-0/+0
| | |
| * | Cleanup imagesglennswest2017-08-170-0/+0
| | |
| * | Add 3.5glennswest2017-08-170-0/+0
| | |
* | | Merge pull request #666 from dav1x/fix-clean-add-rhsmDavis Phillips2017-08-180-0/+0
|\ \ \ | | | | | | | | adding files for 3.6 update and optimizing some rhsm
| * | | lint changesDavis Phillips2017-08-180-0/+0
| | | |
| * | | adding rhsm roleDavis Phillips2017-08-180-0/+0
| | | |
| * | | remove openshift-storage includes and add new docker-storage-setupDavis Phillips2017-08-180-0/+0
| | | |
| * | | fixes issue #658Davis Phillips2017-08-180-0/+0
| | | |
| * | | adding files for 3.6 update and optimizing some rhsmDavis Phillips2017-08-180-0/+0
| | | |
* | | | Resolving #660 items (#665)Ryan Cook2017-08-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | * resolving #660 items * only touch new node
* | | | Don't forget the satellites (#663)Chandler Wilkerson2017-08-180-0/+0
| | | |
* | | | need to actually connect to the host not local connection (#664)Ryan Cook2017-08-180-0/+0
| | | |
* | | | Merge pull request #662 from cooktheryan/non-atomic-fixDavis Phillips2017-08-180-0/+0
|\ \ \ \ | |_|_|/ |/| | | need privilges to run non-atomic-command
| * | | allow elevated privsRyan Cook2017-08-180-0/+0
| | | |
| * | | need privilges to run non-atomic-commandRyan Cook2017-08-180-0/+0
|/ / /
* | | Download the oc binary from the master node (#657)Tomas Sedovic2017-08-170-0/+0
| | | | | | | | | | | | | | | | | | | | | The end to end scripts just started failing because the contents of the tarball shipping the oc tool changed. Since the binary is always available on the master node after a successful deployment, let us just copy it from there.
* | | Configure different Docker volume sizes for different roles (#644)Tlacenka2017-08-175-6/+29
| |/ |/| | | | | | | | | | | | | | | | | | | | | * README, all.yml, stack_params.yaml, openstack-stack: added docker volume size customisation - app_volume_size changed to node_volume_size (it is node everywhere else) * all.yml, stack_params.yaml,openstack-stack: added customisation for lb, etcd, dns * README: updated * README: updated info about ephemeral volumes
* | Removing rhel_subscription roleChandler Wilkerson2017-08-170-0/+0
| | | | | | Mention of the role (which I don't find anywhere in the repo atm) breaks my refarch. I'd advise removing it all together.
* | rolling back skip-packages (#654)Ryan Cook2017-08-160-0/+0
| | | | | | | | | | | | * rolling back skip-packages * guess can't use # lines
* | Merge pull request #653 from dav1x/initial-3.6-vmwDavis Phillips2017-08-160-0/+0
|\| | | | | Adding OCP 3.6 files and modifications
| * more lintsDavis Phillips2017-08-160-0/+0
| |
| * adding datastoreDavis Phillips2017-08-160-0/+0
| |
| * address lint and remove installer check for docker storageDavis Phillips2017-08-160-0/+0
| |
| * remove additional docker storage setupDavis Phillips2017-08-161-9/+0
| |
| * Adding 3.6 files and modificationsDavis Phillips2017-08-161-0/+9
| |
* | Merge pull request #639 from tomassedovic/travis-ciBogdan Dobrelya2017-08-160-0/+0
|\ \ | | | | | | Add end to end openstack testing to travis
| * | Make the fetch-master.sh script executableTomas Sedovic2017-08-160-0/+0
| | |
| * | Skip end-end ci on forksTomas Sedovic2017-08-160-0/+0
| | | | | | | | | | | | | | | Since PRs coming from forks don't have the openstack credentials, they would always fail. Let's just ignore them instead.
| * | Only fetch the master branch onceTomas Sedovic2017-08-160-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to load the master branch every time we sourced vars.sh, but that file should not have any side effects. Also, since the run takes up to an hour to finish, this meant the output could differ if something merged in the meantime. So with this we only fetch the master and print the modified files once and vars.sh just reads the status of the repo afterwards.
| * | Fix the no-pager argument orderTomas Sedovic2017-08-150-0/+0
| | |
| * | Add --no-pager to the git diff commandTomas Sedovic2017-08-150-0/+0
| | | | | | | | | | | | I think this can cause issues when the git diff list is large.
| * | Pass the extra-vars to install-openshift, tooTomas Sedovic2017-08-150-0/+0
| | | | | | | | | | | | | | | Otherwise it won't pick up on our env_id, which means the apps subdomain will be incorrect.