Viacheslav Vasilyev

Results 53 issues of Viacheslav Vasilyev

The ec2-metadata-instance.yml playbook blocked requests to EC2 metadata, but provider-detect.yml playbook has code to detect cloud provider by querying ec2 metadata ``` ExecStart=/sbin/route add -host 169.254.169.254 reject ``` ``` -...

**Is your feature request related to a problem? Please describe.** I want to be able to change statsd configuration **Describe the solution you'd like** Expand Vault Operator spec to include...

Hi, Could you please suggest a better approach without so much curly braces to `Sub` with `Parameter` than provided below? ``` param_a = troposphere.Parameter("ParamA", Type='String') s = 'foo ${{{0}}} ${{{1}}}'.format("AWS::Region",...

## Expected Behavior flannel should be allocating ip address from the correct cidr space on the worker node ## Current Behavior flannel has been allocating ip address from the incorrect...

Could you please review this items and add them to a wishlist

wishlist

Original problem described here https://github.com/Accenture/adop-nginx/issues/43 Proposed fix elk.yml ``` volumes: - /data/kibana.yml:/opt/kibana/config/kibana.yml ``` kibana.yml ``` server.basePath: '/kibana' elasticsearch.url: 'http://elasticsearch:9200' ```

Currently it is not possible to set it to an empty value, like `LOGO: ""`, that way it will be possible to hide it by default. Call to `update_config logo...

We have such example in Linux for init-scripts Like: 01-adop_general.groovy 02-adop_ant.groovy ...