summaryrefslogtreecommitdiff
path: root/roles/nuage_node
AgeCommit message (Collapse)Author
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-12-07Remove openshift.common.service_typeMichael Gugino
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.
2017-11-22Include Deprecation - openshift-nodeRussell Teague
2017-09-20Changes for Nuage atomic ansible installRohan Parulekar
2017-08-29Nuage changes to add custom mounts for atomic-openshift-node serviceRohan Parulekar
2017-08-25Default to global setting for firewall.Kenny Woodson
2017-08-24Nuage changes for Atomic hosts OSE IntegrationRohan Parulekar
2017-08-15Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson
Nuage changes to support IPTables kube-proxy in OpenShift
2017-08-14Change vsd user nodes parameter nameRohan Parulekar
2017-08-10Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson
file.
2017-08-09Adding a default condition and removing unneeded defaults.Kenny Woodson
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-07-24Nuage changes to support IPTables kube-proxy in OpenShiftsareti
changing the conditional to negation of pod network address rather than using host address
2017-05-22Copy Nuage VSD generated user certificates to Openshift master nodesSneha Deshpande
2017-02-17Resolve deprecation warningRussell Teague
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-11-28Refactored to use Ansible systemd moduleRussell Teague
* 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
2016-11-15Added ip forwarding for nuageVishal Patil
2016-10-21Added a parameter for cert validityVishal Patil
2016-09-16Open ports for vxlan and Nuage monitorVishal Patil
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2016-04-18Support configurable admin user and password for the enterpriseAniket Bhat
Prefix changes for admin and password with nuage_master
2016-03-09Support log level configuration for pluginAniket Bhat
2016-03-01Changes required for Nuage monitor REST serverVishal Patil
2016-02-11Changes for new Nuage RPMSVishal Patil
2016-01-28Explicitly restart the atomic node service after configuring it for nuageVishal Patil
2016-01-25Add Nuage support to openshift ansibleVishal Patil
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