Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the no-pager argument order | Tomas Sedovic | 2017-08-15 | 0 | -0/+0 |
| | |||||
* | Add --no-pager to the git diff command | Tomas Sedovic | 2017-08-15 | 0 | -0/+0 |
| | | | | I think this can cause issues when the git diff list is large. | ||||
* | Pass the extra-vars to install-openshift, too | Tomas Sedovic | 2017-08-15 | 0 | -0/+0 |
| | | | | | Otherwise it won't pick up on our env_id, which means the apps subdomain will be incorrect. | ||||
* | Set the extra vars in a file not in env vars | Tomas Sedovic | 2017-08-14 | 0 | -0/+0 |
| | |||||
* | Remove CI creds and use the `-e` option | Tomas Sedovic | 2017-08-14 | 0 | -0/+0 |
| | | | | | The CI credentials are set in the travis settings instead and the rest just removes a bunch of sed commands. | ||||
* | Try running travis encrypt on the master branch | Tomas Sedovic | 2017-08-14 | 0 | -0/+0 |
| | | | | Maybe it locks it to the current remote or something? | ||||
* | See if removing the creds comment fixes travis | Tomas Sedovic | 2017-08-14 | 0 | -0/+0 |
| | |||||
* | Add end to end openstack testing to travis | Tomas Sedovic | 2017-08-14 | 0 | -0/+0 |
| | | | | This is using an RDO Cloud account dedicated to CI. | ||||
* | fix to allow for origin to be installed on rhel (#634) | Ryan Cook | 2017-08-14 | 0 | -0/+0 |
| | |||||
* | Minor fixes (#632) | Eduardo Mínguez | 2017-08-12 | 0 | -0/+0 |
| | |||||
* | Move GCP ref. arch. to OCP 3.6 (#631) | Peter Schiffer | 2017-08-11 | 0 | -0/+0 |
| | |||||
* | Merge pull request #630 from e-minguez/osp_default_node_selector | Roger Lopez | 2017-08-09 | 0 | -0/+0 |
|\ | | | | | WIP: OSP default node selector | ||||
| * | Added default node selector to app nodes | Eduardo Minguez Perez | 2017-08-09 | 0 | -0/+0 |
| | | |||||
| * | Manual OCP scripts | Eduardo Minguez Perez | 2017-08-09 | 0 | -0/+0 |
| | | | | | | | | | | | | | | * Network subnets no longer hardcoded * Masters are nodes * No need for ansible masters,nodes as previous statement * Added more inline scripts missing in the doc | ||||
* | | Removing confusing old hostfile entry (#614) | Chandler Wilkerson | 2017-08-09 | 0 | -0/+0 |
|/ | | | Also adding .pem as an ignored extension in case user puts the ca.pem in the inventory directory :-) | ||||
* | Add --redeploy and --clear-logs options to gcloud.sh (#628) | Peter Schiffer | 2017-08-08 | 0 | -0/+0 |
| | | | | | | * Updated ansible log file creation, added --clear-logs option * Add --redeploy option | ||||
* | Updated for OCP 3.4, OSP10 and ansible configuration of instances (#620) | Mark Lamourine | 2017-08-08 | 0 | -0/+0 |
| | |||||
* | Create and assign a log file for ansible runs (#627) | Miguel P.C | 2017-08-08 | 0 | -0/+0 |
| | |||||
* | Merge pull request #624 from e-minguez/fix_add_host_location | Glenn S West | 2017-08-08 | 0 | -0/+0 |
|\ | | | | | Fixed add_host.sh script location | ||||
| * | Fixed add_host.sh script location | Eduardo Minguez Perez | 2017-08-07 | 0 | -0/+0 |
| | | | | | | | | Otherwise it gets downloaded to the /root folder | ||||
* | | Add Support for Azure Single Vm Deployment (#626) | Glenn S West | 2017-08-08 | 0 | -0/+0 |
| | | | | | | | | | | | | * Add support for allinone/single vm deployment * Update Readme * Change logging default | ||||
* | | Default storage domain changed to a variable | Chandler Wilkerson | 2017-08-07 | 0 | -0/+0 |
|/ | |||||
* | Allow using ephemeral volumes for docker storage (#615) | Tomas Sedovic | 2017-08-04 | 3 | -0/+9 |
| | | | | | | | | For testing cases it's sometimes useful to not create Cinder volumes for the VMs. It can also sometimes be a little faster and more robust (but unfit for production). This adds an option called `ephemeral_volumes` that will use the VM's storage instead of creating volumes when set to true. | ||||
* | Merge pull request #616 from tomassedovic/remove-clouds-yaml | Bogdan Dobrelya | 2017-08-04 | 2 | -9/+0 |
|\ | | | | | Remove clouds.yaml from sample-inventory | ||||
| * | Remove clouds.yaml from sample-inventory | Tomas Sedovic | 2017-08-04 | 2 | -9/+0 |
|/ | | | | | | | | | | | | | With the move to the static inventory, we don't need it anymore so it's now just an unnecessary step in the deployment. Note that the users may still want to use clouds.yaml for openstack credentials instead of sourcing the `OS_*` environment variables, but they can do that at their discression. The reason we had the clouds.yaml here was because the `openstack.py` dynamic inventory used the servers' UUID's as ansible hosts by default and the options we put in caused it to use the hostnames (as desired). | ||||
* | Updated the default openshift-sdn option to match the default in the ↵ | caracan | 2017-08-03 | 0 | -0/+0 |
| | | | | ose-on-aws.py installer | ||||
* | Better gcloud.sh (#611) | Peter Schiffer | 2017-08-03 | 0 | -0/+0 |
| | | | | | | | | | | | | * Simplify debug messages * Fix syntax error * Use RHEL 7.4 in example config * Enhance gcloud.sh script Added couple of options, documentation | ||||
* | Update README.md with mentioning RHV | Yaniv Kaul | 2017-08-03 | 0 | -0/+0 |
| | | | | RHV reference architecture deployment playbook has been added to the repo. Mention it (with a link) in the readme file. | ||||
* | Corrected masters group tag (#610) | Chandler Wilkerson | 2017-08-03 | 0 | -0/+0 |
| | |||||
* | Moving common DNS roles out of the playbook area (#605) | Øystein Bedin | 2017-08-02 | 3 | -4/+2 |
| | |||||
* | Added dynamic inventory setup instructions. (#609) | Chandler Wilkerson | 2017-08-01 | 0 | -0/+0 |
| | |||||
* | Ovirt engine operations should run from localhost | Chandler Wilkerson | 2017-08-01 | 0 | -0/+0 |
| | |||||
* | Need to quote bare variable in assignment (#607) | Chandler Wilkerson | 2017-08-01 | 0 | -0/+0 |
| | |||||
* | Add config options for infra nodes | Peter Schiffer | 2017-07-31 | 0 | -0/+0 |
| | |||||
* | Support scaling up for masters and nodes (#598) | Peter Schiffer | 2017-07-28 | 0 | -0/+0 |
| | | | | | | | | * Support scaling up for masters and nodes * Simplify scaleup code * Add sanity checks before upscaling | ||||
* | Merge pull request #591 from day4skiing/dnspri-wildcard | Bogdan Dobrelya | 2017-07-28 | 1 | -0/+5 |
|\ | | | | | Add wildcard record for Private DNS | ||||
| * | removed openstack | Dan Jurgensmeyer | 2017-07-26 | 1 | -1/+1 |
| | | |||||
| * | Add wildcard pointer to Private DNS | Dan Jurgensmeyer | 2017-07-26 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #565 from cooktheryan/loggin-aws | Davis Phillips | 2017-07-28 | 0 | -0/+0 |
|\ \ | | | | | | | Logging on aws | ||||
| * | | i seriously hate you linter | Ryan Cook | 2017-07-27 | 0 | -0/+0 |
| | | | |||||
| * | | linting fix...maybe | Ryan Cook | 2017-07-27 | 0 | -0/+0 |
| | | | |||||
| * | | really travis...you are going to yell about that | Ryan Cook | 2017-07-27 | 0 | -0/+0 |
| | | | |||||
| * | | Merge branch 'master' into loggin-aws | Ryan Cook | 2017-07-27 | 27 | -1100/+500 |
| |\ \ | |||||
| * | | | do i even do work without lint | Ryan Cook | 2017-07-27 | 0 | -0/+0 |
| | | | | |||||
| * | | | edu suggestions | Ryan Cook | 2017-07-27 | 0 | -0/+0 |
| | | | | |||||
| * | | | setting the actual values | Ryan Cook | 2017-07-19 | 0 | -0/+0 |
| | | | | |||||
| * | | | possibly caused logs to not deploy | Ryan Cook | 2017-07-19 | 0 | -0/+0 |
| | | | | |||||
| * | | | missing comma | Ryan Cook | 2017-07-19 | 0 | -0/+0 |
| | | | | |||||
| * | | | addition of logging | Ryan Cook | 2017-07-19 | 0 | -0/+0 |
| | | | | |||||
* | | | | Note about jmespath requirement for control node (#599) | Bogdan Dobrelya | 2017-07-28 | 2 | -0/+11 |
| | | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> |