rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
86 stars 45 forks source link

Update readme.md to include pageResults config property #96

Closed asaf400 closed 5 years ago

asaf400 commented 5 years ago

upgrading from older version this plugin, the project config files, may lack this settings, resulting in generic Java Int parsing errors, emitted from this line: https://github.com/rundeck-plugins/rundeck-ec2-nodes-plugin/blob/master/src/main/java/com/dtolabs/rundeck/plugin/resources/ec2/EC2ResourceModelSource.java#L146

Fixing this issue, can be done manually by editing the project config file to include: resources.source.X.config.pageResults=100 # default settings

or by simply editing the nodes of the project directly from GUI, editing the plugin config, and saving, the page result setting is automatically added..

This readme change, along with the commit message might help others when facing this issue, or going through the configuration properties to ensure proper setup (I only managed to fix it by chance, and using both methods I mentioned..)