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. | ||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms. | ||||
* | Remove openshift.common.service_type | Michael Gugino | 2017-12-07 | 2 | -2/+2 |
| | | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults. | ||||
* | Include Deprecation - openshift-node | Russell Teague | 2017-11-22 | 1 | -4/+3 |
| | |||||
* | Changes for Nuage atomic ansible install | Rohan Parulekar | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Nuage changes to add custom mounts for atomic-openshift-node service | Rohan Parulekar | 2017-08-29 | 3 | -1/+8 |
| | |||||
* | Default to global setting for firewall. | Kenny Woodson | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Nuage changes for Atomic hosts OSE Integration | Rohan Parulekar | 2017-08-24 | 3 | -66/+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 | ||||
* | | Change vsd user nodes parameter name | Rohan Parulekar | 2017-08-14 | 1 | -1/+1 |
| | | |||||
* | | Updated README to reflect refactor. Moved firewall initialize into separate ↵ | Kenny Woodson | 2017-08-10 | 2 | -2/+5 |
| | | | | | | | | file. | ||||
* | | Adding a default condition and removing unneeded defaults. | Kenny Woodson | 2017-08-09 | 2 | -6/+4 |
| | | |||||
* | | First attempt at refactor of os_firewall | Kenny Woodson | 2017-08-08 | 4 | -6/+56 |
|/ | |||||
* | Copy Nuage VSD generated user certificates to Openshift master nodes | Sneha Deshpande | 2017-05-22 | 3 | -0/+20 |
| | |||||
* | Resolve deprecation warning | Russell Teague | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | YAML Linting | Russell Teague | 2016-12-12 | 5 | -25/+25 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 3 | -6/+7 |
| | | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide | ||||
* | Added ip forwarding for nuage | Vishal Patil | 2016-11-15 | 4 | -5/+31 |
| | |||||
* | Added a parameter for cert validity | Vishal Patil | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Open ports for vxlan and Nuage monitor | Vishal Patil | 2016-09-16 | 1 | -1/+5 |
| | |||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 2 | -9/+9 |
| | |||||
* | Support configurable admin user and password for the enterprise | Aniket Bhat | 2016-04-18 | 1 | -1/+1 |
| | | | | Prefix changes for admin and password with nuage_master | ||||
* | Support log level configuration for plugin | Aniket Bhat | 2016-03-09 | 2 | -0/+4 |
| | |||||
* | Changes required for Nuage monitor REST server | Vishal Patil | 2016-03-01 | 5 | -0/+90 |
| | |||||
* | Changes for new Nuage RPMS | Vishal Patil | 2016-02-11 | 3 | -8/+8 |
| | |||||
* | Explicitly restart the atomic node service after configuring it for nuage | Vishal Patil | 2016-01-28 | 1 | -0/+4 |
| | |||||
* | Add Nuage support to openshift ansible | Vishal Patil | 2016-01-25 | 5 | -0/+73 |
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 |