Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy etcd client certificates for nuage openshift monitor | sareti | 2018-01-30 | 2 | -1/+37 |
| | | | | | | | | | | | | | | | | | | * Fix SCC permissions for Nuage daemon sets * Changes to support Node Port for Nuage with OSE * Fix for creating Nuage infra pod ds file * Add new variable to handle Nuage infra image version * Update Service CIDR for openshift in daemon set file * Add rolling update strategy for CNI daemon sets * Fix for atomic installation for Nuage * changing include to include_tasks as per upstream openshift-ansible | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 2 | -10/+10 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Include Deprecation - openshift-master | Russell Teague | 2017-11-22 | 1 | -4/+3 |
| | |||||
* | Nuage changes for Atomic hosts OSE Integration | Rohan Parulekar | 2017-08-24 | 1 | -7/+76 |
| | |||||
* | Merge pull request #5046 from abutcher/rm-old-mode-units | Kenny Woodson | 2017-08-11 | 1 | -1/+0 |
|\ | | | | | Remove additional 'restart master' handler references. | ||||
| * | Remove additional 'restart master' handler references. | Andrew Butcher | 2017-08-09 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #4797 from kwoodson/os_firewall_refactor | Scott Dodson | 2017-08-11 | 2 | -0/+44 |
|\ \ | | | | | | | Refactor the firewall workflow. | ||||
| * | | 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 |
| |/ | |||||
* | | Merge pull request #3905 from kwoodson/nuage_idempotency | Scott Dodson | 2017-08-11 | 1 | -34/+6 |
|\ \ | |/ |/| | [nuage_master] Adding module calls instead of command for idempotency. | ||||
| * | Spacing and moving deleget_to to bottom. | Kenny Woodson | 2017-04-18 | 1 | -2/+2 |
| | | |||||
| * | Updated to use modules instead of command for user permissions. | Kenny Woodson | 2017-04-10 | 1 | -34/+6 |
| | | |||||
* | | Copy Nuage VSD generated user certificates to Openshift master nodes | Sneha Deshpande | 2017-05-22 | 1 | -0/+8 |
|/ | |||||
* | Nuage service account handling by single master | Vishal Patil | 2017-03-14 | 2 | -0/+23 |
| | |||||
* | oc serviceaccount now done via oc_serviceaccount module | Steve Milner | 2017-02-10 | 1 | -10/+6 |
| | |||||
* | YAML Linting | Russell Teague | 2016-12-12 | 2 | -11/+11 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Modified the error message being checked for | Vishal Patil | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Added a parameter for cert validity | Vishal Patil | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -3/+3 |
| | | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm. | ||||
* | Use cluster hostname while generating certificate on the master nodes | Vishal Patil | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -5/+5 |
| | |||||
* | Changed service account creation to ansible | Vishal Patil | 2016-04-24 | 2 | -3/+52 |
| | |||||
* | Changes required for Nuage monitor REST server | Vishal Patil | 2016-03-01 | 2 | -2/+54 |
| | |||||
* | Changes for new Nuage RPMS | Vishal Patil | 2016-02-11 | 1 | -8/+8 |
| | |||||
* | Add Nuage support to openshift ansible | Vishal Patil | 2016-01-25 | 1 | -0/+34 |
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 |