Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -4/+4 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Include Deprecation - openshift-node | Russell Teague | 2017-11-22 | 1 | -4/+3 |
| | |||||
* | Nuage changes to add custom mounts for atomic-openshift-node service | Rohan Parulekar | 2017-08-29 | 1 | -0/+5 |
| | |||||
* | Nuage changes for Atomic hosts OSE Integration | Rohan Parulekar | 2017-08-24 | 1 | -33/+15 |
| | |||||
* | Merge pull request #4767 from vareti/IptablesKubeProxy | Scott Dodson | 2017-08-15 | 2 | -0/+10 |
|\ | | | | | Nuage changes to support IPTables kube-proxy in OpenShift | ||||
| * | Nuage changes to support IPTables kube-proxy in OpenShift | sareti | 2017-07-24 | 2 | -0/+10 |
| | | | | | | | | changing the conditional to negation of pod network address rather than using host address | ||||
* | | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 1 | -2/+2 |
| | | | | | | | | file. | ||||
* | | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 1 | -4/+4 |
| | | |||||
* | | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 2 | -0/+44 |
|/ | |||||
* | Copy Nuage VSD generated user certificates to Openshift master nodes | Sneha Deshpande | 2017-05-22 | 1 | -0/+15 |
| | |||||
* | Resolve deprecation warning | Russell Teague | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | YAML Linting | Russell Teague | 2016-12-12 | 3 | -15/+15 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Added ip forwarding for nuage | Vishal Patil | 2016-11-15 | 2 | -0/+19 |
| | |||||
* | Added a parameter for cert validity | Vishal Patil | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -7/+7 |
| | |||||
* | Changes required for Nuage monitor REST server | Vishal Patil | 2016-03-01 | 2 | -0/+52 |
| | |||||
* | Changes for new Nuage RPMS | Vishal Patil | 2016-02-11 | 1 | -3/+3 |
| | |||||
* | Add Nuage support to openshift ansible | Vishal Patil | 2016-01-25 | 1 | -0/+37 |
Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage |