summaryrefslogtreecommitdiffstats
path: root/roles/nuage_node
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-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_utilsMichael Gugino2017-12-181-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_typeMichael Gugino2017-12-072-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-nodeRussell Teague2017-11-221-4/+3
|
* Changes for Nuage atomic ansible installRohan Parulekar2017-09-201-1/+1
|
* Nuage changes to add custom mounts for atomic-openshift-node serviceRohan Parulekar2017-08-293-1/+8
|
* Default to global setting for firewall.Kenny Woodson2017-08-251-2/+2
|
* Nuage changes for Atomic hosts OSE IntegrationRohan Parulekar2017-08-243-66/+15
|
* Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson2017-08-152-0/+10
|\ | | | | Nuage changes to support IPTables kube-proxy in OpenShift
| * Nuage changes to support IPTables kube-proxy in OpenShiftsareti2017-07-242-0/+10
| | | | | | | | changing the conditional to negation of pod network address rather than using host address
* | Change vsd user nodes parameter nameRohan Parulekar2017-08-141-1/+1
| |
* | Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-102-2/+5
| | | | | | | | file.
* | Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-092-6/+4
| |
* | First attempt at refactor of os_firewallKenny Woodson2017-08-084-6/+56
|/
* Copy Nuage VSD generated user certificates to Openshift master nodesSneha Deshpande2017-05-223-0/+20
|
* Resolve deprecation warningRussell Teague2017-02-171-1/+1
|
* YAML LintingRussell Teague2016-12-125-25/+25
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Refactored to use Ansible systemd moduleRussell Teague2016-11-283-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 nuageVishal Patil2016-11-154-5/+31
|
* Added a parameter for cert validityVishal Patil2016-10-211-1/+1
|
* Open ports for vxlan and Nuage monitorVishal Patil2016-09-161-1/+5
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-252-9/+9
|
* Support configurable admin user and password for the enterpriseAniket Bhat2016-04-181-1/+1
| | | | Prefix changes for admin and password with nuage_master
* Support log level configuration for pluginAniket Bhat2016-03-092-0/+4
|
* Changes required for Nuage monitor REST serverVishal Patil2016-03-015-0/+90
|
* Changes for new Nuage RPMSVishal Patil2016-02-113-8/+8
|
* Explicitly restart the atomic node service after configuring it for nuageVishal Patil2016-01-281-0/+4
|
* Add Nuage support to openshift ansibleVishal Patil2016-01-255-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